diff options
author | matthew <matthew> | 2009-01-05 23:10:50 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-01-05 23:10:50 +0000 |
commit | 689fc29bb5b5b1d8c6985130d5b456e0a87944c0 (patch) | |
tree | dfbc42734e0248071b94a1b84a50abdca41f2194 /web/css | |
parent | 1ba5c920c6f2a0845b47ea1f11bb790b6e074fd3 (diff) |
Better confirmation message.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index fca803985..9a8773c59 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -158,6 +158,13 @@ fieldset div, #fieldset div { float: none; } +.confirmed { + background-color: #ccffcc; + border: solid 2px #009900; + padding: 5px; + text-align: center; +} + /* Map */ #watermark { |