PortaleOrdiniGruppo/PortalStudio/visualweb/SPTableEditable.css
2025-03-24 15:28:26 +01:00

36 lines
365 B
CSS

.table {
display: block;
height: 100%;
}
.row {
display: block;
position: relative;
}
.cell {
display: inline-block;
}
.thead {
display: block;
}
.tbody {
width: 100%;
display: block;
overflow: auto;
}
.disabledClickFix{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
#sort-handler{
cursor: s-resize;
}