diff options
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/oscar/preferences.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index e7163e027..e5743e116 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -318,12 +318,12 @@ <th scope="col">{{ _("Allow") }}</th> <th scope="col">{{ _("Engine name") }}</th> <th scope="col">{{ _("Shortcut") }}</th> - <th scope="col" style="width: 10rem">{{ _("Selected language") }}</th> - <th scope="col" style="width: 10rem">{{ _("SafeSearch") }}</th> - <th scope="col" style="width: 10rem">{{ _("Time range") }}</th> + <th scope="col" class="col-checkbox">{{ _("Selected language") }}</th> + <th scope="col" class="col-checkbox">{{ _("SafeSearch") }}</th> + <th scope="col" class="col-checkbox">{{ _("Time range") }}</th> <th scope="col">{{ _("Response time") }}</th> - <th scope="col" class="text-right" style="width: 7rem">{{ _("Max time") }}</th> - <th scope="col" class="text-right" style="width: 7rem">{{ _("Reliablity") }}</th> + <th scope="col" class="col-checkbox text-right">{{ _("Max time") }}</th> + <th scope="col" class="col-checkbox text-right">{{ _("Reliablity") }}</th> {% else %} <th scope="col">{{ _("Reliablity") }}</th> <th scope="col">{{ _("Max time") }}</th> |