aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-20 15:27:52 -0700
committerredmatrix <mike@macgirvin.com>2016-09-20 15:27:52 -0700
commit8ed9d915adafca24af450118d87b9140ef8126ba (patch)
tree8e11990ed4eb23ea6679cbee883061a2c00bc9ad
parentf812866665cc11542a42f471dae1ae0990b47566 (diff)
parentfde46ca78c2d082c4f456925532f6da63361d9b0 (diff)
downloadvolse-hubzilla-8ed9d915adafca24af450118d87b9140ef8126ba.tar.gz
volse-hubzilla-8ed9d915adafca24af450118d87b9140ef8126ba.tar.bz2
volse-hubzilla-8ed9d915adafca24af450118d87b9140ef8126ba.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
-rw-r--r--view/theme/redbasic/css/narrow_navbar.css20
1 files changed, 8 insertions, 12 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css
index faa18dfe5..6b09b031a 100644
--- a/view/theme/redbasic/css/narrow_navbar.css
+++ b/view/theme/redbasic/css/narrow_navbar.css
@@ -18,22 +18,22 @@
}
nav .navbar-header img {
- height: 30px;
- width: 30px;
+ height: 29px;
+ width: 29px;
margin-top: 1px;
border-radius: 4px;
}
.navbar-left {
- height: 30px;
+ height: 29px;
}
.container-fluid {
- min-height:30px;
+ min-height:29px;
}
.collapse .navbar-collapse {
- min-height:30px;
+ min-height:29px;
}
#nav-search-text {
@@ -50,15 +50,11 @@
nav .dropdown-menu,
nav .acpopup {
- top: 31px !important;
+ top: 30px !important;
}
nav .badge {
- position: relative;
- top: -31px;
- float: right;
- font-size: 10px;
- cursor: pointer;
+ top: -29px;
}
#jGrowl.top-right {
@@ -67,6 +63,6 @@
}
.contextual-help-content-open {
- top: 32px;
+ top: 31px;
}
}