# HG changeset patch # User Leonardo # Date 2013-03-04 11:18:34 # Node ID 0ba1736437e04de15855e55931710384678f8983 # Parent 87c97fcea0295745cf467dec0dc4e6318b1d2603 hiding the unfinished branch/revision changer diff --git a/rhodecode/public/css/contextbar.css b/rhodecode/public/css/contextbar.css --- a/rhodecode/public/css/contextbar.css +++ b/rhodecode/public/css/contextbar.css @@ -232,6 +232,7 @@ ul#context-actions { #context-state { background-color: #336699; border-top: 1px solid #517da8; + min-height: 36px; /* overflow: hidden;*/ } diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -109,10 +109,11 @@ %endif
-