31 lines
466 B
CSS
31 lines
466 B
CSS
.payment-type {
|
|
width: auto
|
|
}
|
|
|
|
.payment-type th:nth-child(2), .payment-type th:nth-child(5) {
|
|
padding: 10px !important
|
|
}
|
|
|
|
.payment-type th:nth-child(3){
|
|
padding: 0 50px !important
|
|
}
|
|
|
|
.table-margin {
|
|
margin-top: 20px
|
|
}
|
|
|
|
.grey-background {
|
|
background-color: #DDD
|
|
}
|
|
|
|
.emptyField {
|
|
width: 100%;
|
|
}
|
|
|
|
.row-oriented.input-table > tbody > tr > td {
|
|
width: 10% !important
|
|
}
|
|
|
|
.row-oriented.input-table > tbody > tr > th {
|
|
width: 90% !important
|
|
} |