upgraded dataTables.bootstrap.{js,css} for bootstrap 3 from dataTables github as-is
[myslice.git] / third-party / datatables-1.9.4 / css / dataTables.bootstrap.css
index a17762f..59f6e7c 100644 (file)
@@ -1,5 +1,6 @@
 
 div.dataTables_length label {
+       font-weight: normal;
        float: left;
        text-align: left;
 }
@@ -9,6 +10,7 @@ div.dataTables_length select {
 }
 
 div.dataTables_filter label {
+       font-weight: normal;
        float: right;
 }
 
@@ -21,8 +23,13 @@ div.dataTables_paginate {
        margin: 0;
 }
 
+div.dataTables_paginate ul.pagination {
+       margin: 2px;
+}
+
 table.table {
        clear: both;
+       margin-top: 6px !important;
        margin-bottom: 6px !important;
        max-width: none !important;
 }
@@ -33,15 +40,14 @@ table.table thead .sorting_desc,
 table.table thead .sorting_asc_disabled,
 table.table thead .sorting_desc_disabled {
        cursor: pointer;
-       *cursor: hand;
 }
 
-table.table thead .sorting { background: url('img/sort_both.png') no-repeat center right; }
-table.table thead .sorting_asc { background: url('img/sort_asc.png') no-repeat center right; }
-table.table thead .sorting_desc { background: url('img/sort_desc.png') no-repeat center right; }
+table.table thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
+table.table thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
+table.table thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
 
-table.table thead .sorting_asc_disabled { background: url('img/sort_asc_disabled.png') no-repeat center right; }
-table.table thead .sorting_desc_disabled { background: url('img/sort_desc_disabled.png') no-repeat center right; }
+table.table thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
+table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
 table.dataTable th:active {
        outline: none;
@@ -98,7 +104,6 @@ div.dataTables_scrollFoot table {
 
 table.DTTT_selectable tbody tr {
        cursor: pointer;
-       *cursor: hand;
 }
 
 div.DTTT .btn {
@@ -110,6 +115,9 @@ div.DTTT .btn:hover {
        text-decoration: none !important;
 }
 
+ul.DTTT_dropdown.dropdown-menu {
+  z-index: 2003;
+}
 
 ul.DTTT_dropdown.dropdown-menu a {
        color: #333 !important; /* needed only when demo_page.css is included */