# HG changeset patch # User Marcin Kuzminski # Date 1286751133 -7200 # Node ID 6d0474c7e645341dba9f27d5af5e914278eb57ac # Parent bafd00ab077db2656b3fb3e72697e72d5c69fe95 more templates updates diff -r bafd00ab077d -r 6d0474c7e645 rhodecode/public/css/diff.css --- a/rhodecode/public/css/diff.css Sun Oct 10 23:52:24 2010 +0200 +++ b/rhodecode/public/css/diff.css Mon Oct 11 00:52:13 2010 +0200 @@ -11,7 +11,6 @@ div.diffblock .code-header{ border-bottom: 1px solid #CCCCCC; background: #EEEEEE; - color:blue; padding:10px 0 10px 0; } div.diffblock .code-header div{ diff -r bafd00ab077d -r 6d0474c7e645 rhodecode/public/css/pygments.css --- a/rhodecode/public/css/pygments.css Sun Oct 10 23:52:24 2010 +0200 +++ b/rhodecode/public/css/pygments.css Mon Oct 11 00:52:13 2010 +0200 @@ -11,7 +11,6 @@ div.codeblock .code-header{ border-bottom: 1px solid #CCCCCC; background: #EEEEEE; - color:blue; padding:10px 0 10px 0; } div.codeblock .code-header .revision{ diff -r bafd00ab077d -r 6d0474c7e645 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Sun Oct 10 23:52:24 2010 +0200 +++ b/rhodecode/public/css/style.css Mon Oct 11 00:52:13 2010 +0200 @@ -59,6 +59,7 @@ font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; + color: #000000; } /* @@ -76,13 +77,14 @@ anchors */ a { - color: #0066CC; + color: #003367; text-decoration: none; cursor: pointer; + font-weight: bold; } a:hover { - color: #000000; + color: #316293; text-decoration: underline; } @@ -458,7 +460,7 @@ display: block; float: left; background: #FFFFFF; - color: #0066CC; + color: #003367; font-weight: normal; } @@ -892,7 +894,7 @@ padding: 0; clear: both; overflow: hidden; - background: #336699 url("../images/title.png") repeat-x; + background: #336699 url("../images/header_inner.png") repeat-x; } #content div.box div.title h5 { @@ -923,7 +925,6 @@ height: 1%; display: block; float: left; - background: url("../images/title_link.png") no-repeat top left; border-left: 1px solid #316293; color: #ffffff; font-size: 11px; @@ -932,7 +933,9 @@ } #content div.box div.title ul.links li a:hover { - color: #bfe3ff; + background: url("../../images/title_tab_selected.png") no-repeat bottom + center; + color: #bfe3ff; } #content div.box div.title ul.links li.ui-tabs-selected a { @@ -1060,7 +1063,9 @@ clear: both; overflow: hidden; } - +#content div.box div.message a{ + font-weight: normal !important; +} #content div.box div.message div.image { margin: 9px 0 0 5px; padding: 6px; @@ -3024,7 +3029,7 @@ } .box .search div.search_path div.link a { - color: #0066CC; + color: #003367; cursor: pointer; text-decoration: none; } @@ -3085,7 +3090,7 @@ background-color: #FFFFFF; font-family: arial, helvetica, verdana, sans-serif; padding: 8px; - border: 2px solid #556CB5; + border: 2px solid #003367; font: 100% sans-serif; width: auto; opacity: 1.0; @@ -3230,14 +3235,12 @@ .action_button { border: 0px; display: block; - color: #0066CC; } .action_button:hover { border: 0px; text-decoration: underline; cursor: pointer; - color: #0066CC; } /* @@ -3441,13 +3444,6 @@ /*THEME*/ /* - header -*/ -#header #header-inner { - background: #b0b0b0 url("../../images/header_inner.png") repeat-x; -} - -/* header / quick */ #header #header-inner #quick li a { @@ -3546,23 +3542,7 @@ border-bottom: 1px solid #326395; } -/* - content / right / box / title -*/ -#content div.box div.title { - background: #336699 url("../../images/title.png") repeat-x; -} - -#content div.box div.title ul.links li a { - background: url("../../images/title_link.png") no-repeat top left; - border-left: 1px solid #316293; -} - -#content div.box div.title ul.links li a:hover { - background: url("../../images/title_tab_selected.png") no-repeat bottom - center; - color: #bfe3ff; -} + #content div.box div.title ul.links li.ui-tabs-selected a { background: url("../../images/title_tab_selected.png") no-repeat bottom diff -r bafd00ab077d -r 6d0474c7e645 rhodecode/public/images/title_tab_selected.png Binary file rhodecode/public/images/title_tab_selected.png has changed diff -r bafd00ab077d -r 6d0474c7e645 rhodecode/templates/index.html --- a/rhodecode/templates/index.html Sun Oct 10 23:52:24 2010 +0200 +++ b/rhodecode/templates/index.html Mon Oct 11 00:52:13 2010 +0200 @@ -31,7 +31,7 @@ %if h.HasPermissionAny('hg.admin','hg.create.repository')(): %endif diff -r bafd00ab077d -r 6d0474c7e645 rhodecode/templates/settings/repo_settings.html --- a/rhodecode/templates/settings/repo_settings.html Sun Oct 10 23:52:24 2010 +0200 +++ b/rhodecode/templates/settings/repo_settings.html Mon Oct 11 00:52:13 2010 +0200 @@ -9,8 +9,8 @@ ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} » ${_('Settings')} - + <%def name="page_nav()"> ${self.menu('settings')} @@ -256,6 +256,7 @@ +