1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 15:09:16 +00:00

basic functionality pass 8

This commit is contained in:
Andrew Dolgov
2005-08-22 04:20:00 +01:00
parent 007bda3585
commit 71ad39598b
5 changed files with 56 additions and 15 deletions

View File

@@ -103,13 +103,24 @@ table.main td.toolbar {
/* background-image : url("shadow_top.png");
background-position : bottom left;
background-repeat : repeat-x; */
padding-right : 5px;
padding-right : 10px;
padding-left : 10px;
font-size : small;
text-align : right;
}
#notify {
font-weight : bold;
border : 1px solid #c0c0c0;
font-size : small;
display : block;
background : white;
-moz-border-radius : 5px;
padding : 3px 10px 3px 10px;
width : 300px;
}
table.main td.header {
font-size : 18pt;
font-size : 21pt;
background-color : #f0f0f0;
background-image : url("header.png");
background-position : top left;
@@ -118,6 +129,7 @@ table.main td.header {
padding-left : 80px;
padding-top : 30px;
font-weight : bold;
color : black;
}
table.main td.feeds {
@@ -150,9 +162,10 @@ td.content a {
text-decoration : none;
}
/*
td.content a:hover {
text-decoration : underline;
}
} */
table.main td.notify {
height : 40px;