summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 04:20:00 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 04:20:00 +0100
commit71ad39598b4de8e481f03e4843ffc40a6ba56469 (patch)
treeae5516330ec6005ced69205bfc6866429481aa7e /tt-rss.css
parent007bda3585c5ae865b370eae6ee5f4e2d3cc9cf2 (diff)
basic functionality pass 8
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f779e0f17..4bde18858 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;