RTL fixes. Props SergeyBiryukov, helenyhou. fixes #20841
git-svn-id: http://core.svn.wordpress.org/trunk@20998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
64e7278e99
commit
6acf5205ce
|
@ -117,6 +117,10 @@ input[type=password] {
|
|||
direction: ltr;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url('../images/loading.gif') no-repeat left center;
|
||||
}
|
||||
|
@ -2083,10 +2087,20 @@ body.login {
|
|||
}
|
||||
|
||||
/* Custom Links */
|
||||
#add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
|
||||
.howto span { float: right; }
|
||||
#add-custom-link label span {
|
||||
float: right;
|
||||
padding-left: 5px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.list li .menu-item-title input { margin-left: 3px; margin-right: 0 }
|
||||
.nav-menus-php .howto span {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.list li .menu-item-title input {
|
||||
margin-left: 3px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Nav Menu */
|
||||
.menu-item-handle {
|
||||
|
@ -2103,6 +2117,10 @@ body.login {
|
|||
margin-left:13em;
|
||||
margin-right:0;
|
||||
}
|
||||
.menu-item-handle .item-edit {
|
||||
right: auto;
|
||||
left: -20px;
|
||||
}
|
||||
|
||||
/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
|
||||
.menu-item-depth-0 { margin-right: 0px; margin-left:0;}
|
||||
|
|
Loading…
Reference in New Issue