LP#1539776 Stop wrapping of radio buttons in vol/copy editor user/kmlussier/lp1539776-nowrap-radio-buttons
authorKathy Lussier <klussier@masslnc.org>
Fri, 29 Jan 2016 21:19:17 +0000 (16:19 -0500)
committerKathy Lussier <klussier@masslnc.org>
Fri, 29 Jan 2016 21:19:17 +0000 (16:19 -0500)
Simple CSS tweak to keep radio buttons and their labels on the same line.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/css/cat.css.tt2

index ede0007..13505f4 100644 (file)
@@ -164,3 +164,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;
+}
+