diff options
| author | jpl | 2017-03-17 10:56:13 +0100 |
|---|---|---|
| committer | jpl | 2017-03-17 10:56:13 +0100 |
| commit | 085c1271814a01a87c8f3367e45c200766dc8738 (patch) | |
| tree | f37f39ff7fc9d02134ac7db18714cb211a64370e /app/assets | |
| parent | e9fcdfcfad70b8d54b55a2e33c3bb24c9fe7bf19 (diff) | |
| download | chouette-core-085c1271814a01a87c8f3367e45c200766dc8738.tar.bz2 | |
Fix search_bar styles regression
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/components/_forms.sass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/_forms.sass b/app/assets/stylesheets/components/_forms.sass index 7c2638e79..9ee7e85ce 100644 --- a/app/assets/stylesheets/components/_forms.sass +++ b/app/assets/stylesheets/components/_forms.sass @@ -362,6 +362,12 @@ table, .table vertical-align: top padding: 7px 15px + > .search_bar + padding-right: 50% + + .input-group-btn + right: 50% + > .form-group, > div > .form-group display: inline-block vertical-align: top |
