From: Andrew Dolgov Date: Fri, 29 Mar 2013 15:42:50 +0000 (+0400) Subject: attachment dropdown: limit width, set top margin X-Git-Tag: 1.7.6~155 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=255b0f65d6a30719918687035a05f1c56574222d;p=tt-rss.git attachment dropdown: limit width, set top margin --- 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; }