From 0e195b7ffc5034b2a8399c5ebe4530268bad55d9 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Fri, 23 Feb 2018 10:50:57 -0500 Subject: [PATCH] LP#1746824 - adds CSS to capitalize simple record titles in grids Adds CSS class that capitalizes via a text-transform the simple record titles and authors. Signed-off by: Cesar Velez Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/css/style.css.tt2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index b20f720244..742c1b6810 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -402,6 +402,12 @@ table.list tr.selected td { /* deprecated? */ box-shadow: none; } +/* Capitalize book titles and authors on Patron itemsout and similar grids */ +.grid-target_copy-call_number-record-simple_record-title, +.grid-call_number-record-simple_record-title, +.grid-call_number-record-simple_record-author { + text-transform : capitalize; +} /* ---------------------------------------------------------------------- * /Grid -- 2.11.0