diff options
author | matthew <matthew> | 2007-01-19 16:57:28 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-01-19 16:57:28 +0000 |
commit | c4e49e322ff58e1e4a9126502c840e86fcd5a183 (patch) | |
tree | a23e640d8c659c6f9b398ec14303e3f98f55622c /web/css.css | |
parent | b22e3411880b339954c38ee3f0fb8b37f0c5e3a5 (diff) |
Deal with multiple councils, more error checking, tidy some code.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index eb11b6f32..552a5f1ff 100644 --- a/web/css.css +++ b/web/css.css @@ -163,11 +163,13 @@ fieldset div { fieldset div.checkbox { padding-left: 5.5em; } -fieldset div.checkbox label { +fieldset div.checkbox label, label.n { float: none; text-align: left; padding-right: 0; width: auto; + cursor: pointer; + cursor: hand; } /* Map */ |