summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-19 09:25:28 +0100
committerAndrew Dolgov <[email protected]>2009-01-19 09:25:28 +0100
commit958e3f4ff42190d6a162ca67584a447ae6b5d523 (patch)
tree2e4366c76a9eacf63e482b73cc0b92c9c26ad943 /tt-rss.css
parentf9ae97c097868bbec1df5cfae929826124378776 (diff)
reposition notify box
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files 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;
}