diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-14 18:31:49 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-14 18:31:49 +0300 |
| commit | a3ff3580d8067ff76c06d7e5859a546ecc099098 (patch) | |
| tree | 7ad71d65cd6f5015b28e6fb961aaf7fd4fee3296 /client/colors.less | |
| parent | 8928aa417555cb6c00156eef6b19a221211d43cc (diff) | |
Date selection works
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 34 |
1 files changed, 30 insertions, 4 deletions
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 { |
