From 000359b99c3a39be870fe744df295e3e39db9d7f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 6 Jan 2011 18:11:41 +0100 Subject: Prevent duplicate towns (refs #14) --- static/media/style.css | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 2d58631dc..8fc5c8001 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -13,18 +13,6 @@ a { color:#D14; } -ul#form_path button { - text-decoration:none; - color:#D14; - border:none; - background-color:white; - font-size: 11pt; - cursor:pointer; - padding:0; - margin:0; - font-family:Arial, Helvetica, sans-serif; -} - caption { color:#922; font-weight:bold; @@ -120,6 +108,18 @@ ul#form_path li.current a{ color:#922; } +ul#form_path button { + text-decoration:none; + color:#D14; + border:none; + background-color:white; + font-size: 11pt; + cursor:pointer; + padding:0; + margin:0; + font-family:Arial, Helvetica, sans-serif; +} + div.form { margin-left:auto; margin-right:auto; @@ -142,6 +142,10 @@ div.form table th{ text-align:left; } +div.form .errorlist{ + color:#922; +} + .info{ margin-left:auto; margin-right:auto; -- cgit v1.2.3