From: Andrew Dolgov Date: Thu, 28 Mar 2013 14:52:55 +0000 (+0400) Subject: attachments dropdown: display as block element X-Git-Tag: 1.7.6~200 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bf6df2368da7e8b03f1bc0efdcdd69d26981cdab;p=tt-rss.git attachments dropdown: display as block element --- diff --git a/include/functions.php b/include/functions.php index 0a97cbcc..be90b15b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3693,7 +3693,7 @@ $rv .= "
"; } - $rv .= "". ""; foreach ($entries as $entry) { diff --git a/tt-rss.css b/tt-rss.css index 0affa058..5a260bd5 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1032,4 +1032,6 @@ body#ttrssZoom div.footer { text-align : center; } - +select.attachments { + display : block; +}