|
@@ -320,8 +320,11 @@
|
|
|
|
|
|
|
|
.ReactTable {
|
|
.ReactTable {
|
|
|
border: none;
|
|
border: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.ReactTable .rt-table {
|
|
|
// Allow some space for the no-data text
|
|
// Allow some space for the no-data text
|
|
|
- min-height: 120px;
|
|
|
|
|
|
|
+ min-height: 90px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ReactTable .rt-thead.-header {
|
|
.ReactTable .rt-thead.-header {
|
|
@@ -350,6 +353,11 @@
|
|
|
.ReactTable .rt-tbody .rt-td:last-child {
|
|
.ReactTable .rt-tbody .rt-td:last-child {
|
|
|
border-right: none;
|
|
border-right: none;
|
|
|
}
|
|
}
|
|
|
|
|
+.ReactTable .-pagination {
|
|
|
|
|
+ border-top: none;
|
|
|
|
|
+ box-shadow: none;
|
|
|
|
|
+ margin-top: $panel-margin;
|
|
|
|
|
+}
|
|
|
.ReactTable .-pagination .-btn {
|
|
.ReactTable .-pagination .-btn {
|
|
|
color: $blue;
|
|
color: $blue;
|
|
|
background: $list-item-bg;
|
|
background: $list-item-bg;
|
|
@@ -371,6 +379,10 @@
|
|
|
.ReactTable .rt-tr .rt-td:last-child {
|
|
.ReactTable .rt-tr .rt-td:last-child {
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
|
|
+.ReactTable .rt-noData {
|
|
|
|
|
+ top: 60px;
|
|
|
|
|
+ z-index: inherit;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
// React-component cascade fix: show "loading" even though item can expand
|
|
// React-component cascade fix: show "loading" even though item can expand
|
|
|
|
|
|