diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 15:37:40 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 15:38:10 +0100 |
commit | 2444a7ed22ef8800fd6d9e6440dab4b7a4ee3dc6 (patch) | |
tree | 4e31a495e3e4d3ea04315d92b0c19a32a783e8b4 /web/css | |
parent | 572f1a9ffdfa895bb46184c21a0b960587fa6cf6 (diff) |
Add geolocation.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/css/core.scss b/web/css/core.scss index 5fafe625b..d5224ee0b 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -103,6 +103,12 @@ $map_width: 500px; } } + #geolocate_para { + font-size: 70%; + margin: 2px 0 0 0; + text-align: right; + } + #front_intro { float: left; width: 48%; @@ -232,6 +238,7 @@ $map_width: 500px; background-color: #f1f1f1; } + /* Drag is only present in noscript form */ #drag { position: absolute; width: $map_width; |