]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
german translation update
[tt-rss.git] / tt-rss.css
index dd89bff87c27767e7015d37d606b40767e39a294..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;
 }
@@ -861,6 +865,7 @@ img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
        vertical-align : middle;
+       display : inline-block;
 }
 
 .dijitDialog .dijitToolbar {
@@ -972,6 +977,7 @@ div.postHeader span.author {
 body#ttrssZoom {
        margin-left : auto;
        margin-right : auto;
+       padding : 2em;
        max-width : 800px;
        background : #f0f0f0;
 }
@@ -982,7 +988,6 @@ body#ttrssZoom div.postContent p {
 
 body#ttrssZoom div.postReply {
        border : 1px solid #ccc;
-       margin : 20px;
        box-shadow : 0px 0px 3px #ccc;
 }
 
@@ -995,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;