From bc20cb9fad53bc8575a6463d24d9f44f2883c482 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 11 Aug 2015 15:29:27 +0300 Subject: move attachment dropdown to cdmFooter, use table styles for cdmFooter --- css/tt-rss.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'css/tt-rss.css') 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 -- cgit v1.2.3