|
@@ -11,16 +11,20 @@
|
|
|
border-radius: 1px;
|
|
border-radius: 1px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.bootstrap-table
|
|
|
|
|
-.table,
|
|
|
|
|
-.table > tbody > tr > th,
|
|
|
|
|
-.table > tfoot > tr > th,
|
|
|
|
|
-.table > thead > tr > td,
|
|
|
|
|
-.table > tbody > tr > td,
|
|
|
|
|
-.table > tfoot > tr > td {
|
|
|
|
|
|
|
+.bootstrap-table .table,
|
|
|
|
|
+.bootstrap-table .table > tbody > tr > th,
|
|
|
|
|
+.bootstrap-table .table > tfoot > tr > th,
|
|
|
|
|
+.bootstrap-table .table > thead > tr > td,
|
|
|
|
|
+.bootstrap-table .table > tbody > tr > td,
|
|
|
|
|
+.bootstrap-table .table > tfoot > tr > td {
|
|
|
padding: 8px !important;
|
|
padding: 8px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.bootstrap-table .table.table-no-bordered > thead > tr > th,
|
|
|
|
|
+.bootstrap-table .table.table-no-bordered > tbody > tr > td {
|
|
|
|
|
+ border-right: 2px solid transparent;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.fixed-table-container {
|
|
.fixed-table-container {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
clear: both;
|
|
clear: both;
|
|
@@ -30,6 +34,10 @@
|
|
|
-moz-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.fixed-table-container.table-no-bordered {
|
|
|
|
|
+ border: 1px solid transparent;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.fixed-table-footer,
|
|
.fixed-table-footer,
|
|
|
.fixed-table-header {
|
|
.fixed-table-header {
|
|
|
height: 37px; /*cellHeight*/
|
|
height: 37px; /*cellHeight*/
|