From 80e4dc34fd6673ab789560b6b8cee74293aa2401 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Sep 2006 13:23:28 +0100 Subject: css-based layout + required fixes (2) --- tt-rss.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'tt-rss.css') 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; -- cgit v1.2.3