ProxmoxAAS-API/css/form.css
Arthur Lu 362ba28833 add color scheme styling for svg icons
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-10 22:01:41 +00:00

33 lines
415 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;
}