vppn/hub/static/custom.css
2025-01-06 15:34:25 +01:00

19 lines
237 B
CSS

.def-list tr td:first-child {
text-align:right;
width:1%;
white-space:nowrap;
}
input, textarea, select {
width:100%;
max-width:640px;
}
input[type='checkbox'] {
width:unset;
}
a {
text-decoration: none;
}