13 lines
233 B
CSS
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;
|
|
} |