]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
CSS: Make form input elements use the entire width again
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 16:10:09 +0000 (18:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 16:54:13 +0000 (16:54 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 21bee31c09b35bcfe3a5f5d2bed7dfcfe73207ce..645733b74a68e48196df9c2972459ab0f3653267 100644 (file)
@@ -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 {