|
@@ -2685,4 +2685,45 @@ body.stag-scrollbar-scrolling .stag-scrollbar[stag-h-scrollbar] .stag-scrollbar-
|
|
|
}
|
|
|
.conditions-tree .condition-children {
|
|
|
overflow: hidden;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td {
|
|
|
+ white-space: nowrap;
|
|
|
+ max-height: 1rem !important;
|
|
|
+ overflow: hidden !important;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td>ul>li {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td ul>li:nth-child(1) {
|
|
|
+ display: block;
|
|
|
+ margin-left: 0 !important;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td .alert {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td table>thead,
|
|
|
+table.stag-compact-grid>tbody>tr>td table>tbody tr{
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td table>tbody tr:nth-child(1) {
|
|
|
+ display: table-row;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td {
|
|
|
+ border-left: 1px solid #ddd;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td:first-child {
|
|
|
+ border-left: 0;
|
|
|
+}
|
|
|
+table tr td [if-details-view] {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+table tr td [if-grid-view] {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td [if-details-view] {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+table.stag-compact-grid>tbody>tr>td [if-grid-view] {
|
|
|
+ display: block;
|
|
|
}
|