]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
tweak notify layout/display
[tt-rss.git] / tt-rss.css
index d2e854d8f318515563e06043eb68e0ee23448a8c..8e87d6598ac0091772946512f92de6f1901346fa 100644 (file)
@@ -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;
 }