Bug 3669 [QA Followup] - Give the text area some breathing room
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 13:26:51 +0000 (13:26 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 13:26:51 +0000 (13:26 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/css/staff-global.css

index 09ff34d..bc2a03f 100644 (file)
@@ -2731,3 +2731,7 @@ div[class$="_table_controls"] {
 .order-control {
     padding-right: 5px;
 }
+
+#borrower_message {
+    margin-top: 10px;
+}