]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
css-based layout + required fixes (2)
[tt-rss.git] / tt-rss.css
index 29f855a0dfc7b4c7483dba4b0146c0b8a4fd292d..6d4aaf49f2aa82daade9f8df8f1857376e14172a 100644 (file)
@@ -1263,7 +1263,7 @@ table.loginForm2 .innerLoginCell {
        font-size : small;
 }
 
-#headlines-frame {
+div.headlines_normal {
        position : absolute;
        border-width : 1px 0px 0px 0px;
        border-style : solid;
@@ -1276,6 +1276,19 @@ table.loginForm2 .innerLoginCell {
        font-size : small;
 }
 
+div.headlines_cdm {
+       position : absolute;
+       border-width : 1px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       left : 260px;
+       bottom : 50px;
+       top : 85px;
+       right : 0px;
+       overflow : auto;
+       font-size : small;
+}
+
 #content-frame {
        position : absolute;
        border-width : 1px 0px 1px 0px;