diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-02-22 20:30:41 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-02-22 20:30:41 +0100 |
commit | a5f70f6c10705c655ad31e906626ac3513da00fe (patch) | |
tree | 6f04dfb527a558a08224621ec2783701daeea805 /view | |
parent | f9eddb89eff2601f8ef4318f16a8360296613935 (diff) | |
download | volse-hubzilla-a5f70f6c10705c655ad31e906626ac3513da00fe.tar.gz volse-hubzilla-a5f70f6c10705c655ad31e906626ac3513da00fe.tar.bz2 volse-hubzilla-a5f70f6c10705c655ad31e906626ac3513da00fe.zip |
little tweaks
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/narrow_navbar.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css index 51a0ec196..b05f46797 100644 --- a/view/theme/redbasic/css/narrow_navbar.css +++ b/view/theme/redbasic/css/narrow_navbar.css @@ -1,5 +1,5 @@ .navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;} -.navbar {min-height:18px !important;} +.navbar {min-height:25px !important;} nav img { height: 25px; width: 25px; @@ -8,7 +8,7 @@ border-radius: 0px; } .navbar-left{height: 30px;} .container-fluid {min-height:30px;} -.collapse .navbar-collapse {min-height:30px; max-height:30px;} +.collapse .navbar-collapse {min-height:30px;} #nav-search-text {margin:5px;} header #banner {margin-top:5px;} nav .dropdown-menu { |