]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
add styles for several other dijit elements (3)
[tt-rss.git] / css / tt-rss.css
index 693541a7c4c01c8d6683e37da0bfc7a6cfcb3e6e..57b914e14405d7ab2459a05ab1478d11e013298b 100644 (file)
@@ -44,14 +44,14 @@ div.postReply div.postContent {
        padding : 10px;
 }
 
-div.postReply div.postContent img {
+div.postReply div.postContent img,
+div.postReply div.postContent video {
        border-width : 0px;
        max-width : 98%;
        height: auto;
 }
 
 div.postReply div.postEnclosures {
-       margin-top : 1em;
        color : #555;
 }
 
@@ -1011,6 +1011,7 @@ div.postContent p {
 
 div.postContent iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.postHeader span.author {
@@ -1112,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