From 7ffa98118f01ed14fdd175cf45ad45e8639ab0af Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 2 Feb 2017 10:12:56 +0100 Subject: really fix badge positions --- view/css/bootstrap-red.css | 7 +++---- view/theme/redbasic/css/style.css | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index b7310954a..39461ad32 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -3,16 +3,15 @@ /* nav overrides */ nav .badge { - margin-top: -30px; - margin-left: -30px; + position: absolute; + top: 1px; + left: 1px; font-size: 10px; line-height: 20px; padding: 0px 5px; height: 20px; min-width: 20px; border-radius: 10px; - cursor: pointer; - display: inline-block !important; } #navbar-collapse-1 i, diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d599fee50..b694def2d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2121,5 +2121,4 @@ dl.bb-dl > dd > li { .rmagic-button { margin: 15px 0 5px; - } -- cgit v1.2.3