1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 15:29:14 +00:00

scrollable feedlist (iframe)

This commit is contained in:
Andrew Dolgov
2005-09-07 04:53:29 +01:00
parent 6de17d5251
commit 1a66d16e46
8 changed files with 182 additions and 168 deletions

View File

@@ -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;