Themes: Update the responsive layouts for the Search box after r26461. See #26305

Built from https://develop.svn.wordpress.org/trunk@26464


git-svn-id: http://core.svn.wordpress.org/trunk@26362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2013-11-29 04:29:09 +00:00
parent 54d658ee4e
commit ff3732e227
3 changed files with 13 additions and 9 deletions

View File

@ -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;
right: 0;
top: 0;
left: 0;
margin: 10px 0;
width: 100%;
}

File diff suppressed because one or more lines are too long

View File

@ -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%;
}