diff options
author | Christian Pointner <equinox@ffgraz.net> | 2009-02-08 04:48:53 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2009-02-08 04:48:53 +0000 |
commit | f6be9edd401664d95e60ae3c81aeaf36723ba891 (patch) | |
tree | 86f2127f51f0f16053c1b593c722cf0a5eeecba4 /map.css | |
parent | 0c420c393dba896e14972ecb5181904f1a1342a4 (diff) |
added login capability
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 { |