summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-11 15:29:27 +0300
committerAndrew Dolgov <[email protected]>2015-08-11 15:30:17 +0300
commitbc20cb9fad53bc8575a6463d24d9f44f2883c482 (patch)
tree97012f46673551ecaea9f2529f1b7f8e6a4d6bb1 /css/tt-rss.css
parent8a1b2a10151b8e432c0cf630dacd51f54efdc7e8 (diff)
move attachment dropdown to cdmFooter, use table styles for cdmFooter
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 789319ccb..57b914e14 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1114,6 +1114,10 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
outline: none;
}
+.dijitDropDownButton.attachments .dijitButtonText {
+ font-size : 12px;
+}
+
.dijitDropDownButton.attachments {
- margin-bottom : 10px;
+ display : inline-block;
} \ No newline at end of file