From: Andrew Dolgov Date: Mon, 19 Jan 2009 08:25:28 +0000 (+0100) Subject: reposition notify box X-Git-Tag: 1.3.0~49 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=958e3f4ff42190d6a162ca67584a447ae6b5d523;p=tt-rss.git reposition notify box --- diff --git a/tt-rss.css b/tt-rss.css index 0ab8d527..6e099044 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; }