aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2014-11-14 10:33:41 +0100
committerLuc Donnet2014-11-14 10:33:41 +0100
commit97ca402d5a6b6e3c175a42165027c8e5fafc444b (patch)
tree2aabb186b990f8072ed328670734c1d21c53b7d4
parentfbd4c5a9de723136d78c1e8cd37598fc465f1be4 (diff)
downloadchouette-core-97ca402d5a6b6e3c175a42165027c8e5fafc444b.tar.bz2
Fix css for radio button in import and export
-rw-r--r--app/assets/stylesheets/vendor/formtastic_changes.css.scss10
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;