-Toolbox images not floating on Small
authorOve Klykken <ove@gaslightmedia.com>
Fri, 25 Jul 2014 16:30:12 +0000 (12:30 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Fri, 25 Jul 2014 16:30:12 +0000 (12:30 -0400)
-Large toolbox images from Medium down.
-Main menu forced below logo when needed.
-Stopped GLM blocks for opening up new windows.
-Newsletter header
-Tested HTML Newsletter

Toolkit/Events/templates/eventHomePage.html [changed mode: 0644->0755]
admin/Contact/newsletter_template.html
styles.css
templates/template.html
userArea/Contact/newsletter_template.html

old mode 100644 (file)
new mode 100755 (executable)
index 4f4c34a..41f4972
@@ -1,5 +1,5 @@
 <style>
-.slider-wrapper .nivoSlider {
+/* .slider-wrapper .nivoSlider {
        position:relative;
        height: 250px;
        }
@@ -19,6 +19,7 @@
 .nivo-caption span {
        float: right;
        }
+    */
 </style>
 <div class="slider-wrapper theme-default" flexy:if="hasFeaturedEvents">
        <div class="ribbon"></div>
index 9a145a7..46a7528 100755 (executable)
@@ -10,7 +10,7 @@
       <table cellspacing="0" cellpadding="0" border="0" width="550" bgcolor="#ffffff">
        <tr>
                <td>
-                                               <a href="<!-- url -->"><img src="<!-- url -->assets/nHeader.jpg" width="550" height="114" alt="" style="border: 0; display: block;"></a>
+                                               <a href="<!-- url -->"><img src="<!-- url -->assets/nHeader.jpg" width="550" height="100" alt="" style="border: 0; display: block;"></a>
                                        </td>
                                </tr>
                                <tr>
index 183f674..8265378 100755 (executable)
@@ -73,8 +73,13 @@ a:hover {
     cursor: pointer;\r
     }\r
 /* Navigation */\r
+/* For larger than Small */\r
+@media only screen and (min-width: 53em) {\r
 #header nav {\r
     margin-top: -55px;\r
+        }\r
+    }\r
+#header nav {\r
     margin-left: -0.9375rem;\r
     margin-right: -0.9375rem;\r
     background-image: url(assets/navBg.png);\r
@@ -140,18 +145,25 @@ a:hover {
     font-size: 22px;\r
     color: #477645;\r
     }\r
-.imageleft {\r
-    margin: 0 20px 20px 0;\r
-    float: left;\r
-    }\r
-.imageright {\r
-    margin: 0 0 20px 20px;\r
-    float: right;\r
-    }\r
 /* For Small */\r
 @media only screen {\r
     .imageleft, .imageright {\r
         float: none;\r
+        width: 100% !important;\r
+        }\r
+\r
+    }\r
+/* For larger than Small */\r
+@media only screen and (min-width: 40.063em) {\r
+    .imageleft {\r
+        float: left;\r
+        width: 300px !important;\r
+        margin: 0 20px 20px 0;\r
+        }\r
+    .imageright {\r
+        float: right;\r
+        width: 300px !important;\r
+        margin: 0 0 20px 20px;\r
         }\r
     }\r
 .imagecaption {\r
@@ -317,6 +329,8 @@ a:hover {
     color: white;\r
     font-size: 22px;\r
     text-align: center;\r
+    margin: .5em 15px;\r
+    border-bottom: 1px solid #ddd;\r
     }\r
 #subnav a {\r
     color: white;\r
@@ -324,6 +338,7 @@ a:hover {
     text-decoration: none;\r
     line-height: 1.1em;\r
     padding: 3px 0;\r
+    font-size: 15px;\r
     }\r
 #subnav a:hover {\r
     color: #9dc6af;\r
index 3af3270..8c4940a 100755 (executable)
 
 
                     <div class="row clearfix" id="homeSlide" flexy:if="isHomePage"  data-equalizer>
-                        <div class="large-9 columns" data-equalizer-watch>
+                        <div class="medium-9 columns" data-equalizer-watch>
                             <div id="slideshow" flexy:if="rotatingImages">
                                 {rotatingImages:h}
                             </div>
 
                         </div>
-                        <div class="large-3 columns">
+                        <div class="medium-3 columns">
                             <div id="homepage_events_wrapper" flexy:if="hasEvents" data-equalizer-watch>
                                 <div id="cEventMeetings">Meetings</div>
                                 <div id="cEventMore"><a href="{baseURLDefined:h}calendars-10/">Events</a></div>
                                             <li flexy:foreach="headlines,v" class="hHlinesItem">
                                                 {if:v[img]}
                                                 {if:v[external]}
-                                                <a href="{v[href]:h}" target="_blank">
+                                                <a href="{v[href]:h}">
                                                     {else:}
-                                                <a href="{v[href]:h}" target="_blank">
+                                                <a href="{v[href]:h}">
                                                     {end:}
-                                                    <img src="{v[img]:h}" alt="Home page headline image">
+                                                    <img src="{v[img]:h}" alt="">
                                                     <i>{v[header]:h}</i>
                                                 </a>
                                                 {end:}
index 9a145a7..46a7528 100755 (executable)
@@ -10,7 +10,7 @@
       <table cellspacing="0" cellpadding="0" border="0" width="550" bgcolor="#ffffff">
        <tr>
                <td>
-                                               <a href="<!-- url -->"><img src="<!-- url -->assets/nHeader.jpg" width="550" height="114" alt="" style="border: 0; display: block;"></a>
+                                               <a href="<!-- url -->"><img src="<!-- url -->assets/nHeader.jpg" width="550" height="100" alt="" style="border: 0; display: block;"></a>
                                        </td>
                                </tr>
                                <tr>