diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-01 22:24:37 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-01 22:24:37 +0100 |
commit | d476b7477b72557d127837be048098d24c82ae87 (patch) | |
tree | 5f629d51faa6f061b10d537cee6193e00a0986a9 /view/css | |
parent | 1a56045b42ffee538c20337a70e7ae4a8b62937d (diff) | |
download | volse-hubzilla-d476b7477b72557d127837be048098d24c82ae87.tar.gz volse-hubzilla-d476b7477b72557d127837be048098d24c82ae87.tar.bz2 volse-hubzilla-d476b7477b72557d127837be048098d24c82ae87.zip |
fix notifications badge positioning and rendering of submenus in collapsed mode
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index e98065b2b..b7310954a 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -3,10 +3,8 @@ /* nav overrides */ nav .badge { - position: relative; - top: -49px; - left: 2px; - float: left; + margin-top: -30px; + margin-left: -30px; font-size: 10px; line-height: 20px; padding: 0px 5px; @@ -14,12 +12,7 @@ nav .badge { min-width: 20px; border-radius: 10px; cursor: pointer; -} - -@media screen and (max-width: 767px) { - nav .badge { - top: -46px; - } + display: inline-block !important; } #navbar-collapse-1 i, @@ -27,10 +20,6 @@ nav .badge { font-size: 14px; } -nav ul li { - max-height: 50px; -} - nav .navbar-header img { height: 49px; width: 49px; @@ -45,13 +34,12 @@ aside .nav-pills > li > a, padding: 6px 10px; } -.wall-item-tools .dropdown-menu { - min-width: auto; +nav .dropdown-menu { + margin-top: 0px; } -.dropdown-menu li a { - overflow: hidden; - text-overflow: ellipsis; +.wall-item-tools .dropdown-menu { + min-width: auto; } .nav-tabs.nav-justified > li { |