comparison 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
comparison
equal deleted inserted replaced
4152:8d1125a40973 4153:9af9953a3159
3597 padding: 3px 3px 3px 3px; 3597 padding: 3px 3px 3px 3px;
3598 background-position: 0 -100px; 3598 background-position: 0 -100px;
3599 display: inline-block; 3599 display: inline-block;
3600 } 3600 }
3601 3601
3602 ul.nav-stacked {
3603 margin: 20px;
3604 color: #393939;
3605 font-weight: 700;
3606 }
3607
3608 ul.nav-stacked a {
3609 color: inherit;
3610 }
3611
3602 /* make .btn inputs and buttons and divs look the same */ 3612 /* make .btn inputs and buttons and divs look the same */
3603 button.btn, 3613 button.btn,
3604 input.btn { 3614 input.btn {
3605 font-family: inherit; 3615 font-family: inherit;
3606 font-size: inherit; 3616 font-size: inherit;