]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
german translation updated
[tt-rss.git] / tt-rss.css
index 8ab776f485da6d7c50e34bae463f5bc1953db284..454e2ffd165bda274dc8f9ea34a899342da13b73 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 {
@@ -276,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;
@@ -402,7 +418,7 @@ div.hlFeed a:hover {
        color : #4684ff;
 }
 
-img.markedPic {
+img.markedPic, img.pubPic {
        cursor : pointer;
        vertical-align : middle;
 }
@@ -768,6 +784,7 @@ div.fatalError textarea {
        border-left-width : 0px;
        border-bottom-width : 0px;
        border-top-width : 0px;
+       overflow : auto;
 }
 
 #headlines-wrap-inner {
@@ -776,6 +793,10 @@ div.fatalError textarea {
        border-width : 0px;
 }
 
+#feedTree {
+       overflow : visible;
+}
+
 #headlines-frame {
        padding : 0px;
        border-color : #88b0f0;
@@ -991,6 +1012,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;
@@ -1005,3 +1031,6 @@ div.hl.active a.title {
        color : #4684ff;
 }
 
+#selected_prompt {
+       margin-right : 25px;
+}