]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
german translation update
[tt-rss.git] / tt-rss.css
index 38ba335e2d208387910623ed61fcc470399b4b16..6067ca7d6bf894987add00be2df8d1f47b9d6599 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 {
@@ -248,6 +250,8 @@ div.filterTestHolder {
        border-style : solid;
        background : #fafafa;
        display : block;
+       max-width : 98%;
+       overflow : auto;
 }
 
 div.notice, div.warning, div.error {
@@ -402,7 +406,7 @@ div.hlFeed a:hover {
        color : #4684ff;
 }
 
-img.markedPic {
+img.markedPic, img.pubPic {
        cursor : pointer;
        vertical-align : middle;
 }
@@ -768,6 +772,7 @@ div.fatalError textarea {
        border-left-width : 0px;
        border-bottom-width : 0px;
        border-top-width : 0px;
+       overflow : auto;
 }
 
 #headlines-wrap-inner {
@@ -776,6 +781,10 @@ div.fatalError textarea {
        border-width : 0px;
 }
 
+#feedTree {
+       overflow : visible;
+}
+
 #headlines-frame {
        padding : 0px;
        border-color : #88b0f0;
@@ -856,6 +865,7 @@ img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
        vertical-align : middle;
+       display : inline-block;
 }
 
 .dijitDialog .dijitToolbar {
@@ -990,6 +1000,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;