summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 19:42:50 +0400
committerAndrew Dolgov <[email protected]>2013-03-29 19:42:50 +0400
commit255b0f65d6a30719918687035a05f1c56574222d (patch)
treef88f8e7f5b5e0efabde170af6a80b0bad116d4a5
parent9cac360bd7783830e5b4ee20615d57755f7ddc15 (diff)
attachment dropdown: limit width, set top margin
-rw-r--r--tt-rss.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 894076386..e653c7678 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;
}