aboutsummaryrefslogtreecommitdiff
path: root/rhodecode
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-10-11 00:52:13 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-10-11 00:52:13 +0200
commit19ec7bc01e06647b64e9656442b93222f7815b5e (patch)
treec3fd54602ca4d5f71ad34fa53820264c3146fc22 /rhodecode
parent94523a59fae8f807d01bb944105bd6279ed66e56 (diff)
more templates updates
Diffstat (limited to 'rhodecode')
-rw-r--r--rhodecode/public/css/diff.css1
-rw-r--r--rhodecode/public/css/pygments.css1
-rw-r--r--rhodecode/public/css/style.css48
-rw-r--r--rhodecode/public/images/title_tab_selected.pngbin147 -> 180 bytes
-rw-r--r--rhodecode/templates/index.html2
-rw-r--r--rhodecode/templates/settings/repo_settings.html3
6 files changed, 17 insertions, 38 deletions
diff --git a/rhodecode/public/css/diff.css b/rhodecode/public/css/diff.css
index e45f061b..38feaf3e 100644
--- a/rhodecode/public/css/diff.css
+++ b/rhodecode/public/css/diff.css
@@ -11,7 +11,6 @@ div.diffblock {
div.diffblock .code-header{
border-bottom: 1px solid #CCCCCC;
background: #EEEEEE;
- color:blue;
padding:10px 0 10px 0;
}
div.diffblock .code-header div{
diff --git a/rhodecode/public/css/pygments.css b/rhodecode/public/css/pygments.css
index b1541299..c7d2f57c 100644
--- a/rhodecode/public/css/pygments.css
+++ b/rhodecode/public/css/pygments.css
@@ -11,7 +11,6 @@ div.codeblock {
div.codeblock .code-header{
border-bottom: 1px solid #CCCCCC;
background: #EEEEEE;
- color:blue;
padding:10px 0 10px 0;
}
div.codeblock .code-header .revision{
diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css
index 919b5841..0381c847 100644
--- a/rhodecode/public/css/style.css
+++ b/rhodecode/public/css/style.css
@@ -59,6 +59,7 @@ body {
font-family: Lucida Grande, Verdana, Lucida Sans Regular,
Lucida Sans Unicode, Arial, sans-serif;
font-size: 12px;
+ color: #000000;
}
/*
@@ -76,13 +77,14 @@ img.icon {
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 @@ div.options a:hover {
display: block;
float: left;
background: #FFFFFF;
- color: #0066CC;
+ color: #003367;
font-weight: normal;
}
@@ -892,7 +894,7 @@ div.options a:hover {
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 @@ div.options a:hover {
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 @@ div.options a:hover {
}
#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 @@ div.options a:hover {
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 @@ table.code-browser .browser-dir {
}
.box .search div.search_path div.link a {
- color: #0066CC;
+ color: #003367;
cursor: pointer;
text-decoration: none;
}
@@ -3085,7 +3090,7 @@ table.code-browser .browser-dir {
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 @@ table.code-browser .browser-dir {
.action_button {
border: 0px;
display: block;
- color: #0066CC;
}
.action_button:hover {
border: 0px;
text-decoration: underline;
cursor: pointer;
- color: #0066CC;
}
/*
@@ -3441,13 +3444,6 @@ div.gravatar {
/*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 @@ div.gravatar {
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 --git a/rhodecode/public/images/title_tab_selected.png b/rhodecode/public/images/title_tab_selected.png
index 0213bc00..4c931b7b 100644
--- a/rhodecode/public/images/title_tab_selected.png
+++ b/rhodecode/public/images/title_tab_selected.png
Binary files differ
diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html
index 9f864b78..94d08ab4 100644
--- a/rhodecode/templates/index.html
+++ b/rhodecode/templates/index.html
@@ -31,7 +31,7 @@
%if h.HasPermissionAny('hg.admin','hg.create.repository')():
<ul class="links">
<li>
- <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'),class_="add_icon")}</span>
+ <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'))}</span>
</li>
</ul>
%endif
diff --git a/rhodecode/templates/settings/repo_settings.html b/rhodecode/templates/settings/repo_settings.html
index 48c50e0b..d07de1cb 100644
--- a/rhodecode/templates/settings/repo_settings.html
+++ b/rhodecode/templates/settings/repo_settings.html
@@ -9,8 +9,8 @@
${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
&raquo;
${_('Settings')}
-
</%def>
+
<%def name="page_nav()">
${self.menu('settings')}
</%def>
@@ -256,6 +256,7 @@
</script>
</div>
+</div>
</%def>