aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-20 22:19:51 +0100
committermarijus <mario@mariovavti.com>2015-01-20 22:19:51 +0100
commit43326a26b742430674b92347eb1e4ad8e1a16538 (patch)
treed7920bb89a191fd181c8ea0440acb60eda33c3e4 /view/theme/redbasic/css
parent5ee815b2fa0b46864972a60e0171e14f91fbd2b5 (diff)
downloadvolse-hubzilla-43326a26b742430674b92347eb1e4ad8e1a16538.tar.gz
volse-hubzilla-43326a26b742430674b92347eb1e4ad8e1a16538.tar.bz2
volse-hubzilla-43326a26b742430674b92347eb1e4ad8e1a16538.zip
css fixes - hopefully
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 3bb9fc72f..ce933ba10 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1467,6 +1467,21 @@ header {
padding: 7px 7px 0px 0px;
}
+.contactname {
+ padding-top: 2px;
+ font-weight: bold;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: block;
+}
+
+.dropdown-sub-text {
+ font-size: 0.833em;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: block;
+}
+
.notify-seen a {
background: $notifyseen_bgcolour;
color: $notifyseen_linkcolour !important;