From 43326a26b742430674b92347eb1e4ad8e1a16538 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 20 Jan 2015 22:19:51 +0100 Subject: css fixes - hopefully --- view/theme/redbasic/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'view/theme') 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; -- cgit v1.2.3