changeset 24:170af9dcfaed

Changed styles for front page buttons
author Marcin Kuzminski
date Sun, 28 Feb 2010 16:08:10 +0100
parents 9258478fcab2
children e89967ca7f68
files pylons_app/public/hg_static/style-monoblue.css
diffstat 1 files changed, 29 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/public/hg_static/style-monoblue.css	Sun Feb 28 15:43:28 2010 +0100
+++ b/pylons_app/public/hg_static/style-monoblue.css	Sun Feb 28 16:08:10 2010 +0100
@@ -51,6 +51,34 @@
   div.page-header a {
     text-decoration: none;
   }
+  div.rss_logo { 
+    float: right; white-space: nowrap; 
+  }
+  div.rss_logo a {
+    padding:3px 6px; line-height:10px;
+    border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
+    color:#ffffff; background-color:#ff6600;
+    font-weight:bold; font-family:sans-serif; font-size:10px;
+    text-align:center; text-decoration:none;
+}
+  div.rss_logo a:hover { 
+    background-color:#ee5500; 
+  }
+
+  td.indexlinks { 
+	   white-space: nowrap; 
+  }
+  td.indexlinks a {
+	  padding: 2px 5px; line-height: 10px;
+	  border: 1px solid;
+	  color: #ffffff; background-color: #7777bb;
+	  border-color: #aaaadd #333366 #333366 #aaaadd;
+	  font-weight: bold;  text-align: center; text-decoration: none;
+	  font-size: 10px;
+  }
+  td.indexlinks a:hover {
+	 background-color: #6666aa; 
+  }
 
   div.page-header form {
     position: absolute;
@@ -195,7 +223,7 @@
 
 table {
   margin: 10px 0 0 20px;
-  width: 95%;
+  width: auto;
   border-collapse: collapse;
 }
 table tr td {