diff options
author | matthew <matthew> | 2006-10-09 15:29:52 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-10-09 15:29:52 +0000 |
commit | ba8c61f5ee2c9fe624a2e5d53f74835647c42c94 (patch) | |
tree | 5fa0cd4041f60a17c307ca06555a9c2e415e598e /web/css.css | |
parent | 03d55b3dca58bcb76673a9c3cd6ca18c17a4610a (diff) |
Various bugfixes and improvements; new pins.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/web/css.css b/web/css.css index d020150ee..6dd78634c 100644 --- a/web/css.css +++ b/web/css.css @@ -106,18 +106,19 @@ ul#error { list-style-type: none; } #navigation li { - float: right; + display: inline; padding: 0; margin: 0; } #navigation a { - display: block; + display: -moz-inline-box; + display: inline-block; + padding: 0.5em 2em; } #navigation a:link, #navigation a:visited { color: #968d63; background-color: #e3d595; - padding: 0.5em 2em; } #navigation a:hover, #navigation a:active { background-color: #968d63; @@ -199,6 +200,9 @@ fieldset div.checkbox label { cursor: crosshair; background-color: #cccccc; } +#drag img { + cursor: move; +} #drag input, #drag img { position: absolute; border: none; @@ -206,6 +210,8 @@ fieldset div.checkbox label { #drag img.pin { z-index: 100; background-color: inherit; + cursor: pointer; + cursor: hand; } #compass { |