24 lines
581 B
Plaintext
24 lines
581 B
Plaintext
.table-styler {
|
|
td {
|
|
padding: 0;
|
|
|
|
&.content-box {
|
|
height: 50%;
|
|
|
|
.tablestyler-cell {
|
|
height: 100%;
|
|
|
|
.cell-content{
|
|
height: 100%;
|
|
padding: 6px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.tablestyler-cell .cell-content .content-text {
|
|
display: block;
|
|
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAECAAAAACBhLHlAAAAEUlEQVR42mM4cIABiP7/ByIAJwAG/emrCjYAAAAASUVORK5CYII=') repeat 0 0 scroll;
|
|
height: 100%;
|
|
}
|
|
} |