diff options
| author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-24 18:02:07 +0200 |
|---|---|---|
| committer | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-24 18:02:07 +0200 |
| commit | 30a9146bdc75ef78c8b6906541e5e55910f5d1f3 (patch) | |
| tree | 7ecccee34537e2660723eefab664a70f74a02b45 /searx/static/themes/simple/css/searx.css | |
| parent | 7cb5099c88e0837ca839504b4b57cd28c27197b1 (diff) | |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
| -rw-r--r-- | searx/static/themes/simple/css/searx.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index 288f077ef..e2306757d 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1844,6 +1844,11 @@ td:hover .engine-tooltip, .column-reliability .engine-tooltip { right: 12rem; } +#tab-contentquery table td, +#tab-contentquery table th { + text-align: left !important; + height: 3rem; +} #main_preferences form { width: 100%; } |