]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
CSS: Move field descriptions to the top in forms
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Jan 2026 11:40:33 +0000 (11:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Mar 2026 14:04:26 +0000 (14:04 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 12f7768201025cba08d430ca69bf232d588af6e7..68b27b0d6a273d8d4ca1dd447a155ed03c22f903 100644 (file)
@@ -373,6 +373,10 @@ table.form tr td:first-child {
        width: 25%;
 }
 
+table.form tr td {
+       vertical-align: top;
+}
+
 table.form tr td input[type=text],
 table.form tr td input[type=number],
 table.form tr td select,