git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3283 f459cee4-fb09-11de-96c3-f9c5f16c3c76

This commit is contained in:
uli 2016-12-17 10:11:28 +00:00
parent 75a065758f
commit 7422f06e90
261 changed files with 83347 additions and 0 deletions

View file

@ -0,0 +1,16 @@
.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;
}