attachments dropdown: display as block element

master
Andrew Dolgov 11 years ago
parent 4cf0f9a900
commit bf6df2368d

@ -3693,7 +3693,7 @@
$rv .= "<hr clear='both'/>";
}
$rv .= "<select onchange=\"openSelectedAttachment(this)\">".
$rv .= "<select class=\"attachments\" onchange=\"openSelectedAttachment(this)\">".
"<option value=''>" . __('Attachments')."</option>";
foreach ($entries as $entry) {

@ -1032,4 +1032,6 @@ body#ttrssZoom div.footer {
text-align : center;
}
select.attachments {
display : block;
}

Loading…
Cancel
Save