changeset 579:6d0474c7e645

more templates updates
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 00:52:13 +0200
parents bafd00ab077d
children 7dbeb55fe533
files rhodecode/public/css/diff.css rhodecode/public/css/pygments.css rhodecode/public/css/style.css rhodecode/public/images/title_tab_selected.png rhodecode/templates/index.html rhodecode/templates/settings/repo_settings.html
diffstat 6 files changed, 18 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- 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{
--- 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{
--- 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
Binary file rhodecode/public/images/title_tab_selected.png has changed
--- 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')():
 	        <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
--- 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))} 
     &raquo; 
     ${_('Settings')} 
-    
 </%def>
+
 <%def name="page_nav()">
     ${self.menu('settings')}
 </%def>
@@ -256,6 +256,7 @@
             
         </script>      
 </div>
+</div>
 </%def>