diff rhodecode/public/css/style.css @ 4153:9af9953a3159 rhodecode-2.2.5-gpl

old style: make settings box expand to contain floating content and show menu nicely The floating of the panes is hardcoded, so we also hardcode the necessary overflow auto.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 10 Dec 2013 19:28:05 +0100
parents 8d1125a40973
children a298c1770d8d
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/public/css/style.css	Tue Dec 10 19:28:05 2013 +0100
@@ -3599,6 +3599,16 @@
     display: inline-block;
 }
 
+ul.nav-stacked {
+    margin: 20px;
+    color: #393939;
+    font-weight: 700;
+}
+
+ul.nav-stacked a {
+    color: inherit;
+}
+
 /* make .btn inputs and buttons and divs look the same */
 button.btn,
 input.btn {