mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
CSS: Make form input elements use the entire width again
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -335,7 +335,14 @@ table.form:last-child {
|
||||
}
|
||||
|
||||
table.form tr td:first-child {
|
||||
width: 30%;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
table.form tr td input[type=text],
|
||||
table.form tr td input[type=number],
|
||||
table.form tr td select,
|
||||
table.form tr td textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.form tr.action td {
|
||||
|
||||
Reference in New Issue
Block a user