From 255b0f65d6a30719918687035a05f1c56574222d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Mar 2013 19:42:50 +0400 Subject: [PATCH] attachment dropdown: limit width, set top margin --- tt-rss.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tt-rss.css b/tt-rss.css index 89407638..e653c767 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1034,5 +1034,7 @@ body#ttrssZoom div.footer { select.attachments { display : block; + margin-top : 10px; + max-width : 120px; } -- 2.39.2