From f6be9edd401664d95e60ae3c81aeaf36723ba891 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 8 Feb 2009 04:48:53 +0000 Subject: added login capability --- map.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'map.css') diff --git a/map.css b/map.css index 02fdea9..0466143 100644 --- a/map.css +++ b/map.css @@ -55,10 +55,23 @@ div.box { margin-right: 0; } -#addressbox { +#southeastcontainer { position: absolute; right: 10px; bottom: 10px; + padding: 0; +} + +#loginbox { + margin-top: 0; + margin-left: auto; + marign-right: 0; +} + +#addressbox { + margin-top: 1ex; + margin-left: auto; + margin-bottom: 0; } #distboxouter { -- cgit v1.2.1