From 4dd8c4b5386dbfd55e777781ef8d33d585062851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Sat, 20 May 2017 22:05:39 +0200 Subject: [PATCH] Remove ignored rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The removed rules were either always overriden by other rules or never used due to not matching any element. Signed-off-by: Daniel Calviño Sánchez --- apps/theming/css/settings-admin.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index ef3c9f68b27..d5a5b0a27b0 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -58,12 +58,6 @@ form.uploadButton { vertical-align: top; } -#theming .icon-loading-small { - display: inline-flex; - padding: 8px; - margin: 2px 0px; -} - #theming .icon-upload, #theming .icon-loading-small { padding: 8px 20px; @@ -83,11 +77,6 @@ form.uploadButton { padding: 0; margin-right: 10px; } -div#theming_settings_msg { - margin: 8px; - margin-left:20px; - display: inline-block; -} #theming-preview-logo { cursor: pointer;