From a54742d9f0e773b5436833e6105477542ee0ffb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 5 Aug 2016 17:42:16 +0200 Subject: [PATCH] Continued with cleanup: (please cherry-pick) - enumerations cannot be compared in JSF until JSF 3.0, so compare only the string, thanks to BalusC@stackoverflow - a lot CSS cleanups, such as correct padding and sizes - replaced table_row -> para - removed table_left/right_25/75 (was not working somewhy correctly) --- web/admin/user/admin_user_unlock.xhtml | 52 ++++++++++++-------------- web/resources/css/cssLayout.css | 5 ++- web/resources/css/default.css | 2 +- 3 files changed, 27 insertions(+), 32 deletions(-) diff --git a/web/admin/user/admin_user_unlock.xhtml b/web/admin/user/admin_user_unlock.xhtml index 4a369191..f9ed10ad 100644 --- a/web/admin/user/admin_user_unlock.xhtml +++ b/web/admin/user/admin_user_unlock.xhtml @@ -23,7 +23,7 @@ -
+
@@ -31,68 +31,62 @@
-
-
+
+
-
+
- -
-
-
+
+
-
+
- -
-
-
+
+
-
+
- -
-
-
+
+
-
- +
+ - + - +
- -
diff --git a/web/resources/css/cssLayout.css b/web/resources/css/cssLayout.css index 01512149..cf19d773 100644 --- a/web/resources/css/cssLayout.css +++ b/web/resources/css/cssLayout.css @@ -44,7 +44,8 @@ div, table { } .left_content { - padding: 5px; + padding-right: 5px; + padding-bottom: 5px; margin-left: 190px; } @@ -70,7 +71,7 @@ table, .table, .table_medium { } .table_medium { - width: 700px; + width: 620px; } .table_big { diff --git a/web/resources/css/default.css b/web/resources/css/default.css index db4c73f3..2c2688d1 100644 --- a/web/resources/css/default.css +++ b/web/resources/css/default.css @@ -3,7 +3,7 @@ body { font-size: 12px; font-family: sans-serif; color: #000000; - margin: 10px; + margin: 0px; } h1 { -- 2.39.5