diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1717,7 +1717,7 @@ padding:0; div.browserblock .browser-header { background:#FFF; -padding:10px 0px 35px 0px; +padding:10px 0px 25px 0px; width: 100%; } div.browserblock .browser-nav { @@ -1725,16 +1725,16 @@ float:left } div.browserblock .browser-branch { -padding:10px 0 0 0; float:left; } + div.browserblock .browser-branch label { color:#4A4A4A; vertical-align:text-top; } div.browserblock .browser-header span { -margin-left:25px; +margin-left:5px; font-weight:700; } @@ -1823,27 +1823,33 @@ font-size:1.2em; padding-left:4px; } -.info_box * { -background:url("../images/pager.png") repeat-x scroll 0 0 #EBEBEB; -color:#4A4A4A; -font-weight:700; -height:1%; -display:inline; -border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF; -border-style:solid; -border-width:1px; -padding:4px 6px; -} - .info_box span { margin-left:3px; margin-right:3px; } -.info_box input#at_rev { -text-align:center; -padding:5px 3px 3px 2px; -} +.info_box .rev { +color: #003367; +font-size: 1.6em; +font-weight: bold; +vertical-align: sub; +} + + +.info_box input#at_rev,.info_box input#size { +background:#FFF; +border-top:1px solid #b3b3b3; +border-left:1px solid #b3b3b3; +border-right:1px solid #eaeaea; +border-bottom:1px solid #eaeaea; +color:#000; +font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; +font-size:12px; +margin:0; +padding:1px 5px 1px; +} + + .info_box input#view { text-align:center; @@ -2187,6 +2193,21 @@ border-left:none; color:#FFF; } +#content div.box input.ui-button-small { +background:#e5e3e3 url("../images/button.png") repeat-x; +border-top:1px solid #DDD; +border-left:1px solid #c6c6c6; +border-right:1px solid #DDD; +border-bottom:1px solid #c6c6c6; +color:#515151; +outline:none; +margin:0; +} + +#content div.box input.ui-button-small submit,button{ +cursor: pointer; +} + #content div.box div.title div.search div.button input.ui-state-hover { background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x; border:1px solid #316293;