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:
Andrew Ozz 2014-12-06 00:12:25 +00:00
parent 501206feef
commit a3367bcee3

View File

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