mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
[preferences] make elements in query selecter align left
This commit is contained in:
parent
d24bcbb6f0
commit
7cb5099c88
@ -4,6 +4,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tab-contentquery table td,
|
||||||
|
#tab-contentquery table th {
|
||||||
|
text-align: left !important;
|
||||||
|
height: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
#main_preferences {
|
#main_preferences {
|
||||||
form {
|
form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user