summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css27
1 files changed, 17 insertions, 10 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d2e854d8f..8e87d6598 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -132,14 +132,12 @@ a:hover {
}
#notify {
- top : 25px;
+ bottom : 10px;
right : 10px;
border-width : 1px;
border-style : solid;
position : absolute;
- display : none;
- float : right;
- font-size : 11px;
+ font-size : 12px;
z-index : 99;
padding : 5px;
min-width : 200px;
@@ -148,7 +146,21 @@ a:hover {
#notify img {
vertical-align : middle;
- margin-right : 4px;
+ max-height : 14px;
+}
+
+#notify span.msg {
+ width : 100%;
+}
+
+#notify span.close {
+ text-align : right;
+}
+
+#notify span {
+ display : table-cell;
+ vertical-align : middle;
+ padding : 4px;
}
.notify {
@@ -171,11 +183,6 @@ a:hover {
border-color : #ff0000;
}
-.notify.error span:hover {
- color : red;
- cursor : pointer;
-}
-
.hl.Unread div.hlTitle {
font-weight : bold;
}