aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-02 10:12:56 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-02 10:12:56 +0100
commit7ffa98118f01ed14fdd175cf45ad45e8639ab0af (patch)
tree236c11ec3137642d49ae7b11a151ba559e18664f /view
parentc3bada3c329cac9b712e0d4d0c5fb0bb73f24d45 (diff)
downloadvolse-hubzilla-7ffa98118f01ed14fdd175cf45ad45e8639ab0af.tar.gz
volse-hubzilla-7ffa98118f01ed14fdd175cf45ad45e8639ab0af.tar.bz2
volse-hubzilla-7ffa98118f01ed14fdd175cf45ad45e8639ab0af.zip
really fix badge positions
Diffstat (limited to 'view')
-rw-r--r--view/css/bootstrap-red.css7
-rw-r--r--view/theme/redbasic/css/style.css1
2 files changed, 3 insertions, 5 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,
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;
-
}