From 6ec35d4864fc45423f3e00b067ec5c92fbeab80a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 11 Dec 2013 22:57:02 -0500 Subject: Fixed table style. The column headers and the footer in all tables have been modified to use the proper style. Ticket #654 --- base/server/share/webapps/pki/css/pki-ui.css | 22 ++++++++++++++++++++++ base/tps-tomcat/shared/webapps/tps/activities.html | 14 +++++++------- .../shared/webapps/tps/authenticators.html | 4 ++-- base/tps-tomcat/shared/webapps/tps/certs.html | 18 +++++++++--------- .../tps-tomcat/shared/webapps/tps/connections.html | 4 ++-- base/tps-tomcat/shared/webapps/tps/groups.html | 4 ++-- base/tps-tomcat/shared/webapps/tps/profiles.html | 4 ++-- base/tps-tomcat/shared/webapps/tps/selftests.html | 10 +++++----- base/tps-tomcat/shared/webapps/tps/tokens.html | 16 ++++++++-------- base/tps-tomcat/shared/webapps/tps/users.html | 4 ++-- 10 files changed, 61 insertions(+), 39 deletions(-) diff --git a/base/server/share/webapps/pki/css/pki-ui.css b/base/server/share/webapps/pki/css/pki-ui.css index 94b559451..4d79d531d 100644 --- a/base/server/share/webapps/pki/css/pki-ui.css +++ b/base/server/share/webapps/pki/css/pki-ui.css @@ -47,3 +47,25 @@ input[readonly="readonly"]:focus { input[readonly="readonly"]:enabled:hover { border-color: #FFFFFF; } + +table tfoot tr th { + padding: 6px 15px; + font-size: 11.5px; + text-align: left; + font-weight: bold; + border: none; + border-right: 1px #dcdcdc solid; + background-image: linear-gradient(top, #fafafa 0%, #eee 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #eee 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #eee 100%); + background-image: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #eee 100%); + background-image: -webkit-gradient( + linear, + left top, + left bottom, + color-stop(0.0, #fafafa), + color-stop(1,0, #eee) + ); + border-bottom: 1px #cedede solid; +} diff --git a/base/tps-tomcat/shared/webapps/tps/activities.html b/base/tps-tomcat/shared/webapps/tps/activities.html index 583f98426..3edda45d2 100644 --- a/base/tps-tomcat/shared/webapps/tps/activities.html +++ b/base/tps-tomcat/shared/webapps/tps/activities.html @@ -53,13 +53,13 @@ $(function() { - Activity ID - Token ID - User ID - IP - Operation - Result - Date + Activity ID + Token ID + User ID + IP + Operation + Result + Date diff --git a/base/tps-tomcat/shared/webapps/tps/authenticators.html b/base/tps-tomcat/shared/webapps/tps/authenticators.html index 244ad110a..81e2c53ec 100644 --- a/base/tps-tomcat/shared/webapps/tps/authenticators.html +++ b/base/tps-tomcat/shared/webapps/tps/authenticators.html @@ -52,8 +52,8 @@ $(function() { - Authenticator ID - Status + Authenticator ID + Status diff --git a/base/tps-tomcat/shared/webapps/tps/certs.html b/base/tps-tomcat/shared/webapps/tps/certs.html index 975227dae..c3a70501c 100644 --- a/base/tps-tomcat/shared/webapps/tps/certs.html +++ b/base/tps-tomcat/shared/webapps/tps/certs.html @@ -53,15 +53,15 @@ $(function() { - Certificate ID - Serial Number - Subject - Token ID - User ID - Key Type - Status - Create Time - Modify Time + Certificate ID + Serial Number + Subject + Token ID + User ID + Key Type + Status + Create Time + Modify Time diff --git a/base/tps-tomcat/shared/webapps/tps/connections.html b/base/tps-tomcat/shared/webapps/tps/connections.html index c9750932e..0f26e3301 100644 --- a/base/tps-tomcat/shared/webapps/tps/connections.html +++ b/base/tps-tomcat/shared/webapps/tps/connections.html @@ -52,8 +52,8 @@ $(function() { - Connection ID - Status + Connection ID + Status diff --git a/base/tps-tomcat/shared/webapps/tps/groups.html b/base/tps-tomcat/shared/webapps/tps/groups.html index bee056301..ade0b7745 100644 --- a/base/tps-tomcat/shared/webapps/tps/groups.html +++ b/base/tps-tomcat/shared/webapps/tps/groups.html @@ -52,8 +52,8 @@ $(function() { - Group ID - Description + Group ID + Description diff --git a/base/tps-tomcat/shared/webapps/tps/profiles.html b/base/tps-tomcat/shared/webapps/tps/profiles.html index ad5cd2e18..9f00ac543 100644 --- a/base/tps-tomcat/shared/webapps/tps/profiles.html +++ b/base/tps-tomcat/shared/webapps/tps/profiles.html @@ -53,8 +53,8 @@ $(function() { - Profile ID - Status + Profile ID + Status diff --git a/base/tps-tomcat/shared/webapps/tps/selftests.html b/base/tps-tomcat/shared/webapps/tps/selftests.html index b5abb439d..888542ec1 100644 --- a/base/tps-tomcat/shared/webapps/tps/selftests.html +++ b/base/tps-tomcat/shared/webapps/tps/selftests.html @@ -52,11 +52,11 @@ $(function() { - Self Test ID - Enabled at Statup - Critical at Startup - Enabled on Demand - Critical on Demand + Self Test ID + Enabled at Statup + Critical at Startup + Enabled on Demand + Critical on Demand diff --git a/base/tps-tomcat/shared/webapps/tps/tokens.html b/base/tps-tomcat/shared/webapps/tps/tokens.html index e8318df9e..695ddf1df 100644 --- a/base/tps-tomcat/shared/webapps/tps/tokens.html +++ b/base/tps-tomcat/shared/webapps/tps/tokens.html @@ -53,14 +53,14 @@ $(function() { - Token ID - User ID - Status - Reason - Applet ID - Key Info - Created - Modified + Token ID + User ID + Status + Reason + Applet ID + Key Info + Created + Modified diff --git a/base/tps-tomcat/shared/webapps/tps/users.html b/base/tps-tomcat/shared/webapps/tps/users.html index 28ccf5924..fdf7e7418 100644 --- a/base/tps-tomcat/shared/webapps/tps/users.html +++ b/base/tps-tomcat/shared/webapps/tps/users.html @@ -52,8 +52,8 @@ $(function() { - User ID - Full Name + User ID + Full Name -- cgit