2013-07-31 01:51:03 +02:00

26 lines
340 B
Plaintext

.table-documents {
thead th {
cursor: pointer;
width: 50%;
}
tbody tr {
cursor: pointer;
}
}
.thumbnail-file {
cursor: pointer;
}
.thumbnails-file [class*="span"]:first-child {
margin-left: 2.5641%;
}
.collapse[style="height: auto;"] {
overflow: visible;
}
input[readonly][datepicker-popup] {
cursor: pointer;
}