]> git.wh0rd.org Git - tt-rss.git/commitdiff
style fixes
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 11:17:39 +0000 (12:17 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 11:17:39 +0000 (12:17 +0100)
tt-rss.css

index d1a504134dbf333a7bd2a427858b02030ed4da7e..a3bacfe7f38da5f7c2305cd1275236b1743c87b3 100644 (file)
@@ -633,6 +633,12 @@ table.headlinesSubToolbar {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #f0f0f0;
+       position : absolute;
+       left : 1px;
+       top : 0px;
+       height : 25px;
+       right : 0px;
+       background-color : white;
 }
 
 table.headlinesSubToolbar td.headlineActions {
@@ -1229,8 +1235,12 @@ div.headlines_cdm {
 }
 
 #headlinesInnerContainer {
-       height : 280px;
        overflow : auto;
+       position : absolute;
+       left : 1px;
+       right : 0px;
+       bottom : 0px;
+       top : 25px; 
 }
 
 /* preferences layout */