mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
31e258ae64
git-svn-id: http://svn.automattic.com/wordpress/trunk@7398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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;
|
|
} |