From 9cd43437c127d7e564d2faaa5c46721a2204c4fa Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 14 Aug 2014 16:56:03 -0400 Subject: [PATCH] footer video update update so the videos are on inside pages as well --- Toolkit/Page.php | 2 +- Toolkit/Videos/templates/webDecorator.html | 4 ++-- styles.css | 11 +++++++---- templates/template.html | 17 +++++++++-------- 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Toolkit/Page.php b/Toolkit/Page.php index e76815f..66723e2 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -519,7 +519,7 @@ class Toolkit_Page if ( defined("VIDEOS") && VIDEOS - && $this->_catid == HOME_ID +// && $this->_catid == HOME_ID ) { $this->_video(); } diff --git a/Toolkit/Videos/templates/webDecorator.html b/Toolkit/Videos/templates/webDecorator.html index 45e1b94..4e51e6b 100644 --- a/Toolkit/Videos/templates/webDecorator.html +++ b/Toolkit/Videos/templates/webDecorator.html @@ -1,6 +1,6 @@
- - + +
diff --git a/styles.css b/styles.css index 1d0fc99..d72846f 100644 --- a/styles.css +++ b/styles.css @@ -764,6 +764,9 @@ ul#paragraphLinks li { #home_video_wrapper .hBox a.video_link_main:hover { color: #FFF; } +#home_video_wrapper p { + margin-top: 5px; +} .fancybox-inner { overflow: hidden !important; } @@ -1007,7 +1010,7 @@ footer .copyright .separator { .rar { background-image: url(images/file-ext/rar.gif);} /*Weather*/ -#weather { +#glm-weather { color: black; display: block; width: 185px; @@ -1017,19 +1020,19 @@ footer .copyright .separator { text-align: center; line-height: 180%; } -#weather img { +#glm-weather img { height: 48px; width: 48px; float: left; margin: 8px; padding-top:8px; } -#weather .weatherHdr { +#glm-weather .glm-weatherHdr { padding-top: 5px; font-size: 13px; font-weight: bold; } -#weather .weatherTmp { +#glm-weather .glm-weatherTmp { font-size: 20px; } /*Reset stuff*/ diff --git a/templates/template.html b/templates/template.html index 813af48..418537e 100644 --- a/templates/template.html +++ b/templates/template.html @@ -164,18 +164,19 @@ -
- {if:video}{video:h}{end:} +
+ {if:video} + {video:h}

View our Videos

+ {end:} +
-
-
+
-

Current Weather

-

{tempF}°

-

{weather}

-
+

Current Weather

+

{tempF}°

+

{weather}

-- 2.17.1