diff options
| author | Zog | 2018-02-23 12:31:14 +0100 | 
|---|---|---|
| committer | Zog | 2018-02-23 12:31:14 +0100 | 
| commit | 0091a163232e901b105c930853731a8d294954fb (patch) | |
| tree | 5c044b277e16d0a5c0f185b04f00310448bad8dc /app/assets | |
| parent | 7e3065d47441f3e4fc41678a80737eef12c50c84 (diff) | |
| download | chouette-core-0091a163232e901b105c930853731a8d294954fb.tar.bz2 | |
Refs #5982; Show error in VJ creation modal when no JP is selected
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/components/_modals.sass | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/components/_modals.sass b/app/assets/stylesheets/components/_modals.sass index e52a2e125..14b783c51 100644 --- a/app/assets/stylesheets/components/_modals.sass +++ b/app/assets/stylesheets/components/_modals.sass @@ -50,3 +50,9 @@ $modalW: 600px      .modal-footer        border-color: rgba($blue, 0.25)        padding: 15px 30px + +    .has-error .form-group +      margin-bottom: -10px + +    .form-group +      margin-bottom: 25px | 
