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:
Andrew Nacin 2012-12-04 00:47:54 +00:00
parent 785d1c131e
commit 9a1ef788ce
2 changed files with 11 additions and 1 deletions

View File

@ -114,6 +114,14 @@ p.search-box {
float: left; 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] { input[type=password] {
direction: ltr; direction: ltr;
} }

View File

@ -944,7 +944,9 @@ p.search-box {
margin: 0; 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; float: left;
height: 2em; height: 2em;
margin: 0 4px 0 0; margin: 0 4px 0 0;