2012-05-09 14:14:34 -03:00
|
|
|
.cms table.ss-gridfield-table thead tr th.sortablerowsheading {
|
2012-05-15 11:04:40 -03:00
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
2012-05-09 14:14:34 -03:00
|
|
|
}
|
|
|
|
|
2012-05-31 19:50:33 -03:00
|
|
|
.cms table.ss-gridfield-table thead tr th.sortablerowsheading .gridfield-sortablerows input[type=checkbox] {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cms table.ss-gridfield-table thead tr th.sortablerowsheading .gridfield-sortablerows {
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
2012-05-09 14:14:34 -03:00
|
|
|
.cms table.ss-gridfield-table thead tr th.sortablerowsheading .gridfield-sortablerows button {
|
2012-05-15 11:04:40 -03:00
|
|
|
display: none;
|
2012-05-10 11:36:28 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.cms table.ss-gridfield-table.dragSorting tbody tr td {
|
2012-05-15 11:04:40 -03:00
|
|
|
cursor: move;
|
2012-05-18 10:50:09 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.cms table.ss-gridfield-table .datagrid-pagination button.sortablerows-droptarget {
|
|
|
|
background-image: url(./../images/pagination-arrows-drop.gif) !important;
|
2012-05-09 14:14:34 -03:00
|
|
|
}
|