summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 08:56:52 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 08:56:52 +0100
commit0ceded7a4663fc05d5f4871b01ac66f9c6a7380e (patch)
treeb1d07fe1f6a0ea9415cd76c8426f83cb6b12ef71 /tt-rss.css
parent6311acbeea7a386189d57745290a2d916d8734b2 (diff)
interface tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 9d38cf4a3..b1b2a23a8 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -296,9 +296,16 @@ td.notifyBox {
}
#notify {
- color : black;
- font-weight : bold;
+ background : #fff7d5;
+ border : 1px solid #d7c47a;
padding : 3px;
+ top : 2px;
+ right : 2px;
+ float : right;
+ position : absolute;
+ -moz-border-radius : 3px;
+ font-size : x-small;
+ font-weight : bold;
}
#dispSwitch {