From a1eb39872ba5017be218d48f319addf3d40ff05d Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 12 Feb 2023 10:43:31 +0000 Subject: implement hq widget author image and notifications updates --- view/theme/redbasic/css/style.css | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6675ebaf8..5d27071a5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -774,20 +774,6 @@ div.jGrowl div.jGrowl-notification { text-overflow: ellipsis; } -.dropdown-notification, -.notification, -.member-item { - line-height: 1rem; - overflow: hidden; - text-overflow: ellipsis; - display: block; - white-space: nowrap; -} - -.notification.notification-forum { - font-size: 0.9rem; -} - #acl-search::-webkit-input-placeholder { /* non-fontawesome fonts set a fallback for text parts of the placeholder*/ font-family: ForkAwesome, sans-serif, arial, freesans; @@ -1202,15 +1188,15 @@ img.mail-conv-sender-photo { .menu-img-3 { width: 3rem; height: 3rem; - margin-right: 5px; + margin-right: .5rem; border-radius: var(--bs-border-radius); float: left; } .menu-img-2 { - height: 2rem; - width: 2rem; - margin-right: 5px; + height: 2.3rem; + width: 2.3rem; + margin-right: .5rem; border-radius: var(--bs-border-radius); float: left; } -- cgit v1.2.3