diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-26 13:02:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-26 13:02:11 +0200 |
commit | ea5262a0df3d6f8ed6c1d26f272982c9ee6cbf8e (patch) | |
tree | 444219ce5950c03ab5485353f92e38734cadf28a /view/css | |
parent | 741af8c1644a16f1ec44064090013953232bdce9 (diff) | |
download | volse-hubzilla-ea5262a0df3d6f8ed6c1d26f272982c9ee6cbf8e.tar.gz volse-hubzilla-ea5262a0df3d6f8ed6c1d26f272982c9ee6cbf8e.tar.bz2 volse-hubzilla-ea5262a0df3d6f8ed6c1d26f272982c9ee6cbf8e.zip |
get rid of spinner.js in use a lightweight css spinner instead
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 9 | ||||
-rw-r--r-- | view/css/mod_mail.css | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index a5a847676..d2736acaa 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -68,10 +68,6 @@ border-top: 1px solid #ccc; } -#profile-rotator { - padding: 15px 0px 0px 15px; -} - /* conversation */ @@ -141,11 +137,6 @@ a.wall-item-name-link { cursor: pointer; } -.like-rotator { - float: right; - margin: 16px; -} - .item-select { opacity: 0.1; filter:alpha(opacity=10); diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css index 8072b4668..bcc7a8f94 100644 --- a/view/css/mod_mail.css +++ b/view/css/mod_mail.css @@ -1,3 +1,7 @@ .mail-conv-body img { max-width: 100%; } + +.prvmail-rotator-wrapper { + margin: 1rem; +} |