diff options
| author | jpl | 2017-07-11 14:44:47 +0200 |
|---|---|---|
| committer | jpl | 2017-07-11 14:44:47 +0200 |
| commit | a01189877bbfadcf5862f623a706bb052a13442b (patch) | |
| tree | c09bb2e5f924fd644107cdef26d96b65be9a8bb9 | |
| parent | c9bf8f63221699d4b7c97d5f3bd4cced917884d8 (diff) | |
| download | chouette-core-a01189877bbfadcf5862f623a706bb052a13442b.tar.bz2 | |
Refs #4030: fix cptary spaces (margin) on alert comp.
| -rw-r--r-- | app/assets/stylesheets/components/_alerts.sass | 2 | ||||
| -rw-r--r-- | app/views/routing_constraint_zones/edit.html.slim | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/components/_alerts.sass b/app/assets/stylesheets/components/_alerts.sass index 50799ff65..e83f38ead 100644 --- a/app/assets/stylesheets/components/_alerts.sass +++ b/app/assets/stylesheets/components/_alerts.sass @@ -3,7 +3,7 @@ //----------// .alert - margin: 0 + margin: 0 default // padding: 10px 50px border-radius: 0 border: none diff --git a/app/views/routing_constraint_zones/edit.html.slim b/app/views/routing_constraint_zones/edit.html.slim index 7ecba1918..d0e0ded32 100644 --- a/app/views/routing_constraint_zones/edit.html.slim +++ b/app/views/routing_constraint_zones/edit.html.slim @@ -18,10 +18,10 @@ .separator - - @routing_constraint_zone.errors[:stop_point_ids].each do |error_message| - .alert.alert-danger = error_message - #ITL_stoppoints + - @routing_constraint_zone.errors[:stop_point_ids].each do |error_message| + .alert.alert-danger.mb-md = error_message + .subform .nested-head .wrapper |
