From 7a238fe2d61cdd9dedcbd2f759b400db9600277e Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sat, 11 Jul 2015 20:06:25 +0000 Subject: [PATCH] Improve styling of `.themes-php` header on mobile devices. The Themes page title does not need to be forced to 100% width on smaller devices. This fixes width issues for network admin, site admin, and single site admin theme pages. See #32846. git-svn-id: https://develop.svn.wordpress.org/trunk@33165 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 16b5e307fb..3e0eacaf2a 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1021,10 +1021,6 @@ body.folded .theme-overlay .theme-wrap { font-size: 13px; } - .themes-php .wrap h1 { - width: 100%; - } - .themes-php .wp-filter-search { float: none; clear: both;