aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-02-22 16:10:46 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-02-22 16:10:46 +0100
commitf9eddb89eff2601f8ef4318f16a8360296613935 (patch)
tree97b3b18ad318ac452b7a3a4dda2e81e873c0f61f /view/theme/redbasic/css
parentbbea85f809097e90960e4eac7a586264a520e0f0 (diff)
downloadvolse-hubzilla-f9eddb89eff2601f8ef4318f16a8360296613935.tar.gz
volse-hubzilla-f9eddb89eff2601f8ef4318f16a8360296613935.tar.bz2
volse-hubzilla-f9eddb89eff2601f8ef4318f16a8360296613935.zip
Add option for narrow navbar instead of the bootstrap default
thick version
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/narrow_navbar.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css
new file mode 100644
index 000000000..51a0ec196
--- /dev/null
+++ b/view/theme/redbasic/css/narrow_navbar.css
@@ -0,0 +1,27 @@
+.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
+.navbar {min-height:18px !important;}
+nav img {
+height: 25px;
+width: 25px;
+margin: 2px 0px 1px 10px;
+border-radius: 0px;
+}
+.navbar-left{height: 30px;}
+.container-fluid {min-height:30px;}
+.collapse .navbar-collapse {min-height:30px; max-height:30px;}
+#nav-search-text {margin:5px;}
+header #banner {margin-top:5px;}
+nav .dropdown-menu {
+top: 30px;}
+nav .badge {
+ position: relative;
+ top: -30px;
+ float: right;
+ font-size: 10px;
+ padding: 2px 6px;
+ cursor: pointer;
+}
+#jGrowl.top-right {
+ top: 30px;
+ right: 15px;
+} \ No newline at end of file