diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-27 13:21:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-27 13:21:27 +0200 |
commit | 9625d940a5383d7a6dba5a711bb3ce8a12becdd9 (patch) | |
tree | 72152c3eefc9c08413006d4af200c2d7d84e4308 | |
parent | b8a0bc0b0b31670d2c424a40f7511132896a76d2 (diff) | |
download | volse-hubzilla-9625d940a5383d7a6dba5a711bb3ce8a12becdd9.tar.gz volse-hubzilla-9625d940a5383d7a6dba5a711bb3ce8a12becdd9.tar.bz2 volse-hubzilla-9625d940a5383d7a6dba5a711bb3ce8a12becdd9.zip |
do not use our spinner css on the justifiedGallery spinner which has the same classname hardcoded
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; |