summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css38
1 files changed, 29 insertions, 9 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3c3dae031..26d2d98a6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -42,10 +42,6 @@ table.feedOverview {
font-size : small;
}
-td.headlineToolbar {
- padding-top : 10px;
-}
-
table.feeds {
font-size : small;
}
@@ -67,7 +63,17 @@ table.headlinesList td.search {
padding-bottom : 3px; */
}
-table.headlinesList td.title {
+td.headlinesToolbar {
+ padding : 10px;
+}
+
+td.headlinesTitle {
+ text-align : right;
+ font-size : large;
+ font-weight : bold;
+}
+
+table.headlinesList td.title, table.headlinesHeader td.title {
font-weight : bold;
font-size : large;
border-width : 0px 0px 1px 0px;
@@ -135,13 +141,18 @@ table.main td.feeds {
padding : 10px;
}
-table.main td.headlines {
- height : 10%;
+div.headlineToolbar {
+ border-width : 1px 0px 0px 0px;
+ border-color : #c0c0c0;
+ border-style : solid;
padding : 10px;
+}
+
+table.main td.headlines {
+ height : 25%;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
- overflow : scroll;
}
table.main td.prefContent {
@@ -152,6 +163,14 @@ table.main td.prefContent {
}
+table.main td.headlinesToolbarBox {
+ padding : 0px;
+ height : 20px;
+ border-width : 1px 0px 0px 0px;
+ border-color : #c0c0c0;
+ border-style : solid;
+}
+
table.main td.content {
padding : 0px;
border-width : 1px 0px 0px 0px;
@@ -375,10 +394,11 @@ div.expPane {
margin : 15px;
}
-iframe.contentFrame {
+iframe.contentFrame, iframe.headlinesFrame {
width : 100%;
border-width : 0px;
padding : 0px;
margin : 0px;
height : 100%;
}
+