From e8520f1b7c272c62cdab8005a556feb0466441d3 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sun, 1 Dec 2013 05:15:19 +0000 Subject: [PATCH] Themes: For small screen sizes, still allow access to the Customize button (Don't hide the theme actions). See #25948 git-svn-id: https://develop.svn.wordpress.org/trunk@26496 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index af9f43d224..f274bcbb27 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -7085,7 +7085,6 @@ body.theme-overlay-open { right: 0; bottom: 0; left: 0; - text-align: left; padding: 10px; } @@ -7108,10 +7107,6 @@ body.theme-overlay-open { margin-right: 0; } - .theme-browser .theme:hover .theme-actions { - display: none; - } - .theme-browser .theme:nth-child(2n), .theme-browser .theme:nth-child(3n) { margin-right: 0; @@ -7122,10 +7117,6 @@ body.theme-overlay-open { margin-left: 0; } - .theme-overlay.active .theme-actions .active-theme .button:nth-child(3n) { - display: none; - } - .theme.active .theme-actions .button { margin-top: 6px; margin-right: 0;