From 0e877e7ab6c97fdd14f4a7f41b5a90e8c87af194 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Sun, 10 Jun 2018 00:08:53 -0400 Subject: [PATCH] LP#1752891 Crowded text on Print Item Labels page fix. This patch replaces an h4 style used for labels for dropdown lists, removes a blue background, and changes the style of the title of the page. All to make this page look more consistent with other pages in Evergreen. Also removes some unnecessary extra divs and makes the bootstrap columns for the top form more consistent. Signed-off-by: Garry Collum --- .../src/templates/staff/cat/printlabels/t_view.tt2 | 61 ++++++++++++---------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 b/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 index 418d4e8490..e51b5e2768 100644 --- a/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 +++ b/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 @@ -10,40 +10,42 @@ } -

[% l('Print Item Labels') %]

+
+
+ [% l('Print Item Labels') %] +
+
-
-
-
-
- [% l('Template') %] -
-
- -
-
- -
-
- [% l('Printer') %] -
-
- -
+
+
+
+ [% l('Template') %] + +
+
+
+ +
+
+
+ [% l('Printer') %] +
+
+
@@ -51,13 +53,14 @@
+
+
-- 2.11.0