summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 07:51:40 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 07:51:40 +0100
commit106689b065e5cbec64d0dc1a6ac446fb96ca3ad9 (patch)
treedf13c42d2a7272b20c49632dc95c90b1958d7f54 /tt-rss.css
parenta6a20d4f46add8210ff653d043a79ef57583bc35 (diff)
notify tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 453850437..f3ca0c12b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -314,8 +314,7 @@ td.notifyBox {
border : 1px solid #d7c47a;
padding : 3px;
-moz-border-radius : 3px;
- font-size : x-small;
- font-weight : bold;
+ font-size : small;
text-align : left;
padding : 3px 20px 3px 20px;
text-align : center;
@@ -330,19 +329,17 @@ td.notifyBox {
.notify {
background : #fff7d5;
border : 1px solid #d7c47a;
- padding : 3px;
top : 10px;
right : 35%;
min-width : 30%;
position : absolute;
- font-size : x-small;
- font-weight : bold;
- text-align : center;
display : none;
float : right;
- padding : 3px 20px 3px 20px;
+ font-size : small;
+ text-align : center;
z-index : 999;
- -moz-border-radius : 3px;
+ -moz-border-radius : 2px;
+ padding : 5px 5px 5px 5px;
}
#dispSwitch {