1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

basic functionality pass 10

This commit is contained in:
Andrew Dolgov
2005-08-22 05:56:40 +01:00
parent 857a92708b
commit 331900c642
7 changed files with 166 additions and 107 deletions

View File

@@ -32,22 +32,6 @@ a:hover {
color : #5050aa;
}
a.button {
border : 1px solid #d0d0d0;
background-image : url("button.png");
background-position : top;
background-repeat : repeat-x;
background-color : white;
color : black;
padding : 2px 10px 2px 10px;
font-size : small;
}
a.button:hover {
background : white;
text-decoration : none;
}
table.feedOverview {
margin : 5px;
border : 1px solid #c0c0c0;
@@ -112,7 +96,7 @@ table.main td.toolbar {
font-weight : bold;
border : 1px solid #c0c0c0;
font-size : small;
display : block;
display : none;
background : white;
-moz-border-radius : 5px;
padding : 3px 10px 3px 10px;
@@ -149,12 +133,18 @@ table.main td.headlines {
overflow : scroll;
}
table.main td.prefContent {
padding : 10px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
}
table.main td.content {
padding : 10px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
overflow : scroll;
}
td.content a {
@@ -240,3 +230,21 @@ table.prefFeedList tr.title td {
background-color : #c0c0c0;
}
a.button {
border : 1px solid #d0d0d0;
background-image : url("button.png");
background-position : top;
background-repeat : repeat-x;
background-color : white;
color : black;
padding : 2px 10px 2px 10px;
font-size : small;
}
a.button:hover {
background : white;
text-decoration : none;
color : black;
}