summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 15:10:14 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 15:10:14 +0100
commit828a8ecc9a3028b53daf4644ef41479c47fbce20 (patch)
treea2357a398faa7c81eebd84b04766a7faf75b81e0 /tt-rss.css
parent14ba5dccff86f6b8bb2c4efd30df76374b84fc22 (diff)
move notify box, make it more visible
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 {