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 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;
+}