diff options
| author | Michel Etienne | 2014-11-14 13:35:28 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-11-14 13:35:28 +0100 |
| commit | cfec11ab499155df5c2b86dba046f5f5811801b9 (patch) | |
| tree | b83f28f72aae6941a78e5d081b667229579d42f6 /app | |
| parent | f009c261ee551c60a8f3ec5ac54054ae6edc6b1f (diff) | |
| parent | 40ce5ebfe44178b04ee2175c7a8bdff46564df76 (diff) | |
| download | chouette-core-cfec11ab499155df5c2b86dba046f5f5811801b9.tar.bz2 | |
merge V2_5
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/stylesheets/vendor/formtastic_changes.css.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/vendor/formtastic_changes.css.scss b/app/assets/stylesheets/vendor/formtastic_changes.css.scss index 8de2a9bd1..d64d6925f 100644 --- a/app/assets/stylesheets/vendor/formtastic_changes.css.scss +++ b/app/assets/stylesheets/vendor/formtastic_changes.css.scss @@ -23,6 +23,16 @@ font-size: 14px; } } + + .choices legend.label label{ + @extend .label; + font-size: 14px !important; + width: 100% !important; + } + + .choice label input{ + margin: 0px 0px 0px -20px !important; + } .token-input-list { display: inline-block; |
