Update the style for the main content section for employment
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 2 Dec 2015 20:00:56 +0000 (15:00 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 2 Dec 2015 20:00:56 +0000 (15:00 -0500)
Adding new id for style and adding margin to top and bottom.

css/app.css
page-260.php
scss/_plugins.scss
scss/plugins/_staffordsemployment.scss [new file with mode: 0644]

index e661839..c6b1406 100644 (file)
@@ -7797,6 +7797,10 @@ h3#ship-to-different-address {
   display: none; }
 
 /* End WooCommerce */
+#staffords-employment-app {
+  margin-top: 40px;
+  margin-bottom: 60px; }
+
 #front {
   padding: 20px; }
   #front .row.collapse h1 {
index e15ea33..f372672 100644 (file)
@@ -12,7 +12,7 @@
                 ?>
             </div>
             <div class="row">
-                <div id="main-content" class="small-12 medium-8 columns">
+                <div id="main-content" class="small-12 columns">
                 <?php
                 if (shortcode_exists('glmjobs')) {
                     $applyOnline = (isset($_REQUEST['applyOnline']))
                     <p><?php _e('Sorry, no posts yet');?></p>
                     <?php endif;?>
             <?php endif;?>
-            <?php if (shortcode_exists('glmjobs')) {echo do_shortcode('[glmjobs]');}?>
                 </div>
-                <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
-                    <div class="sidebar">
-                        <h2>Central Reservations</h2>
-                        <h3>800-737-1899</h3>
-                        <h2>Email</h2>
-                        <a href="mailto:hospitality@staffords.com">hospitality@staffords.com</a>
-                        <h2>Stafford's Hospitality</h2>
-                        <p>PO Box 657<br>Petoskey, Michigan 49770</p>
-                        <ul>
-                            <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordshospitality"></a></li>
-                            <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
-                            <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
-                            <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
-                        </ul>
-                    </div>
+            </div>
+            <div id="staffords-employment-app" class="row">
+                <div class="small-12 columns">
+                    <?php if (shortcode_exists('glmjobs')) {echo do_shortcode('[glmjobs]');}?>
                 </div>
             </div>
         </div>
index 95d0961..6767a0e 100644 (file)
@@ -1,3 +1,4 @@
 @import "plugins/nextgen";
 @import "plugins/events";
-@import "plugins/woocommerce";
\ No newline at end of file
+@import "plugins/woocommerce";
+@import "plugins/staffordsemployment";
diff --git a/scss/plugins/_staffordsemployment.scss b/scss/plugins/_staffordsemployment.scss
new file mode 100644 (file)
index 0000000..435a8a5
--- /dev/null
@@ -0,0 +1,4 @@
+#staffords-employment-app {
+    margin-top: 40px;
+    margin-bottom: 60px;
+}