filters dialog: do not break markup on long feed names
This commit is contained in:
parent
b2d42e960b
commit
be61f1c45c
|
@ -1003,7 +1003,7 @@ class Pref_Filters extends Handler_Protected {
|
|||
print "<span id='filterDlg_feeds'>";
|
||||
print_feed_multi_select("feed_id",
|
||||
$feed_id,
|
||||
'dojoType="dijit.form.MultiSelect" style="height : 150px"');
|
||||
'dojoType="dijit.form.MultiSelect"');
|
||||
print "</span>";
|
||||
|
||||
print "</div>";
|
||||
|
|
|
@ -1094,6 +1094,11 @@ body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
|
|||
top : -2px;
|
||||
}
|
||||
|
||||
#filterDlg_feeds select {
|
||||
height : 150px;
|
||||
width : 410px;
|
||||
}
|
||||
|
||||
ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
|
||||
margin-right : 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue