diff options
| author | Luc Donnet | 2014-11-14 10:33:41 +0100 |
|---|---|---|
| committer | Luc Donnet | 2014-11-14 10:33:41 +0100 |
| commit | 97ca402d5a6b6e3c175a42165027c8e5fafc444b (patch) | |
| tree | 2aabb186b990f8072ed328670734c1d21c53b7d4 | |
| parent | fbd4c5a9de723136d78c1e8cd37598fc465f1be4 (diff) | |
| download | chouette-core-97ca402d5a6b6e3c175a42165027c8e5fafc444b.tar.bz2 | |
Fix css for radio button in import and export
| -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; |
