diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-18 17:28:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-18 17:28:46 +0100 |
commit | 2556d05602906bbace27c796de2f5b3cbacd4448 (patch) | |
tree | ebef3be3409fdbf6f7dc9957df7a600471b71a60 /view/css | |
parent | 92778066648b72b52787f428e1632a7eb99b14a5 (diff) | |
download | volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.gz volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.bz2 volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.zip |
bs4 fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index e2adf8658..a956f762b 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -60,25 +60,11 @@ } #profile-jot-text-loading { - float: left; padding: 30px 0px 0px 12px; } #profile-jot-submit-wrapper { border-top: 1px solid #ccc; - padding: 10px; -} - -#profile-jot-perms-end { - height: 30px; -} - -#profile-jot-plugin-wrapper { - margin-top: 10px; -} - -#profile-rotator-wrapper { - float: left; } #profile-rotator { @@ -121,6 +107,7 @@ a.wall-item-name-link { .wall-item-ago, .wall-item-ago i { font-size: 0.75rem; + line-height: 1; } .wall-item-ago .fa-check { |