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:
parent
501206feef
commit
a3367bcee3
@ -31,8 +31,7 @@
|
|||||||
top: -2px;
|
top: -2px;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: 280px;
|
width: 280px;
|
||||||
width: 100%;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
@ -1029,6 +1028,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||||||
right: 0;
|
right: 0;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme span:after {
|
.theme-browser .theme.add-new-theme span:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user