mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
CSS: Add class to automatically style forms
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -320,6 +320,30 @@ table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Form Tables
|
||||
*/
|
||||
table.form {
|
||||
width: 100%;
|
||||
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
table.form:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
table.form tr td:first-child {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
table.form tr.action td {
|
||||
padding-top: 1rem;
|
||||
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tbl {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user