summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-28 13:23:28 +0100
committerAndrew Dolgov <[email protected]>2006-09-28 13:23:28 +0100
commit80e4dc34fd6673ab789560b6b8cee74293aa2401 (patch)
treecca5655f9e684037f1d0fcffbe12de15a63554f8 /tt-rss.css
parent6b4163cb464534e827b4282f84541d86c8e19ec5 (diff)
css-based layout + required fixes (2)
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;