From bcdccfbd42a82b2d86587f8e7b132620c5c59b1e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 1 Dec 2015 16:24:52 -0500 Subject: [PATCH] Update for css paths This will help with the style on the application and to print them. --- css/admin-print-application.css | 6 +++--- views/admin/view-application.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/admin-print-application.css b/css/admin-print-application.css index 5dd923d..c5bd7c6 100644 --- a/css/admin-print-application.css +++ b/css/admin-print-application.css @@ -22,8 +22,8 @@ width: 91.66667%; } .large-12 { width: 100%; } -#adminmenuback, #adminmenuwrap, #wpadminbar, #wpfooter { - display: none; +#adminmenu, #adminmenuback, #adminmenuwrap, #wpadminbar, #wpfooter { + display: none !important; } #appForm { width: 100%; @@ -42,4 +42,4 @@ body {background: white;font-size: 12pt;} html.wp-toolbar {padding-top: 0;} div.wrap {padding-top: 0;margin-top:0;} h3 {page-break-before: auto;} -div.row {page-break-inside: avoid;} \ No newline at end of file +div.row {page-break-inside: avoid;} diff --git a/views/admin/view-application.php b/views/admin/view-application.php index 8095610..f9b9c2b 100644 --- a/views/admin/view-application.php +++ b/views/admin/view-application.php @@ -1,5 +1,5 @@ - - + +
-- 2.17.1