RTL fixes. Props SergeyBiryukov, helenyhou. fixes #20841
git-svn-id: https://develop.svn.wordpress.org/trunk@20998 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
93c21fefac
commit
f5efbf6f71
@ -117,6 +117,10 @@ input[type=password] {
|
|||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="search"] {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="text"].ui-autocomplete-loading {
|
input[type="text"].ui-autocomplete-loading {
|
||||||
background: transparent url('../images/loading.gif') no-repeat left center;
|
background: transparent url('../images/loading.gif') no-repeat left center;
|
||||||
}
|
}
|
||||||
@ -2083,10 +2087,20 @@ body.login {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Custom Links */
|
/* Custom Links */
|
||||||
#add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
|
#add-custom-link label span {
|
||||||
.howto span { float: right; }
|
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 */
|
/* Nav Menu */
|
||||||
.menu-item-handle {
|
.menu-item-handle {
|
||||||
@ -2103,6 +2117,10 @@ body.login {
|
|||||||
margin-left:13em;
|
margin-left:13em;
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
}
|
}
|
||||||
|
.menu-item-handle .item-edit {
|
||||||
|
right: auto;
|
||||||
|
left: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
|
/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
|
||||||
.menu-item-depth-0 { margin-right: 0px; margin-left:0;}
|
.menu-item-depth-0 { margin-right: 0px; margin-left:0;}
|
||||||
|
Loading…
Reference in New Issue
Block a user