rsanchez
2017-03-15 68bfeadaca5c3af78a9884614dfec7a188454a2f
securis/src/main/webapp/assets/securis.css
....@@ -25,11 +25,6 @@
2525 font-size: 0.8em;
2626 }
2727
28
-.td-data-table-row > .td-data-table-cell:first-child,
29
-.td-data-table-row > .td-data-table-column:first-child {
30
- max-width: 30px !important;
31
-}
32
-
3328 md-dialog-actions > .mat-button {
3429 margin-left: 5px !important;
3530 margin-right: 5px !important;
....@@ -41,4 +36,12 @@
4136
4237 input:read-only {
4338 color: rgba(0, 0, 0, 0.50) !important;
39
+}
40
+
41
+.expired {
42
+ color: darkred;
43
+}
44
+
45
+td-paging-bar[hidden] {
46
+ display: none !important;
4447 }