mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
normalize various font sizes and families between prefs & main UI
change some dialogs layout a bit to maybe become more readable
This commit is contained in:
@@ -374,13 +374,13 @@ class Pref_Filters extends Handler_Protected {
|
||||
print_hidden("method", "editSave");
|
||||
print_hidden("csrf_token", $_SESSION['csrf_token']);
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
||||
print "<div class=\"dlgSecHoriz\">".__("Caption")."</div>";
|
||||
|
||||
print "<input required=\"true\" dojoType=\"dijit.form.ValidationTextBox\" style=\"width : 20em;\" name=\"title\" value=\"$title\">";
|
||||
|
||||
print "</div>";
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Match")."</div>";
|
||||
print "<div class=\"dlgSecHoriz\">".__("Match")."</div>";
|
||||
|
||||
print "<div dojoType=\"dijit.Toolbar\">";
|
||||
|
||||
@@ -438,7 +438,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
|
||||
print "</div>";
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Apply actions")."</div>";
|
||||
print "<div class=\"dlgSecHoriz\">".__("Apply actions")."</div>";
|
||||
|
||||
print "<div dojoType=\"dijit.Toolbar\">";
|
||||
|
||||
@@ -863,11 +863,11 @@ class Pref_Filters extends Handler_Protected {
|
||||
print_hidden("method", "add");
|
||||
print_hidden("csrf_token", $_SESSION['csrf_token']);
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Caption")."</div>";
|
||||
print "<div class=\"dlgSecHoriz\">".__("Caption")."</div>";
|
||||
|
||||
print "<input required=\"true\" dojoType=\"dijit.form.ValidationTextBox\" style=\"width : 20em;\" name=\"title\" value=\"\">";
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Match")."</div>";
|
||||
print "<div class=\"dlgSecHoriz\">".__("Match")."</div>";
|
||||
|
||||
print "<div dojoType=\"dijit.Toolbar\">";
|
||||
|
||||
@@ -894,7 +894,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
|
||||
print "</div>";
|
||||
|
||||
print "<div class=\"dlgSec\">".__("Apply actions")."</div>";
|
||||
print "<div class=\"dlgSecHoriz\">".__("Apply actions")."</div>";
|
||||
|
||||
print "<div dojoType=\"dijit.Toolbar\">";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user