summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5e87a353c..388b2e44b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -10,7 +10,7 @@ body {
table.main td.header {
padding : 10px 10px 10px 50px;
- height : 80px;
+ height : 70px;
font-size : 24pt;
font-weight : bold;
background-image : url("images/vgrad_light_rev2.png");
@@ -210,11 +210,15 @@ a:hover {
}
#notify {
- font-weight : bold;
font-size : 10pt;
- display : none;
- width : 350px;
+ text-align : right;
color : gray;
+ border-style : solid;
+ border-width : 0px 0px 1px 1px;
+ border-color : #c0c0c0;
+ background-color : white;
+ padding : 3px;
+ width : 350px;
}
#dispSwitch {