summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 04:53:29 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 04:53:29 +0100
commit1a66d16e4689d827268455c28aa3aee8d46b9cb1 (patch)
tree59b9f883f00afe9948b0d28808d7677917d4dd05 /tt-rss.css
parent6de17d52514965b083a3659fb7708faad4922662 (diff)
scrollable feedlist (iframe)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css23
1 files changed, 15 insertions, 8 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7f2be2155..37518b3d1 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -45,12 +45,6 @@ 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;
@@ -98,6 +92,10 @@ table.main td.toolbar {
width : 300px;
}
+table.feedsList td {
+ font-size : x-small;
+}
+
table.main td.header {
font-size : 21pt;
background-color : #f0f0f0;
@@ -112,11 +110,11 @@ table.main td.header {
}
table.main td.feeds {
- width : 250px;
+ width : 300px;
border-width : 1px 1px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
- padding : 10px;
+ padding : 5px;
}
div.headlineToolbar {
@@ -138,6 +136,7 @@ table.main td.headlines {
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
+ font-size : small;
}
table.main td.prefContent {
@@ -365,6 +364,14 @@ div.expPane {
margin : 15px;
}
+iframe.feedsFrame {
+ width : 100%;
+ height : 90%;
+ border-width : 0px;
+ margin : 0px;
+ padding : 0px;
+}
+
iframe.contentFrame, iframe.headlinesFrame {
width : 100%;
border-width : 0px;