54d57b1236
git-svn-id: https://develop.svn.wordpress.org/trunk@7398 602fd350-edb4-49c9-b593-d223f7449a82
21 lines
367 B
CSS
21 lines
367 B
CSS
ul#sidemenu {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.align .field label {
|
|
display: block;
|
|
float: right;
|
|
padding: 0 25px 0 0;
|
|
margin: 5px 3px 5px 5px;
|
|
}
|
|
.align .field input {
|
|
display: block;
|
|
float: right;
|
|
margin: 5px 15px 5px 0;
|
|
}
|
|
.image-align-none-label,
|
|
.image-align-left-label,
|
|
.image-align-center-label,
|
|
.image-align-right-label {
|
|
background-position: center right;
|
|
} |