From 89369b785a9933caf8128aacafb33670e6a7a249 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 14 Jul 2015 19:49:58 -0400 Subject: [PATCH] LP#1452950 Patrong reg. style repairs * Reduce vertical space by a few pixels * Make field labels non-bold * Make input fields bold * Remove duplicate padding to avoid label misalignment. * Use blue alert-info banner along the top of the screen. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- .../src/templates/staff/circ/patron/t_edit.tt2 | 36 ++++++++++++---------- Open-ILS/src/templates/staff/css/circ.css.tt2 | 9 ++++++ 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index eef3cca253..b686c9a3b9 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -1,6 +1,10 @@ [% DOC_IMG = '/images/question-mark.png' %] -
[% l('Patron Edit') %]
+
+
+ [% l('Patron Edit') %] +
+
@@ -33,7 +37,7 @@ IF NOT input_type; input_type = 'text'; END %] -
+
@@ -114,7 +118,7 @@ [% formfield('au', 'suffix') %] [% formfield('au', 'alias') %] -
+
-
+
-
+
-
+
-
+
-
+
[% l('User Settings') %]
-
+
@@ -269,7 +273,7 @@
-
+
@@ -278,7 +282,7 @@
-
+
@@ -289,7 +293,7 @@
-
+
@@ -309,7 +313,7 @@
-
+
@@ -318,7 +322,7 @@
-
+
@@ -378,7 +382,7 @@
[% l('Statistical Categories') %]
-
+
@@ -408,7 +412,7 @@
[% l('Surveys') %]
-
+
diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 4f83603443..87a670ce97 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -58,6 +58,7 @@ but the ones I'm finding aren't quite cutting it..*/ /* make all input widgets the same width, i.e. fill their column */ +.reg-field-input {font-weight: 700; } .reg-field-input input:not([type="checkbox"]) { width: 100%; } /* selector contents float left to allow depth-based left-padding */ @@ -101,6 +102,14 @@ but the ones I'm finding aren't quite cutting it..*/ font-size: 100%; } +.reg-field-row { + padding-bottom: 3px; +} + +.reg-field-row label { + font-weight: normal; +} + /* -- end patron registration -- */ [%# -- 2.11.0