From 3358f56dc3155e050cf6c6a8a0ab34f64d4b0311 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 29 Nov 2013 04:28:16 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/theme.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index e16111bef9..2dbee18801 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -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%; }