From: Laury GvR Date: Thu, 14 Aug 2014 18:15:25 +0000 (-0400) Subject: Foundation on video gallery X-Git-Tag: V1.0^2~79 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9d5c70ccae088ec9fd8aa200e2577220a972a034;p=web%2FKeweenaw.git Foundation on video gallery Had to get rid of margin between the videos, or it forces foundation-affected videos off to the next row. Fully responsive. --- diff --git a/Toolkit/Videos/templates/webDecorator.html b/Toolkit/Videos/templates/webDecorator.html index b0414f5..45e1b94 100644 --- a/Toolkit/Videos/templates/webDecorator.html +++ b/Toolkit/Videos/templates/webDecorator.html @@ -3,17 +3,4 @@ - {title} - - - - - - diff --git a/Toolkit/Videos/templates/webPageDecorator.html b/Toolkit/Videos/templates/webPageDecorator.html index 257e1d9..6b05fbb 100644 --- a/Toolkit/Videos/templates/webPageDecorator.html +++ b/Toolkit/Videos/templates/webPageDecorator.html @@ -1,13 +1,10 @@ - \ No newline at end of file diff --git a/styles.css b/styles.css index e2a59fd..0201275 100644 --- a/styles.css +++ b/styles.css @@ -775,8 +775,10 @@ ul#videoGallery { ul#videoGallery li { display: block; float: left; - width: 22%; - margin: 0 1.5% 24px 1.5%; +/* width: 22%;*/ + margin-bottom: 20px; +/* margin: 0 1.5% 24px 1.5%;*/ +/* padding: 0 1.0% 20px 1.0%;*/ padding: 0; border: 1px solid #DDDFDD; background: #FDFDFF; @@ -785,7 +787,7 @@ ul#videoGallery li { -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05); } -ul#videoGallery li:nth-child(4n-3) { +/*ul#videoGallery li:nth-child(4n-3) { clear: left; width: 22.75%; margin: 0 3% 24px 0; @@ -801,7 +803,7 @@ ul#videoGallery li:nth-child(4n-1) { ul#videoGallery li:nth-child(4n) { width: 22.75%; margin: 0 0 24px 0; -} +}*/ ul#videoGallery li a { position: relative; z-index: 10; @@ -905,6 +907,9 @@ footer > .columns { .play { background: none; } + .vTitle { + padding-right: 0 !important; + } } footer .adventure-guide p { font-size: 18px;