summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css30
1 files changed, 24 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 45ad7beb8..f69d2444e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -17,7 +17,7 @@ table.main td.headerBox {
table.main td.header {
padding : 10px 10px 10px 10px;
- height : 70px;
+ height : 50px;
}
table.main td.mainToolbar {
@@ -306,13 +306,31 @@ td.notifyBox {
text-align : right;
}
-#notify {
+.notify_sm {
background : #fff7d5;
border : 1px solid #d7c47a;
padding : 3px;
- top : 25px;
- right : 150px;
- min-width : 300px;
+ -moz-border-radius : 3px;
+ font-size : x-small;
+ font-weight : bold;
+ text-align : left;
+ padding : 3px 20px 3px 20px;
+ text-align : center;
+ float : left;
+ min-width : 20%;
+ position : absolute;
+ left : 2px;
+ top : 2px;
+ display : none;
+}
+
+.notify {
+ background : #fff7d5;
+ border : 1px solid #d7c47a;
+ padding : 3px;
+ top : 10px;
+ right : 35%;
+ min-width : 30%;
position : absolute;
-moz-border-radius : 3px;
font-size : x-small;
@@ -685,7 +703,7 @@ td.welcomePrompt {
color : #4684ff;
text-align : right;
padding-right : 10px;
-
+ padding-top : 5px;
}
td.httpWelcomePrompt {