bst/webapp/style/uwt-formview.css
2023-10-31 00:21:50 -04:00

13 lines
233 B
CSS

table.uwt-formview > tbody > tr > td
{
margin-bottom: 10px;
padding: 6px;
}
table.uwt-formview > tbody > tr > td:first-child
{
font-weight: bold;
}
table.uwt-formview > tbody > tr > td:first-child > label
{
white-space: nowrap;
}