]> git.wh0rd.org - tt-rss.git/commitdiff
theme updates
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 05:18:29 +0000 (06:18 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 05:18:29 +0000 (06:18 +0100)
themes/compat/theme.css
themes/graycube/theme.css
tt-rss.css

index 44e39d98fc0533eb84ef77f0ed3cb960d42c66d8..7fcf0fad2a12f8bc37e64beb88a1b1dac3f229e8 100644 (file)
@@ -912,7 +912,9 @@ div.headlines_cdm {
 /* preferences layout */
 
 #prefHeader {
+       position : static;
        color : gray;
+       margin : 10px;
 }
 
 div.return a {
index 0a003bda9b8be7fdb0598d4c38309f5870c0e633..57320e1cc112ba60e1c82b66d6a1c069ade62a79 100644 (file)
@@ -339,6 +339,7 @@ div.headlines_cdm {
 
 div.firstTab {
        width : 20px;
+       float : left;
 }
 
 div.prefsTab {
index 2e581653a03d0cfde16c7360f9c69c82e17c4554..d7dff96e03271def33022364235070ca656901ee 100644 (file)
@@ -480,13 +480,13 @@ input.extSearch {
        width : 100%;
 }
 
-div.prefsTab:hover {
-       cursor : pointer;
-}
-
 div.firstTab {
-       float : left;
        width : 10px;
+       float : left;
+}
+
+div.prefsTab:hover {
+       cursor : pointer;
 }
 
 div.prefsTab {
@@ -1213,9 +1213,9 @@ div.headlines_cdm {
 /* preferences layout */
 
 #prefHeader {
-       margin : 10px;
        color : #4684ff;
        font-size : small;
+       margin : 10px;
 }
 
 div.return {