summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 05:15:28 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 05:15:28 +0100
commit11befbb22ff3761a1d29c93fd80cc7b75502bd84 (patch)
treebdb44d3ab9f1d91eefb2885f77ba2af492840898 /tt-rss.css
parent9105d728162221294fcdeb53943ba09ad9d8a634 (diff)
subtoolbar is now sticky
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 aa4c96c6c..d01699aa6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1285,7 +1285,7 @@ div.headlines_normal {
height : 305px;
top : 85px;
right : 0px;
- overflow : auto;
+ overflow : hidden;
font-size : small;
border-collapse : collapse;
}
@@ -1337,3 +1337,16 @@ div.headlines_cdm {
margin-left : 1px;
background-color : white;
}
+
+#headlineActionsTop {
+/* border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #c0c0c0;
+ background-color : #fafafa; */
+ font-size : x-small;
+}
+
+#headlinesInnerContainer {
+ height : 280px;
+ overflow : auto;
+}