From 38b0782c887f046426c31766901906c614d73140 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 14 Mar 2017 13:51:56 +0000
Subject: [PATCH] #3527 feature - Added pack form
---
securis/src/main/webapp/assets/securis.css | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/securis/src/main/webapp/assets/securis.css b/securis/src/main/webapp/assets/securis.css
index 993196c..64749e5 100644
--- a/securis/src/main/webapp/assets/securis.css
+++ b/securis/src/main/webapp/assets/securis.css
@@ -28,4 +28,17 @@
.td-data-table-row > .td-data-table-cell:first-child,
.td-data-table-row > .td-data-table-column:first-child {
max-width: 30px !important;
+}
+
+md-dialog-actions > .mat-button {
+ margin-left: 5px !important;
+ margin-right: 5px !important;
+}
+
+.label-value {
+ margin-top: 20px;
+}
+
+input:read-only {
+ color: rgba(0, 0, 0, 0.50) !important;
}
\ No newline at end of file
--
Gitblit v1.3.2