]> 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 38c2559500809dd8c93609753583370e5bd1b8f0..57b914e14405d7ab2459a05ab1478d11e013298b 100644 (file)
@@ -52,7 +52,6 @@ div.postReply div.postContent video {
 }
 
 div.postReply div.postEnclosures {
-       margin-top : 1em;
        color : #555;
 }
 
@@ -1114,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