From 17e3e168d3c5105d63102383cd111da1c6daac44 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 14 Apr 2015 00:53:34 +0000 Subject: [PATCH] Make sure the spinner in the media modal is visible on narrow screens (without affecting the media grid). Fixes #30725. git-svn-id: https://develop.svn.wordpress.org/trunk@32120 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/media-views.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 7932f3bd0f..67ef1b99fb 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -740,7 +740,12 @@ .media-frame select.attachment-filters { margin-top: 11px; margin-right: 2%; - max-width: 47%; + max-width: 42%; + max-width: calc(48% - 12px); +} + +.media-frame select.attachment-filters:last-of-type { + margin-right: 0; } /** @@ -2413,7 +2418,7 @@ } .media-modal .attachments-browser .media-toolbar .spinner { - margin: 14px 8px 0; + margin: 14px 2px 0; } /* Text inputs need to be 16px, or they force zooming on iOS */