diff options
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; |