diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-06 18:11:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-06 18:11:41 +0100 |
commit | 000359b99c3a39be870fe744df295e3e39db9d7f (patch) | |
tree | d728d9b3b4aba2b25ca6e13697802492d16f535e /static | |
parent | adbfac4fe875b013c2613dddadd0c1c59e0cc660 (diff) | |
download | Ishtar-000359b99c3a39be870fe744df295e3e39db9d7f.tar.bz2 Ishtar-000359b99c3a39be870fe744df295e3e39db9d7f.zip |
Prevent duplicate towns (refs #14)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 28 |
1 files changed, 16 insertions, 12 deletions
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; |