mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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 {
|
.theme-overlay .theme-actions .delete-theme {
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
}
|
}
|
||||||
.theme-browser .theme-search {
|
|
||||||
top: 3px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media ( max-width: 650px ) {
|
@media ( max-width: 650px ) {
|
||||||
.theme {
|
.theme {
|
||||||
@ -783,10 +780,15 @@ body.theme-overlay-open {
|
|||||||
/*
|
/*
|
||||||
* Search form
|
* Search form
|
||||||
*/
|
*/
|
||||||
.theme-browser .theme-search {
|
.themes-php .wrap h2 {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.themes-php .theme-search {
|
||||||
float: none;
|
float: none;
|
||||||
clear: both;
|
clear: both;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user