# HG changeset patch # User Marcin Kuzminski # Date 2011-10-26 11:35:21 # Node ID 387971bd1a79ef6c4afe48bd72866d90699a147c # Parent e9a19edfeba6e70e27a4fcab8146ece5027a2bac image less css 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 @@ -197,8 +197,19 @@ div.options a { -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 @@ div.options a { 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 @@ div.form div.fields div.field div.button 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 @@ div.gravatar img { } #content div.box div.title div.search { - background: url("../images/title_link.png") no-repeat top left; + border-left: 1px solid #316293; } diff --git a/rhodecode/public/images/button_highlight_selected.png b/rhodecode/public/images/button_highlight_selected.png deleted file mode 100644 index ffd3a38e7d2741563661f91ef0ae0084e3f0f2ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - %for cnt,sr in enumerate(c.formated_results): - %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'): -
+ +%for cnt,sr in enumerate(c.formated_results): + %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'): +
+ +
+ %else: + %if cnt == 0: +
-
- %else: - %if cnt == 0: -
- -
- %endif - - %endif - %endfor - %if c.cur_query and c.formated_results: -
- ${c.formated_results.pager('$link_previous ~2~ $link_next')} -
- %endif -
\ No newline at end of file + + %endif + + %endif +%endfor +%if c.cur_query and c.formated_results: +
+ ${c.formated_results.pager('$link_previous ~2~ $link_next')} +
+%endif