]> git.wh0rd.org Git - tt-rss.git/commitdiff
attachments dropdown: display as block element
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Mar 2013 14:52:55 +0000 (18:52 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Mar 2013 14:52:55 +0000 (18:52 +0400)
include/functions.php
tt-rss.css

index 0a97cbcc4d421bfe916a042157a4a07e4a46f5dc..be90b15b4db26bb923b13a2c089eb493bef9b4b9 100644 (file)
                                $rv .= "<hr clear='both'/>";
                        }
 
-                       $rv .= "<select onchange=\"openSelectedAttachment(this)\">".
+                       $rv .= "<select class=\"attachments\" onchange=\"openSelectedAttachment(this)\">".
                                "<option value=''>" . __('Attachments')."</option>";
 
                        foreach ($entries as $entry) {
index 0affa0582463270018e0e3e1d352567f9f2d727c..5a260bd50cbdd0e38e918dbbbe09db98b9a76921 100644 (file)
@@ -1032,4 +1032,6 @@ body#ttrssZoom div.footer {
        text-align : center;
 }
 
-
+select.attachments {
+       display : block;
+}