From 705c2d8bc320d95088935ecf9d2b1c5d0bc29fce Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 20 Jun 2015 01:40:01 +0300 Subject: Dates error and button --- client/colors.less | 7 +++++++ client/templates/dates.html | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/colors.less b/client/colors.less index 43fc701..6bb2a50 100644 --- a/client/colors.less +++ b/client/colors.less @@ -98,6 +98,13 @@ body { } } } + div.error { + color: #2636F9; + width: 400px; + text-align: center; + margin: 0 auto; + margin-top: 30px; + } } } } diff --git a/client/templates/dates.html b/client/templates/dates.html index 0a07abc..8b9a257 100644 --- a/client/templates/dates.html +++ b/client/templates/dates.html @@ -15,7 +15,8 @@ {{/each}} - + + -- cgit v1.3.1