diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-02 10:12:56 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-02 10:12:56 +0100 |
commit | 7ffa98118f01ed14fdd175cf45ad45e8639ab0af (patch) | |
tree | 236c11ec3137642d49ae7b11a151ba559e18664f /view/css | |
parent | c3bada3c329cac9b712e0d4d0c5fb0bb73f24d45 (diff) | |
download | volse-hubzilla-7ffa98118f01ed14fdd175cf45ad45e8639ab0af.tar.gz volse-hubzilla-7ffa98118f01ed14fdd175cf45ad45e8639ab0af.tar.bz2 volse-hubzilla-7ffa98118f01ed14fdd175cf45ad45e8639ab0af.zip |
really fix badge positions
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 7 |
1 files changed, 3 insertions, 4 deletions
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, |