]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
basic functionality pass 10
[tt-rss.git] / tt-rss.css
index 4bde18858146f0531a6362ce6e5d0b9f56d40bb1..38187380ef66a6615d1663755982315eb7dd9c3e 100644 (file)
@@ -32,22 +32,6 @@ a:hover {
        color : #5050aa;
 }
 
-a.button {
-       border : 1px solid #d0d0d0;
-       background-image : url("button.png");
-       background-position : top;
-       background-repeat : repeat-x;
-       background-color : white;
-       color : black;  
-       padding : 2px 10px 2px 10px;
-       font-size : small;
-}
-
-a.button:hover {
-       background : white;
-       text-decoration : none;
-}
-
 table.feedOverview {
        margin : 5px;
        border : 1px solid #c0c0c0;
@@ -112,7 +96,7 @@ table.main td.toolbar {
        font-weight : bold;
        border : 1px solid #c0c0c0;
        font-size : small;
-       display : block;
+       display : none;
        background : white;
        -moz-border-radius : 5px;
        padding : 3px 10px 3px 10px;
@@ -149,12 +133,18 @@ table.main td.headlines {
        overflow : scroll;
 }
 
+table.main td.prefContent {
+       padding : 10px;
+       border-width : 1px 0px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : solid;
+}
+
 table.main td.content {
        padding : 10px;
        border-width : 1px 0px 0px 0px;
        border-color : #c0c0c0;
        border-style : solid;
-       overflow : scroll;
 }
 
 td.content a {
@@ -240,3 +230,21 @@ table.prefFeedList tr.title td {
        background-color : #c0c0c0;
 }
 
+a.button {
+       border : 1px solid #d0d0d0;
+       background-image : url("button.png");
+       background-position : top;
+       background-repeat : repeat-x;
+       background-color : white;
+       color : black;  
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+a.button:hover {
+       background : white;
+       text-decoration : none;
+       color : black;
+}
+
+