forked from zaclys/searxng
[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