17 lines
385 B
CSS
17 lines
385 B
CSS
#balanceInfo th, #balanceInfo td { text-align: center; width: 16%;}
|
|
#fieldsetbalanceInfo table tr td:nth-child(2n - 1) { background: #ececec;}
|
|
.title{
|
|
background: #fff !important;
|
|
}
|
|
.ui-datepicker td > a.ui-state-active {
|
|
color: #363636;
|
|
}
|
|
pre {
|
|
display: none !important;
|
|
}
|
|
#listGrid tbody tr td img{
|
|
width:16px;
|
|
}
|
|
#WorstCastClientPayable {
|
|
text-align: center;
|
|
} |