]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
move db-prefs to OO
[tt-rss.git] / tt-rss.css
index c6bc77dc3c655eb7a9c0b52bcadcf17fc7981140..8e87d6598ac0091772946512f92de6f1901346fa 100644 (file)
@@ -41,6 +41,7 @@ div.postReply div.postHeader {
 
 div.postReply div.postTitle {
        overflow : hidden;
+       text-overflow: ellipsis;
        white-space : nowrap;
 }
 
@@ -56,6 +57,7 @@ div.postReply div.postContent {
 div.postReply div.postContent img {
        border-width : 0px;
        max-width : 98%;
+       height: auto;
 }
 
 div.postReply div.postEnclosures {
@@ -130,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;
@@ -146,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 {
@@ -169,11 +183,6 @@ a:hover {
        border-color : #ff0000;
 }
 
-.notify.error span:hover {
-       color : red;
-       cursor : pointer;
-}
-
 .hl.Unread div.hlTitle {
        font-weight : bold;
 }
@@ -248,6 +257,8 @@ div.filterTestHolder {
        border-style : solid;
        background : #fafafa;
        display : block;
+       max-width : 98%;
+       overflow : auto;
 }
 
 div.notice, div.warning, div.error {
@@ -402,7 +413,7 @@ div.hlFeed a:hover {
        color : #4684ff;
 }
 
-img.markedPic {
+img.markedPic, img.pubPic {
        cursor : pointer;
        vertical-align : middle;
 }
@@ -861,6 +872,7 @@ img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
        vertical-align : middle;
+       display : inline-block;
 }
 
 .dijitDialog .dijitToolbar {
@@ -995,6 +1007,11 @@ body#ttrssZoom div.footer {
        text-align : center;
 }
 
+body#ttrssZoom div.postContent img {
+       max-width : 650px;
+       height : auto;
+}
+
 select.attachments {
        display : block;
        margin-top : 10px;
@@ -1009,3 +1026,6 @@ div.hl.active a.title {
        color : #4684ff;
 }
 
+#selected_prompt {
+       margin-right : 25px;
+}