diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/main/stop_areas.css.scss | 9 | ||||
| -rw-r--r-- | app/assets/stylesheets/vendor/map_layers.css.scss | 1 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app/assets/stylesheets/main/stop_areas.css.scss b/app/assets/stylesheets/main/stop_areas.css.scss index 74f8e0277..26aada5fd 100644 --- a/app/assets/stylesheets/main/stop_areas.css.scss +++ b/app/assets/stylesheets/main/stop_areas.css.scss @@ -27,17 +27,20 @@ legend { padding-bottom: 20px; } #prefetch { - padding: 10px 10px 30px 10px; + padding: 10px 10px 20px 10px; label{ - font-size: 18px; - margin-right: 20px; + font-size: 16px; + margin-right: 25px; } + + input{ width: 330px; } } #map{ float:none; width: 100%; + height: 450px; } } diff --git a/app/assets/stylesheets/vendor/map_layers.css.scss b/app/assets/stylesheets/vendor/map_layers.css.scss index 7d9972038..835417ddc 100644 --- a/app/assets/stylesheets/vendor/map_layers.css.scss +++ b/app/assets/stylesheets/vendor/map_layers.css.scss @@ -6,4 +6,5 @@ p.after_map { float: right; width: 400px; height: 400px; + border: 1px solid gray; }
\ No newline at end of file |
