Bug 9456 - Add callnumber column to the cart
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index aa7310c..755a02a 100644 (file)
@@ -2598,6 +2598,14 @@ fieldset.rows table.mceListBox {
     box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
 }
 
+.inline {
+    display : inline;
+}
+
+.nowrap {
+    white-space: nowrap;
+}
+
 .tag_editor {
     background: transparent url("../../img/edit-tag.png") top left no-repeat;
     display : block;