[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5627950266aa33561cad54b69ea47fb8a1d19c09

Evergreen Git git at git.evergreen-ils.org
Sat Feb 27 18:02:46 EST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  5627950266aa33561cad54b69ea47fb8a1d19c09 (commit)
      from  0eb9254f0ac0835b4184475b37cc6d62e6a8b9dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5627950266aa33561cad54b69ea47fb8a1d19c09
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Fri Jan 29 16:19:17 2016 -0500

    LP#1539776 Stop wrapping of radio buttons in vol/copy editor
    
    Simple CSS tweak to keep radio buttons and their labels on the same line.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2
index 3b87e42..6502673 100644
--- a/Open-ILS/src/templates/staff/css/cat.css.tt2
+++ b/Open-ILS/src/templates/staff/css/cat.css.tt2
@@ -183,3 +183,13 @@ grid[name="-none-"] * label { color: black; }
 .marc_tag_row {
     word-break: break-word;
 }
+
+/*
+ * Volume / Copy Editor Styles
+ * /
+
+/* Wrapping in bootstrap style can separate radio buttons from their labels. */
+.col-xs-3 {
+    white-space: nowrap;
+}
+

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/css/cat.css.tt2 |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list