summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 12:17:39 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 12:17:39 +0100
commit44686f2c5a0871431a95082e33ead12161c00a13 (patch)
tree17db7595480db9c29f9ac394da8786c8fbf6b11c /tt-rss.css
parentaf1c1f18040ed37c1dabd48778f2e8a6171b48f6 (diff)
style fixes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d1a504134..a3bacfe7f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 */