securis/src/main/webapp/assets/securis.css
.. .. @@ -28,4 +28,17 @@ 28 28 .td-data-table-row > .td-data-table-cell:first-child, 29 29 .td-data-table-row > .td-data-table-column:first-child { 30 30 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;31 44 }