]> 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 48f02f924df8fc9d0961500750d9d0aba241046f..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;
 }
 
@@ -341,6 +341,10 @@ div.prefHelp {
        color : #555;
 }
 
+.small {
+       font-size : 11px;
+}
+
 #main-toolbar > * {
        white-space : nowrap;
        display : table-cell;
@@ -813,7 +817,7 @@ div.fatalError textarea {
 
 #feeds-holder {
        padding : 0px;
-       border-width : 0px 1px 0px 0px;
+       border-width : 0px 0px 0px 0px;
        border-style : solid;
        border-color : #ddd;
        overflow : hidden;
@@ -1007,6 +1011,7 @@ div.postContent p {
 
 div.postContent iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.postHeader span.author {
@@ -1108,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