31 lines
418 B
Plaintext
31 lines
418 B
Plaintext
|
/* BEGIN Forms */
|
||
|
form dt label {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
margin: 0;
|
||
|
}
|
||
|
/* END of Forms */
|
||
|
|
||
|
table.simple {
|
||
|
width: 100%;
|
||
|
table-layout: auto !important;
|
||
|
|
||
|
th {
|
||
|
background: @colorPetrol;
|
||
|
color: white;
|
||
|
text-align: left;
|
||
|
padding: 0.5em 1em;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
padding: 0.3em 1em;
|
||
|
}
|
||
|
|
||
|
th.actions, td.actions {
|
||
|
width: 6em;
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|