summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2009-02-08 04:48:53 +0000
committerChristian Pointner <equinox@ffgraz.net>2009-02-08 04:48:53 +0000
commitf6be9edd401664d95e60ae3c81aeaf36723ba891 (patch)
tree86f2127f51f0f16053c1b593c722cf0a5eeecba4 /map.css
parent0c420c393dba896e14972ecb5181904f1a1342a4 (diff)
added login capability
Diffstat (limited to 'map.css')
-rw-r--r--map.css15
1 files changed, 14 insertions, 1 deletions
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 {