diff options
| author | jpl | 2017-05-17 12:16:23 +0200 |
|---|---|---|
| committer | jpl | 2017-05-17 12:16:23 +0200 |
| commit | 80022425f0823106903452f750fea74fa9197c49 (patch) | |
| tree | d981eb95f00a0f3f0f110ac0904d2b54bc54a10d | |
| parent | e217e93790f9b004ea30805e66bed5e3a25f67f4 (diff) | |
| download | chouette-core-80022425f0823106903452f750fea74fa9197c49.tar.bz2 | |
Fix stopareas display on routes#edit
| -rw-r--r-- | app/assets/stylesheets/modules/_routes_stopoints.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/modules/_routes_stopoints.sass b/app/assets/stylesheets/modules/_routes_stopoints.sass index 88e662849..fd62cee2a 100644 --- a/app/assets/stylesheets/modules/_routes_stopoints.sass +++ b/app/assets/stylesheets/modules/_routes_stopoints.sass @@ -48,7 +48,7 @@ + .map_container > .map_metas position: relative - padding-left: 25px + padding-left: 30px &:before content: '' @@ -60,7 +60,7 @@ z-index: 3 top: 0 bottom: 0 - left: 5px + left: 10px &:last-child > .wrapper:last-child > div:first-child span:after |
