RTL fixes for the tags meta box and two search inputs. props SergeyBiryukov. fixes #22707.

git-svn-id: https://develop.svn.wordpress.org/trunk@23004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-12-04 00:47:54 +00:00
parent 8560f370fa
commit 57cda41fdf
2 changed files with 11 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;