diff pylons_app/public/css/style.css @ 524:63212fea2471

a lot of fixes in templates, added options to each repository showing fork/serach/settings fixed emtpy changeset (again !)
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Sep 2010 22:36:53 +0200
parents d5efb83590ef
children 804a14e086dc
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Tue Sep 28 22:38:34 2010 +0000
+++ b/pylons_app/public/css/style.css	Wed Sep 29 22:36:53 2010 +0200
@@ -569,18 +569,47 @@
     width:167px;        
 }
 
-#header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
-{
-
+
+#header #header-inner #quick li ul li a.fork,
+#header #header-inner #quick li ul li a.fork:hover
+{
+
+    background: #FFFFFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
+    margin:0;
+    padding:12px 9px 7px 24px;
+    width:167px;        
+}
+
+#header #header-inner #quick li ul li a.search,
+#header #header-inner #quick li ul li a.search:hover
+{
+    background: #FFFFFF url("../images/icons/search_16.png") no-repeat 4px 9px;
+    margin:0;
+    padding:12px 9px 7px 24px;
+    width:167px;        
+}
+
+#header #header-inner #quick li ul li a.delete,
+#header #header-inner #quick li ul li a.delete:hover
+{
+    background: #FFFFFF url("../images/icons/delete.png") no-repeat 4px 9px;
+    margin:0;
+    padding:12px 9px 7px 24px;
+    width:167px;        
+}
+
+#header #header-inner #quick li ul li a.branches,
+#header #header-inner #quick li ul li a.branches:hover
+{
     background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
     margin:0;
     padding:12px 9px 7px 24px;
     width:167px;        
 }
 
-#header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover
-{
-
+#header #header-inner #quick li ul li a.tags,
+#header #header-inner #quick li ul li a.tags:hover
+{
     background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
     margin:0;
     padding:12px 9px 7px 24px;
@@ -3464,12 +3493,14 @@
 .action_button {
     border: 0px;
     display: block;
+    color:#0066CC;
 }
 
 .action_button:hover {
     border: 0px;
-    font-style: italic;
+    text-decoration:underline;
     cursor: pointer;
+    color:#0066CC;
 }
 
 /* -----------------------------------------------------------