diff options
author | friendica <info@friendica.com> | 2014-03-23 08:43:19 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-23 08:43:19 +1100 |
commit | ff0a07655da0201490fbb51bc9163da53b3d40a2 (patch) | |
tree | 63a28e05cc5cd158787377b2e11b92db8cfdee76 /view/theme/redbasic/css | |
parent | f6af20576a215dcf2fbc03eb528548cd320fafbe (diff) | |
parent | b533e67d52dd8cdb1d390acfbd9dc988ced2a59e (diff) | |
download | volse-hubzilla-ff0a07655da0201490fbb51bc9163da53b3d40a2.tar.gz volse-hubzilla-ff0a07655da0201490fbb51bc9163da53b3d40a2.tar.bz2 volse-hubzilla-ff0a07655da0201490fbb51bc9163da53b3d40a2.zip |
Merge pull request #375 from cvogeley/master
Narrow navbar:Switch to bs default on small screens
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/narrow_navbar.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css index b05f46797..cfda9760e 100644 --- a/view/theme/redbasic/css/narrow_navbar.css +++ b/view/theme/redbasic/css/narrow_navbar.css @@ -1,8 +1,9 @@ +@media screen and (min-width: 760px) { .navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;} .navbar {min-height:25px !important;} nav img { -height: 25px; -width: 25px; +height: 30px; +width: 30px; margin: 2px 0px 1px 10px; border-radius: 0px; } @@ -12,7 +13,7 @@ border-radius: 0px; #nav-search-text {margin:5px;} header #banner {margin-top:5px;} nav .dropdown-menu { -top: 30px;} +top: 33px;} nav .badge { position: relative; top: -30px; @@ -24,4 +25,5 @@ nav .badge { #jGrowl.top-right { top: 30px; right: 15px; +} }
\ No newline at end of file |