diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-05-20 22:05:39 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-08-03 21:09:25 +0200 |
commit | 33c4a674a2b009ff17263fed2501d99dac91d5ef (patch) | |
tree | 3f22b207e0795f97688150f4cb16930320d544bc /apps/theming/css | |
parent | bb865a55febe7b712a0e6cc7e1e93034f60a0e8b (diff) | |
download | nextcloud-server-33c4a674a2b009ff17263fed2501d99dac91d5ef.tar.gz nextcloud-server-33c4a674a2b009ff17263fed2501d99dac91d5ef.zip |
Remove ignored rules
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 <danxuliu@gmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/settings-admin.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index 43d68b709a0..a24dd085c41 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -60,12 +60,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; @@ -85,11 +79,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; |