Update for css paths
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 1 Dec 2015 21:24:52 +0000 (16:24 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 1 Dec 2015 21:24:52 +0000 (16:24 -0500)
This will help with the style on the application and to print them.

css/admin-print-application.css
views/admin/view-application.php

index 5dd923d..c5bd7c6 100644 (file)
@@ -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;}
index 8095610..f9b9c2b 100644 (file)
@@ -1,5 +1,5 @@
-<link rel="stylesheet" href="../wp-content/plugins/glm-employment/css/admin-view-application.css" type="text/css"/>
-<link rel="stylesheet" href="../wp-content/plugins/glm-employment/css/admin-print-application.css" type="text/css" media="print" />
+<link rel="stylesheet" href="../wp-content/plugins/staffords-employment/css/admin-view-application.css" type="text/css"/>
+<link rel="stylesheet" href="../wp-content/plugins/staffords-employment/css/admin-print-application.css" type="text/css" media="print" />
 <div id="appForm">
     <?php include $viewPath . 'form_1.php';?>
 </div>