12 lines
221 B
CSS
12 lines
221 B
CSS
|
|
div.export-container table input,
|
|
div.export-container table th,
|
|
div.export-container table td {
|
|
padding: 0 0 0 .5em;
|
|
margin: 0;
|
|
vertical-align: top;
|
|
}
|
|
|
|
div.export-container table td input {
|
|
margin-top: .25em;
|
|
}
|