From bf6df2368da7e8b03f1bc0efdcdd69d26981cdab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 18:52:55 +0400 Subject: [PATCH] attachments dropdown: display as block element --- include/functions.php | 2 +- tt-rss.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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; +} -- 2.39.5