From 66b9dc67e390e5d5bc1b8be224fa7e38b21731c7 Mon Sep 17 00:00:00 2001 From: perryharlock Date: Tue, 17 Sep 2013 15:48:46 +0100 Subject: [PATCH] Style error message alert on new task page --- public/css/site.css | 3 +++ view/new.html | 7 +++++-- view/task.html | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/public/css/site.css b/public/css/site.css index b8bcedb..bf9f549 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -13,6 +13,9 @@ caption { padding-bottom:10px; font-size:18px; } +.block-level { + display:block; +} .header { padding-bottom:2.5rem; diff --git a/view/new.html b/view/new.html index 0aee38c..423181c 100644 --- a/view/new.html +++ b/view/new.html @@ -8,8 +8,11 @@ Add a new url {{#error}} -
-

{{.}}

+
+
+ Oh my gosh! +

{{.}}

+
{{/error}} diff --git a/view/task.html b/view/task.html index abb4e99..46c8769 100644 --- a/view/task.html +++ b/view/task.html @@ -49,7 +49,7 @@
{{#if results}} -
+