mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user