Bug 18327: Set label width to 50% in modal
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 18 Apr 2018 16:08:21 +0000 (13:08 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Apr 2018 19:37:22 +0000 (16:37 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/css/staff-global.css

index 868a596..32619a9 100644 (file)
@@ -812,6 +812,10 @@ fieldset.rows label.error {
        width: auto;
 }
 
+#multi_receiving fieldset.rows label {
+    width: 50%;
+}
+
 fieldset.action, div.action {
     background-color: transparent;
     clear : both;