From 5627950266aa33561cad54b69ea47fb8a1d19c09 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 29 Jan 2016 16:19:17 -0500 Subject: [PATCH] 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 Signed-off-by: Ben Shum --- Open-ILS/src/templates/staff/css/cat.css.tt2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2 index 3b87e4283d..6502673156 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; +} + -- 2.11.0