From a3ff3580d8067ff76c06d7e5859a546ecc099098 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 14 Jul 2015 18:31:49 +0300 Subject: Date selection works --- client/colors.less | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'client/colors.less') diff --git a/client/colors.less b/client/colors.less index 4faa9a5..3e4e458 100644 --- a/client/colors.less +++ b/client/colors.less @@ -103,7 +103,7 @@ body { .month-wrapper { overflow: scroll; float: left; - height: 410px; + height: 250px; position: relative; width: 420px; -webkit-overflow-scrolling: touch; @@ -121,7 +121,7 @@ body { .year-wrapper { overflow: scroll; float: left; - height: 410px; + height: 250px; position: relative; width: 420px; -webkit-overflow-scrolling: touch; @@ -133,18 +133,44 @@ body { } .month { - height: 410px; + height: 250px; overflow: hidden; width: 390px; text-align: right; } .year { - height: 410px; + height: 250px; overflow: hidden; width: 390px; } } + form.dates { + display: block; + div.error { + font-family: 'Cutive Mono', serif; + text-align: center; + width: 600px; + margin: 0 auto; + } + button.next { + margin: 0 auto; + display: block; + font-size: 2.8em; + font-weight: bold; + line-height: 1.3em; + margin-bottom: 14px; + padding: 0px 3px; + color: black; + background-color: white; + border: 0px; + border-bottom: 6px black solid; + &:hover, &:active { + color: white; + background-color: black; + } + } + } } div.photos-wrapper { ol.steps { -- cgit v1.3.1