26 lines
508 B
CSS
26 lines
508 B
CSS
.handsontable .testhead {
|
|
transform: rotate(90deg);
|
|
height: 300px;
|
|
/*text-align: right; */
|
|
margin-right: 0px;
|
|
}
|
|
.handsontable thead th {
|
|
line-height: 290px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.handsontable tr {
|
|
line-height: 20px;
|
|
}
|
|
|
|
div#editbudget.handsontable.htRowHeaders.htColumnHeaders thead th {
|
|
line-height: 10px;
|
|
padding: 0px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div#showbudget.handsontable.htRowHeaders.htColumnHeaders thead th {
|
|
line-height: 10px;
|
|
padding: 0px;
|
|
font-weight: bold;
|
|
} |