From: Michael Tremer Date: Wed, 14 Aug 2024 16:10:09 +0000 (+0200) Subject: CSS: Make form input elements use the entire width again X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a47b385b7f27b3d6142e98c6458e24eafef7217;p=people%2Fmfischer%2Fipfire-2.x.git CSS: Make form input elements use the entire width again Signed-off-by: Michael Tremer --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 21bee31c0..645733b74 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -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 {