ProxmoxAAS-Dashboard/css/form.css
Arthur Lu 41e28f4c4b add device config/add/delete handlers,
fix some styling with forms
2023-06-19 01:43:52 +00:00

39 lines
505 B
CSS

.input-grid {
display: grid;
column-gap: 10px;
row-gap: 5px;
align-items: center;
}
.input-grid * {
margin-top: 0px;
margin-bottom: 0px;
}
.input-grid .last-item {
text-align: right;
}
legend {
line-height: 1.5em;
margin-top: 0.25lh;
margin-bottom: 0.25lh;
}
fieldset {
border: 0;
}
fieldset > *:last-child {
margin-bottom: 8px;
}
body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}
input[type="checkbox"] {
width: min-content;
margin-left: auto;
margin-right: auto;
}