diff options
| author | jpl | 2017-02-09 18:35:36 +0100 |
|---|---|---|
| committer | jpl | 2017-02-09 18:35:36 +0100 |
| commit | d1a48acb0652c89ad2393820eb1dd8dbfe417443 (patch) | |
| tree | 32fe245eb16c3f0c00d5e58a4e51d8e896d73fc6 | |
| parent | 2d2ced7d3e359b16124706bb275789babb56e35e (diff) | |
| download | chouette-core-d1a48acb0652c89ad2393820eb1dd8dbfe417443.tar.bz2 | |
updating input date styles
| -rw-r--r-- | app/assets/stylesheets/components/_forms.sass | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/_forms.sass b/app/assets/stylesheets/components/_forms.sass index 0f4f80db9..bf2bf30a2 100644 --- a/app/assets/stylesheets/components/_forms.sass +++ b/app/assets/stylesheets/components/_forms.sass @@ -297,3 +297,32 @@ $cbx-size: 20px &[type='checkbox']:checked + span:before background-color: $blue + +// Form group date +.form-group.date + .form-inline + letter-spacing: -0.31em + text-rendering: optimizespeed + font-weight: 300 + + select.date + display: inline-block + letter-spacing: normal + word-spacing: normal + text-rendering: auto + vertical-align: middle + border-radius: 0 + border-right: none + border-left: none + + &:first-child + border-top-left-radius: 4px + border-bottom-left-radius: 4px + border-left: 1px solid #ccc + border-right: 1px dashed #ccc + + &:last-child + border-top-right-radius: 4px + border-bottom-right-radius: 4px + border-right: 1px solid #ccc + border-left: 1px dashed #ccc |
