From 958e3f4ff42190d6a162ca67584a447ae6b5d523 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 Jan 2009 09:25:28 +0100 Subject: [PATCH] reposition notify box --- tt-rss.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tt-rss.css b/tt-rss.css index 0ab8d5277..6e0990445 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; }