mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:47:38 +00:00
attachments dropdown: display as block element
This commit is contained in:
@@ -3693,7 +3693,7 @@
|
|||||||
$rv .= "<hr clear='both'/>";
|
$rv .= "<hr clear='both'/>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$rv .= "<select onchange=\"openSelectedAttachment(this)\">".
|
$rv .= "<select class=\"attachments\" onchange=\"openSelectedAttachment(this)\">".
|
||||||
"<option value=''>" . __('Attachments')."</option>";
|
"<option value=''>" . __('Attachments')."</option>";
|
||||||
|
|
||||||
foreach ($entries as $entry) {
|
foreach ($entries as $entry) {
|
||||||
|
|||||||
@@ -1032,4 +1032,6 @@ body#ttrssZoom div.footer {
|
|||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select.attachments {
|
||||||
|
display : block;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user