Themes: Update the responsive layouts for the Search box after r26461. See #26305
git-svn-id: https://develop.svn.wordpress.org/trunk@26464 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dfde90a312
commit
3358f56dc3
@ -733,9 +733,6 @@ body.theme-overlay-open {
|
||||
.theme-overlay .theme-actions .delete-theme {
|
||||
bottom: 10px;
|
||||
}
|
||||
.theme-browser .theme-search {
|
||||
top: 3px;
|
||||
}
|
||||
}
|
||||
@media ( max-width: 650px ) {
|
||||
.theme {
|
||||
@ -783,10 +780,15 @@ body.theme-overlay-open {
|
||||
/*
|
||||
* Search form
|
||||
*/
|
||||
.theme-browser .theme-search {
|
||||
.themes-php .wrap h2 {
|
||||
width: 100%;
|
||||
}
|
||||
.themes-php .theme-search {
|
||||
float: none;
|
||||
clear: both;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user