mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
21 lines
366 B
CSS
21 lines
366 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;
|
|
} |