diff options
| author | Luc Donnet | 2014-12-03 16:11:55 +0100 |
|---|---|---|
| committer | Luc Donnet | 2014-12-03 16:11:55 +0100 |
| commit | 6416c3e42fc826facc80945b7b43d5d6c8085f36 (patch) | |
| tree | fa3d1ff6bcaed6da757d07b291e7ac40d767a862 | |
| parent | a207cc2a97f9edf11969c0f02d62d33adb20a6a5 (diff) | |
| download | chouette-core-6416c3e42fc826facc80945b7b43d5d6c8085f36.tar.bz2 | |
Fix css to move stop area for a route
| -rw-r--r-- | app/assets/stylesheets/main/routes.css.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/routes.css.scss b/app/assets/stylesheets/main/routes.css.scss index aec3b2cee..31891f39e 100644 --- a/app/assets/stylesheets/main/routes.css.scss +++ b/app/assets/stylesheets/main/routes.css.scss @@ -15,7 +15,7 @@ #stop_points .nested-fields { ol { margin-left: 25%; - i.fa { margin-right: 5px;} + .handle { margin-left: 5px;} .search_stop_area { margin-bottom: 0px !important; |
