# HG changeset patch # User Marcin Kuzminski # Date 1319628921 -7200 # Node ID 387971bd1a79ef6c4afe48bd72866d90699a147c # Parent e9a19edfeba6e70e27a4fcab8146ece5027a2bac image less css diff -r e9a19edfeba6 -r 387971bd1a79 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Wed Oct 26 13:25:34 2011 +0200 +++ b/rhodecode/public/css/style.css Wed Oct 26 13:35:21 2011 +0200 @@ -197,8 +197,19 @@ -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px; height: 37px; - background: url("../images/header_inner.png") repeat-x scroll 0 0 - #003367; + background-color: #eedc94; + background-repeat: repeat-x; + background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), + to(#eedc94) ); + background-image: -moz-linear-gradient(top, #003b76, #00376e); + background-image: -ms-linear-gradient(top, #003b76, #00376e); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), + color-stop(100%, #00376e) ); + background-image: -webkit-linear-gradient(top, #003b76, #00376e) ); + background-image: -o-linear-gradient(top, #003b76, #00376e) ); + background-image: linear-gradient(top, #003b76, #00376e); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', + endColorstr='#00376e', GradientType=0 ); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -250,7 +261,19 @@ min-height: 40px; clear: both; position: relative; - background: #003367 url("../images/header_inner.png") repeat-x; + background-color: #eedc94; + background-repeat: repeat-x; + background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), + to(#eedc94) ); + background-image: -moz-linear-gradient(top, #003b76, #00376e); + background-image: -ms-linear-gradient(top, #003b76, #00376e); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), + color-stop(100%, #00376e) ); + background-image: -webkit-linear-gradient(top, #003b76, #00376e) ); + background-image: -o-linear-gradient(top, #003b76, #00376e) ); + background-image: linear-gradient(top, #003b76, #00376e); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', + endColorstr='#00376e', GradientType=0 ); margin: 0; padding: 0; display: block; @@ -1601,7 +1624,19 @@ clear: both; overflow: hidden; position: relative; - background: #003367 url("../images/header_inner.png") repeat-x; + background-color: #eedc94; + background-repeat: repeat-x; + background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), + to(#eedc94) ); + background-image: -moz-linear-gradient(top, #003b76, #00376e); + background-image: -ms-linear-gradient(top, #003b76, #00376e); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), + color-stop(100%, #00376e) ); + background-image: -webkit-linear-gradient(top, #003b76, #00376e) ); + background-image: -o-linear-gradient(top, #003b76, #00376e) ); + background-image: linear-gradient(top, #003b76, #00376e); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', + endColorstr='#00376e', GradientType=0 ); margin: 0 auto; padding: 0; } @@ -2545,7 +2580,7 @@ } #content div.box div.title div.search { - background: url("../images/title_link.png") no-repeat top left; + border-left: 1px solid #316293; } diff -r e9a19edfeba6 -r 387971bd1a79 rhodecode/public/images/button_highlight_selected.png Binary file rhodecode/public/images/button_highlight_selected.png has changed diff -r e9a19edfeba6 -r 387971bd1a79 rhodecode/public/images/title.png Binary file rhodecode/public/images/title.png has changed diff -r e9a19edfeba6 -r 387971bd1a79 rhodecode/public/images/title_link.png Binary file rhodecode/public/images/title_link.png has changed diff -r e9a19edfeba6 -r 387971bd1a79 rhodecode/templates/search/search_path.html --- a/rhodecode/templates/search/search_path.html Wed Oct 26 13:25:34 2011 +0200 +++ b/rhodecode/templates/search/search_path.html Wed Oct 26 13:35:21 2011 +0200 @@ -1,27 +1,26 @@ ##path search - + %endif + + %endif +%endfor +%if c.cur_query and c.formated_results: +
+ ${c.formated_results.pager('$link_previous ~2~ $link_next')} +
+%endif