From 9625d940a5383d7a6dba5a711bb3ce8a12becdd9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 27 Sep 2017 13:21:27 +0200 Subject: do not use our spinner css on the justifiedGallery spinner which has the same classname hardcoded --- view/theme/redbasic/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1b7aee30d..de6f8dac1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -250,7 +250,9 @@ nav { width: 3rem; } -.spinner { +.spinner.s, +.spinner.m, +.spinner.l { margin: 0 auto; position: relative; -webkit-animation: rotation 1s infinite linear; -- cgit v1.2.3