From 0681d0520c94c8317001e13c671c2c4dfce49f93 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 11 Apr 2018 06:51:49 -0400 Subject: [PATCH] Set the print and pay invoice buttons so there too far right. Setting a wrapper around them and setting a max width. --- views/admin/billing/viewInvoice.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/views/admin/billing/viewInvoice.html b/views/admin/billing/viewInvoice.html index 1fa5df6..57986cb 100644 --- a/views/admin/billing/viewInvoice.html +++ b/views/admin/billing/viewInvoice.html @@ -6,13 +6,15 @@ {include file='admin/billing/subHeader.html'} {/if} -{if $fromMemberMenu} - Pay Invoice -{/if} +
+ {if $fromMemberMenu} + Pay Invoice + {/if} -
Print
-
-{$invoiceHtml} +
Print
+
+ {$invoiceHtml} +
-- 2.17.1