mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
mail plugin: destination dropdown css fix
This commit is contained in:
@@ -154,7 +154,7 @@ class Mail extends Plugin {
|
|||||||
style=\"width : 30em;\"
|
style=\"width : 30em;\"
|
||||||
name=\"destination\" id=\"emailArticleDlg_destination\">"; */
|
name=\"destination\" id=\"emailArticleDlg_destination\">"; */
|
||||||
|
|
||||||
print_select("destination", "", $addresslist, 'dojoType="dijit.form.FilteringSelect"');
|
print_select("destination", "", $addresslist, 'style="width: 30em" dojoType="dijit.form.FilteringSelect"');
|
||||||
|
|
||||||
/* print "<div class=\"autocomplete\" id=\"emailArticleDlg_dst_choices\"
|
/* print "<div class=\"autocomplete\" id=\"emailArticleDlg_dst_choices\"
|
||||||
style=\"z-index: 30; display : none\"></div>"; */
|
style=\"z-index: 30; display : none\"></div>"; */
|
||||||
|
|||||||
Reference in New Issue
Block a user