summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 29f855a0d..6d4aaf49f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;