diff options
author | Othmar Gsenger <otti@ffgraz.net> | 2013-11-12 18:24:00 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@ffgraz.net> | 2013-11-12 18:24:00 +0000 |
commit | a47c4eecff79c1d57650b46c437b628d873705b2 (patch) | |
tree | 9d53fe963419ce8965fe237be47784c1afd84510 /map.css | |
parent | f6be9edd401664d95e60ae3c81aeaf36723ba891 (diff) |
bisher uncommitete aenderungen am www.ffgraz.net (nicht von mir)
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -27,6 +27,7 @@ div.box { } #northeastcontainer { + position: absolute; right: 10px; top: 5ex; @@ -34,13 +35,14 @@ div.box { } #legendbox { + width: 90%; margin-top: 0; margin-left: auto; margin-right: 0; } #countbox { - width: 70%; + width: 90%; margin-top: 1ex; margin-left: auto; margin-right: 0; @@ -49,7 +51,7 @@ div.box { } #visibox { - width: 70%; + width: 90%; margin-top: 1ex; margin-left: auto; margin-right: 0; @@ -57,21 +59,21 @@ div.box { #southeastcontainer { position: absolute; - right: 10px; - bottom: 10px; + right: center; + bottom: 40px; padding: 0; } #loginbox { margin-top: 0; margin-left: auto; - marign-right: 0; + marign-right: center; } #addressbox { - margin-top: 1ex; + margin-top: 0; margin-left: auto; - margin-bottom: 0; + margin-bottom: 1ex; } #distboxouter { @@ -114,6 +116,10 @@ div.btn { color: black; } +*.linkinfo,table { + font-size: 8pt; + color: black; +} table.legend { margin-top: 3px; } |