]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
more notice css tweaks
[tt-rss.git] / tt-rss.css
index 3dfe3bef7cf3748f87956c33f4e23387ccf11444..454e2ffd165bda274dc8f9ea34a899342da13b73 100644 (file)
@@ -57,6 +57,7 @@ div.postReply div.postContent {
 div.postReply div.postContent img {
        border-width : 0px;
        max-width : 98%;
+       height: auto;
 }
 
 div.postReply div.postEnclosures {
@@ -131,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;
@@ -147,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 {
@@ -170,11 +183,6 @@ a:hover {
        border-color : #ff0000;
 }
 
-.notify.error span:hover {
-       color : red;
-       cursor : pointer;
-}
-
 .hl.Unread div.hlTitle {
        font-weight : bold;
 }
@@ -279,10 +287,15 @@ div.error {
 
 div.warning img, div.notice img, div.error img {
        margin-right : 4px;
-       float : left;
        vertical-align : middle;
 }
 
+div.warning span, div.notice span, div.error span {
+       display : table-cell;
+       vertical-align : middle;
+
+}
+
 ul.nomarks {
        list-style-type : none;
        margin : 0px;
@@ -1001,6 +1014,7 @@ body#ttrssZoom div.footer {
 
 body#ttrssZoom div.postContent img {
        max-width : 650px;
+       height : auto;
 }
 
 select.attachments {
@@ -1017,3 +1031,6 @@ div.hl.active a.title {
        color : #4684ff;
 }
 
+#selected_prompt {
+       margin-right : 25px;
+}