]> git.wh0rd.org - tt-rss.git/commitdiff
notify tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 29 Sep 2006 06:51:40 +0000 (07:51 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 29 Sep 2006 06:51:40 +0000 (07:51 +0100)
functions.js
tt-rss.css

index bd0b5dcd70db1881481f6b4d7081466b2fa86c14..491d435236d2c2d6245f6f86b665837f37cd62bf 100644 (file)
@@ -137,6 +137,8 @@ function notify_real(msg, doc, no_hide, is_err) {
                n.style.color = "black";
        }
 
+//     msg = "<img src='images/live_com_loading.gif'> " + msg;
+
        nb.innerHTML = msg;
 
        if (!no_hide) {
index 453850437a6d7eee0ac50abd0c4af56fd42a07c2..f3ca0c12b336c3c7b61b8b5d06cc520ac36344b4 100644 (file)
@@ -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 {