From: Ove Klykken Date: Mon, 21 Jul 2014 18:08:40 +0000 (-0400) Subject: Events output adjusted. X-Git-Tag: VV1^2~81 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4333e406d54d1e0ff08f5d22fa9dbf2e7266b72f;p=web%2FCityofMI.git Events output adjusted. slideshow controller bottom center main nav hover effect --- diff --git a/Toolkit/RotatingImages/templates/rotatingImages.html b/Toolkit/RotatingImages/templates/rotatingImages.html old mode 100644 new mode 100755 index 7a63826..6005c7a --- a/Toolkit/RotatingImages/templates/rotatingImages.html +++ b/Toolkit/RotatingImages/templates/rotatingImages.html @@ -10,9 +10,10 @@ display: block; position: absolute; z-index: 999; - top: -10px; - right: 10px; - } + bottom: 10px; + text-align: center; + width: 100%; +} #slider-wrapper { width: 100%; height: auto; diff --git a/styles.css b/styles.css index 56ceed7..2977350 100755 --- a/styles.css +++ b/styles.css @@ -75,13 +75,18 @@ a { float: left; } #header nav a { - line-height: 66px; + line-height: 26px; color: white; display: block; padding-left: 20px; padding-right: 20px; + padding: 20px; text-decoration: none; } +#header nav a:hover { + background: rgba(255, 255, 255, .2); + } + /* Slideshow */ #homeSlide { margin-top: 15px; @@ -233,9 +238,17 @@ a { margin-bottom: .5em; display: block; } +#eventItemWrapper a { + text-decoration: none; + } +#eventItemWrapper a:last-child { + color: white; + font-size: 12px; + text-decoration: underline; + } #eventItemWrapper .cEventTitle { font-weight: bold; -` font-weight: 13px; + font-weight: 13px; } #eventItemWrapper .cEventTitle, #eventItemWrapper .cEventDate,