]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
move attachment dropdown to cdmFooter, use table styles for cdmFooter
[tt-rss.git] / css / tt-rss.css
index 97f787c816dc656657820bb4e7be9e708fc9a52e..57b914e14405d7ab2459a05ab1478d11e013298b 100644 (file)
@@ -52,7 +52,6 @@ div.postReply div.postContent video {
 }
 
 div.postReply div.postEnclosures {
-       margin-top : 1em;
        color : #555;
 }
 
@@ -1012,6 +1011,7 @@ div.postContent p {
 
 div.postContent iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.postHeader span.author {
@@ -1113,3 +1113,11 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
 :focus {
        outline: none; 
 }
+
+.dijitDropDownButton.attachments .dijitButtonText {
+       font-size : 12px;
+}
+
+.dijitDropDownButton.attachments {
+       display : inline-block;
+}
\ No newline at end of file