diff options
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/css.css b/web/css.css index a7fd61458..74c20748b 100644 --- a/web/css.css +++ b/web/css.css @@ -26,8 +26,8 @@ form { margin: 0; } -input { - font-size: 100%; +select, input, textarea { + font-size: 99%; } label { @@ -193,6 +193,9 @@ fieldset div.checkbox label { #map input { cursor: crosshair; } +#map input, #map img { + position: absolute; +} #compass { background-color: #ffffff; |