really fix badge positions

This commit is contained in:
Mario Vavti 2017-02-02 10:12:56 +01:00
parent c3bada3c32
commit 7ffa98118f
2 changed files with 3 additions and 5 deletions

View File

@ -3,16 +3,15 @@
/* nav overrides */ /* nav overrides */
nav .badge { nav .badge {
margin-top: -30px; position: absolute;
margin-left: -30px; top: 1px;
left: 1px;
font-size: 10px; font-size: 10px;
line-height: 20px; line-height: 20px;
padding: 0px 5px; padding: 0px 5px;
height: 20px; height: 20px;
min-width: 20px; min-width: 20px;
border-radius: 10px; border-radius: 10px;
cursor: pointer;
display: inline-block !important;
} }
#navbar-collapse-1 i, #navbar-collapse-1 i,

View File

@ -2121,5 +2121,4 @@ dl.bb-dl > dd > li {
.rmagic-button { .rmagic-button {
margin: 15px 0 5px; margin: 15px 0 5px;
} }