diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml index 8ac763c..70b05c1 100644 --- a/_notes/dwsync.xml +++ b/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/sass/_notes/dwsync.xml b/sass/_notes/dwsync.xml index 9f3a41b..4e97f66 100644 --- a/sass/_notes/dwsync.xml +++ b/sass/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/sass/style.scss b/sass/style.scss index 2d11baa..d51251a 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -161,6 +161,16 @@ .uc-cal-event-day { padding-top:.3em!important; } +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { + border:1px solid #e5e5e5; + +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { + font-size:1.7em; + padding-bottom:0.2em; + margin-top:-3px; + color:#777777; +} @@ -184,7 +194,7 @@ margin-top:20px; } h2 { - margin-top:2.5em; + margin-top:1.5em; margin-bottom:1em; } h1 + h2 { @@ -239,3 +249,7 @@ #mega-footer+#footer { border-top:none; } + +.form-control { + border-right:none; +} diff --git a/style.css b/style.css index 1ff2022..298e226 100644 --- a/style.css +++ b/style.css @@ -8039,6 +8039,17 @@ body.sticky #footers { padding-top: 0.3em !important; } +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { + border: 1px solid #e5e5e5; +} + +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { + font-size: 1.7em; + padding-bottom: 0.2em; + margin-top: -3px; + color: #777777; +} + #main { border: 1px solid #eee; } @@ -8058,7 +8069,7 @@ body.sticky #footers { margin-top: 20px; } #content .page h2 { - margin-top: 2.5em; + margin-top: 1.5em; margin-bottom: 1em; } #content .page h1 + h2 { @@ -8103,3 +8114,7 @@ body.sticky #footers { #mega-footer + #footer { border-top: none; } + +.form-control { + border-right: none; +}