diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-15 16:42:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-15 16:42:55 +0100 |
commit | aa33cacb62ef25cbab7c6ee1b253ed58072e6e44 (patch) | |
tree | cc9ef82c2026e109f288884c9e36efc15f3c8dab /view/css | |
parent | 0c74c79b18d77e4ca9032e92a652e51932f40aa4 (diff) | |
download | volse-hubzilla-aa33cacb62ef25cbab7c6ee1b253ed58072e6e44.tar.gz volse-hubzilla-aa33cacb62ef25cbab7c6ee1b253ed58072e6e44.tar.bz2 volse-hubzilla-aa33cacb62ef25cbab7c6ee1b253ed58072e6e44.zip |
style hashtags, mentions and categories. hide expand-aside button if not needed. css and class fixes
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, 1 insertions, 12 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 9f9c1fd42..b167e3961 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -90,10 +90,6 @@ /* conv_item */ -.wall-item-head { - line-height: 1.2; -} - .wall-item-head-new { border-top: 3px solid #0275d8; } @@ -122,6 +118,7 @@ a.wall-item-name-link { text-overflow: ellipsis; } +.wall-item-ago, .wall-item-ago i { font-size: 0.75rem; } @@ -151,10 +148,6 @@ a.wall-item-name-link { word-wrap: break-word; } -.body-tags { - margin-top: 5px; -} - .item-tool { cursor: pointer; } diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css index 3ca75d0e4..6a98267f0 100644 --- a/view/css/mod_mail.css +++ b/view/css/mod_mail.css @@ -1,7 +1,3 @@ -.mail-conv-detail { - line-height: 1.2; -} - .mail-conv-sender { float: left; margin-right: 10px; |