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.
}
#category-search label {
width: 120px;
- float: left;
- display: block;
+/* float: left;
+ display: block;*/
}
#category-search #amenitySearchAll label {
display: inline;
}
#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;
min-height: 27px;
}
ul#videoGallery li a:hover span.vTitle {
- color: #3FAC46;
+ color: #f27225;
}
#home_video_wrapper a {
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
<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>