mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +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:
parent
8560f370fa
commit
57cda41fdf
@ -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
Block a user