|
@@ -2621,10 +2621,21 @@ table.table-cage tr td:first-child {
|
|
table.table-cage tr td:last-child {
|
|
table.table-cage tr td:last-child {
|
|
border-right: 0;
|
|
border-right: 0;
|
|
border-left: 0 !important;
|
|
border-left: 0 !important;
|
|
|
|
+ display: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
table.table-cage tr td:nth-last-child(2) {
|
|
table.table-cage tr td:nth-last-child(2) {
|
|
- border-right: 0 !important;
|
|
|
|
|
|
+ width: 100% !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+table.table-cage tr td:nth-last-child(3) {
|
|
|
|
+ max-width: 300px !important;
|
|
|
|
+ min-width: 300px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+table.table-cage tr td.width-40px:first-child {
|
|
|
|
+ max-width: 40px !important;
|
|
|
|
+ min-width: 40px !important;
|
|
}
|
|
}
|
|
|
|
|
|
table.table-xs tr td {
|
|
table.table-xs tr td {
|