RTL fixes for the tags meta box and two search inputs. props SergeyBiryukov. fixes #22707.
git-svn-id: http://core.svn.wordpress.org/trunk@23004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
785d1c131e
commit
9a1ef788ce
|
@ -114,6 +114,14 @@ p.search-box {
|
|||
float: left;
|
||||
}
|
||||
|
||||
.search-box input[name="s"],
|
||||
#search-plugins input[name="s"],
|
||||
.tagsdiv .newtag {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
input[type=password] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
|
|
@ -944,7 +944,9 @@ p.search-box {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.search-box input[name="s"], #search-plugins input[name="s"], .tagsdiv .newtag {
|
||||
.search-box input[name="s"],
|
||||
#search-plugins input[name="s"],
|
||||
.tagsdiv .newtag {
|
||||
float: left;
|
||||
height: 2em;
|
||||
margin: 0 4px 0 0;
|
||||
|
|
Loading…
Reference in New Issue