CC-3845 : General UI cleanup

This commit is contained in:
Naomi Aro 2012-05-18 16:20:33 +02:00
parent bb084f5a85
commit 766f897dfe
2 changed files with 5 additions and 1 deletions

View file

@ -22,4 +22,8 @@ div.his-timerange div {
bottom: 0px;
padding: 3px;
margin-left: 5px;
}
table.dataTable tbody tr {
cursor: auto;
}

View file

@ -189,7 +189,7 @@ table.dataTable tr.sb-past,
table.dataTable tr.sb-header,
table.dataTable tr.sb-footer,
table.dataTable tr.sb-not-allowed {
cursor: default;
cursor: auto;
}
table.dataTable td.sb-image {