mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Themes screen: fix the position of the search field. Props jesin, fixes #29556.
git-svn-id: https://develop.svn.wordpress.org/trunk@30747 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
top: -2px;
|
||||
left: 20px;
|
||||
margin: 0;
|
||||
max-width: 280px;
|
||||
width: 100%;
|
||||
width: 280px;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
@@ -1029,6 +1028,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
right: 0;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme span:after {
|
||||
|
||||
Reference in New Issue
Block a user