sterntours/trunk/web/css/8ac0a96.css
2018-12-04 17:46:00 +00:00

21 lines
No EOL
378 B
CSS

.st-booking-table {
width: 100%;
}
.st-booking-table td {
padding: 5px 10px;
}
.st-booking-table .st-position-price-col {
text-align: right;
}
.st-booking-table .st-total-tr > td {
border-top: 1px solid black;
}
.st-booking-table .st-total-price {
border-bottom: 1px solid;
font-weight: bold;
}
/* #TODO Move */
.st-required:after {
content: " *";
}