Themes screen: fix the position of the search field. Props jesin, fixes #29556.
Built from https://develop.svn.wordpress.org/trunk@30747 git-svn-id: http://core.svn.wordpress.org/trunk@30737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1ce44564aa
commit
3826c2de6a
|
@ -31,8 +31,7 @@
|
|||
top: -2px;
|
||||
right: 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 {
|
|||
left: 0;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme span:after {
|
||||
|
|
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30746';
|
||||
$wp_version = '4.1-beta2-30747';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue