]> git.wh0rd.org - tt-rss.git/commitdiff
reposition notify box
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 08:25:28 +0000 (09:25 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 08:25:28 +0000 (09:25 +0100)
tt-rss.css

index 0ab8d527740d6b449f695e177dd953da2f383914..6e0990445a3eaaff094305a3e4f698bf008fd986 100644 (file)
@@ -249,9 +249,9 @@ input.editbox {
 }
 
 #notify {
-       border-width : 1px;
+       border-width : 0px 1px 1px 1px;
        border-style : solid;
-       top : 10px;
+       top : 0px;
        right : 35%;
        min-width : 30%;
        position : absolute;    
@@ -259,7 +259,6 @@ input.editbox {
        float : right;
        font-size : 12px;
        z-index : 998;
-       -moz-border-radius : 2px;
        padding : 5px 5px 5px 5px;
 }