# HG changeset patch # User Mads Kiilerich # Date 1364337020 -3600 # Node ID a8373e8fff510b7021f5b4292acf79086247e879 # Parent ceb7fdf4588ae165c22f23ddf33731286fc864bd merge the two context menu bar stripes - save some vertical space diff -r ceb7fdf4588a -r a8373e8fff51 rhodecode/public/css/contextbar.css --- a/rhodecode/public/css/contextbar.css Tue Mar 26 23:29:54 2013 +0100 +++ b/rhodecode/public/css/contextbar.css Tue Mar 26 23:30:20 2013 +0100 @@ -40,9 +40,12 @@ #content #context-bar { position: relative; - background-color: #003B76 !important; - padding: 0px; overflow: visible; + background-color: #336699; + border-top: 1px solid #517da8; + border-bottom: 1px solid #003162; + padding: 0 5px; + min-height: 36px; } #header #header-inner #quick a, @@ -109,7 +112,7 @@ #breadcrumbs { float: left; - padding: 5px 0; + padding: 3px 0 5px 0; padding-left: 5px; font-weight: bold; font-size: 14px; @@ -120,13 +123,6 @@ font-size: 1.8em; } -#context-top { - position: relative; - overflow: hidden; - border-bottom: 1px solid #003162; - padding: 5px; -} - #header #header-inner #quick ul, #revision-changer, #context-pages, @@ -226,12 +222,6 @@ display: none; } -#context-state { - background-color: #336699; - border-top: 1px solid #517da8; - min-height: 36px; -} - #context-pages { float: right; border-left: 1px solid rgba(0,0,0,0.1); diff -r ceb7fdf4588a -r a8373e8fff51 rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html Tue Mar 26 23:29:54 2013 +0100 +++ b/rhodecode/templates/base/base.html Tue Mar 26 23:30:20 2013 +0100 @@ -97,14 +97,11 @@
-
-
-
-