rsanchez
2017-03-14 38b0782c887f046426c31766901906c614d73140
securis/src/main/webapp/assets/securis.css
....@@ -28,4 +28,17 @@
2828 .td-data-table-row > .td-data-table-cell:first-child,
2929 .td-data-table-row > .td-data-table-column:first-child {
3030 max-width: 30px !important;
31
+}
32
+
33
+md-dialog-actions > .mat-button {
34
+ margin-left: 5px !important;
35
+ margin-right: 5px !important;
36
+}
37
+
38
+.label-value {
39
+ margin-top: 20px;
40
+}
41
+
42
+input:read-only {
43
+ color: rgba(0, 0, 0, 0.50) !important;
3144 }