diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-29 19:42:50 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-29 19:42:50 +0400 |
| commit | 255b0f65d6a30719918687035a05f1c56574222d (patch) | |
| tree | f88f8e7f5b5e0efabde170af6a80b0bad116d4a5 | |
| parent | 9cac360bd7783830e5b4ee20615d57755f7ddc15 (diff) | |
attachment dropdown: limit width, set top margin
| -rw-r--r-- | tt-rss.css | 2 |
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; } |