VidGallerry, HomepageVid, Blocks margin updates
authorLaury GvR <laury@gaslightmedia.com>
Mon, 18 Aug 2014 17:16:15 +0000 (13:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 18 Aug 2014 17:16:15 +0000 (13:16 -0400)
Map in toolbox content now has extra margins, as does the paragraph
above it for narrow views. Font size for blocks increased by 1 pt.
Vidgallery on:hover colour changed to orange. Homepage video link
now contained within a div to allow resizing.

Toolkit/Members/css/member.css
styles.css
templates/template.html

index bbd73da..0fc9a48 100755 (executable)
@@ -48,8 +48,8 @@ background-color: #ffffff;
 }
 #category-search label {
     width: 120px;
-    float: left;
-    display: block;
+/*    float: left;
+    display: block;*/
 }
 #category-search #amenitySearchAll label {
     display: inline;
index 693a602..6de59f9 100644 (file)
@@ -739,12 +739,17 @@ ul#paragraphLinks li {
 }
 #home_video_wrapper .hBox a.various {
     display: block;
-    width: 100%;
+    width: 152px;
     overflow: hidden;
-    /*height: 250px;*/
+    margin-left: auto;
+    margin-right: auto;
+    margin-top: 0;
+    margin-bottom: 0;
 }
-#home_video_wrapper .hBox a.various img {
-    width: 55%
+#videoGalleryLinkDiv {
+    width: 152px;
+    margin-left: auto;
+    margin-right: auto;
 }
 #home_video_wrapper .hBox a.various .video_link_txt {
     display: block;
@@ -859,7 +864,7 @@ ul#videoGallery li a span.vTitle {
     min-height: 27px;
 }
 ul#videoGallery li a:hover span.vTitle {
-    color: #3FAC46;
+    color: #f27225;
 }
 
 #home_video_wrapper a {
@@ -1348,3 +1353,16 @@ footer .copyright .separator {
     overflow: hidden;
     position: relative;
 }
+
+#map-canvas {
+    margin-top: 20px;
+}
+
+#main .row .right {
+    margin-bottom: 25px;
+}
+
+.header-content .content p,
+.bottom-content .content p {
+    font-size: 10pt;
+}
\ No newline at end of file
index 34c4a0b..e23373c 100644 (file)
             <div id="home_video_wrapper" class="opensearchserver.ignore small-12 medium-6 large-4 columns text-center video">
                 {if:video}
                 {video:h}
-                <a href="{getToolboxUrl(#37#):h}"><p>View our Videos</p></a>
+                <div id="videoGalleryLinkDiv">
+                    <a href="{getToolboxUrl(#37#):h}"><p>View our Videos</p></a>
+                </div>
                 {end:}
 
               </div>