diff options
| author | teddywing | 2018-03-02 17:18:58 +0100 |
|---|---|---|
| committer | GitHub | 2018-03-02 17:18:58 +0100 |
| commit | 79ea2558afd9930afcee4378326f14b7c2adaecf (patch) | |
| tree | 215a3d6bc766e4474f83c3f12332af8983b1d688 /app/assets | |
| parent | 0167831148ef5f60f27e9bd7e2d6bfaab33e87c6 (diff) | |
| parent | 0091a163232e901b105c930853731a8d294954fb (diff) | |
| download | chouette-core-79ea2558afd9930afcee4378326f14b7c2adaecf.tar.bz2 | |
Merge pull request #337 from af83/5982-add-error-message-on-vj-creation-modal
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 |
