From 68bfeadaca5c3af78a9884614dfec7a188454a2f Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Wed, 15 Mar 2017 17:44:12 +0000
Subject: [PATCH] #3527 fix - Changes on lsting layout
---
securis/src/main/webapp/assets/securis.css | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/securis/src/main/webapp/assets/securis.css b/securis/src/main/webapp/assets/securis.css
index 64749e5..80fe531 100644
--- a/securis/src/main/webapp/assets/securis.css
+++ b/securis/src/main/webapp/assets/securis.css
@@ -25,11 +25,6 @@
font-size: 0.8em;
}
-.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;
@@ -41,4 +36,12 @@
input:read-only {
color: rgba(0, 0, 0, 0.50) !important;
+}
+
+.expired {
+ color: darkred;
+}
+
+td-paging-bar[hidden] {
+ display: none !important;
}
\ No newline at end of file
--
Gitblit v1.3.2