Bug 12572: (followup) Small style fix
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 25 Jul 2014 21:57:44 +0000 (18:57 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 25 Jul 2014 21:58:58 +0000 (18:58 -0300)
Boxes show a bit overlapped. This fixes that.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 3b4d768..d830a4d 100644 (file)
@@ -2772,3 +2772,7 @@ span.browse-button {
     font-size:0.8em;
     padding:0.5em;
 }
+
+#transport-types {
+    padding-top: 0.5px;
+}