SAAS-948 - library datatable header tweaks

This commit is contained in:
Duncan Sommerville 2015-08-12 15:10:56 -04:00
parent 1957c7827f
commit c931b81b35
2 changed files with 25 additions and 19 deletions

View file

@ -238,13 +238,19 @@ div.btn > span {
}
thead th.ui-state-default {
cursor: move;
border: solid #666;
border-width: 0 0 1px 1px;
color: #ccc;
}
thead th.ui-state-default:not([class*='checkbox']):not([class*='type']):not([class*='image']) {
cursor: move;
}
thead th.ui-state-default:focus {
outline: none;
}
/* Library Context Menu */
.context-menu-item.icon {
@ -720,7 +726,7 @@ li.ui-state-default {
/* Hacky stuff here */
#show_builder .dataTables_scrolling {
top: 67px;
top: 66px;
}
.sb-padded > .fg-toolbar {
@ -742,7 +748,7 @@ li.ui-state-default {
color: #efefef;
}
.datatable tr td[class$='checkbox'], .datatable tr td[class$='type'] {
.datatable tr td[class*='checkbox'], .datatable tr td[class*='type'] {
text-align: center;
}