]> git.wh0rd.org - tt-rss.git/commitdiff
attachment dropdown: limit width, set top margin
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 15:42:50 +0000 (19:42 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 15:42:50 +0000 (19:42 +0400)
tt-rss.css

index 8940763869c4b6e582f024dc3afe7378c02cf171..e653c76786ca4a40f67c2f71bea865380c4591e4 100644 (file)
@@ -1034,5 +1034,7 @@ body#ttrssZoom div.footer {
 
 select.attachments {
        display : block;
+       margin-top : 10px;
+       max-width : 120px;
 }