From a8be738ec66d92534daa945d2596e10215db13f0 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 29 Jul 2014 10:03:09 -0400 Subject: [PATCH] various home page events styles --- styles.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/styles.css b/styles.css index dd324c2..7528d1c 100755 --- a/styles.css +++ b/styles.css @@ -301,12 +301,12 @@ img { font-size: 12px; padding: 8px 7px; } -@media only screen and (max-width: 58em) { +@media only screen and (max-width: 56em) { #eventCalendar td { padding: 5px; } } -@media only screen and (max-width: 50em) { +@media only screen and (max-width: 51em) { #eventCalendar table { display: none; } @@ -327,14 +327,14 @@ img { #eventItemWrapper { padding: 0 10px; } -@media only screen and (max-width: 51em) { +@media only screen and (max-width: 59.5em) { #eventItemWrapper a:nth-child(4) { - display: block; + display: none; } } -@media only screen and (max-width: 56em) { +@media only screen and (max-width: 51em) { #eventItemWrapper a:nth-child(4) { - display: none; + display: block; } } #eventItemWrapper span { @@ -343,12 +343,11 @@ img { line-height: 1.4em; } .cEventItem { - margin-bottom: .5em; display: block; } #eventItemWrapper a { text-decoration: none; - padding: 5px 0; + padding: 8px 0; display: block; clear: both; } @@ -370,7 +369,13 @@ img { } #eventItemWrapper .cEventTitle { font-weight: bold; - font-size: 13px; + font-size: 14px; + } +.cEventDate { + float: left; + } +.cEventTimes { + float: right; } /* Subnav */ #subnav { -- 2.17.1