From 97ca402d5a6b6e3c175a42165027c8e5fafc444b Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Fri, 14 Nov 2014 10:33:41 +0100 Subject: Fix css for radio button in import and export --- app/assets/stylesheets/vendor/formtastic_changes.css.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; -- cgit v1.2.3 From 40ce5ebfe44178b04ee2175c7a8bdff46564df76 Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Fri, 14 Nov 2014 11:11:11 +0100 Subject: set ninoxe as gem 1.1.0 --- Gemfile | 4 ++-- Gemfile.lock | 26 ++++++++++---------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 0af970b6c..46fc73fd4 100644 --- a/Gemfile +++ b/Gemfile @@ -74,9 +74,9 @@ gem 'google-analytics-rails' gem 'will_paginate', '~> 3.0' gem 'ransack' gem 'squeel' -gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git', :branch => :sismo +#gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git', :branch => :sismo #gem 'ninoxe',:path => '~/workspace/chouette/ninoxe' -#gem 'ninoxe', '~> 1.0.3' +gem 'ninoxe', '~> 1.1.0' gem 'acts_as_list', '0.1.6' gem "acts_as_tree-1.8", '1.1.0', :require => "acts_as_tree" diff --git a/Gemfile.lock b/Gemfile.lock index 47272cc14..78128d3d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,3 @@ -GIT - remote: https://github.com/afimb/ninoxe.git - revision: 9a9563cc869e0353d6b073ce5aacc3d07a7217c0 - branch: sismo - specs: - ninoxe (1.1.0) - activerecord (~> 3.2.13) - acts-as-taggable-on (>= 3) - acts_as_list (>= 0.1.6) - acts_as_tree (>= 1.1.0) - deep_cloneable (~> 2.0.0) - foreigner (= 1.6.0) - georuby-ext (= 0.0.5) - GEM remote: http://rubygems.org/ remote: https://rails-assets.org/ @@ -212,6 +198,14 @@ GEM net-ssh (2.6.2) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) + ninoxe (1.1.0) + activerecord (~> 3.2.13) + acts-as-taggable-on (>= 3) + acts_as_list (>= 0.1.6) + acts_as_tree (>= 1.1.0) + deep_cloneable (~> 2.0.0) + foreigner (= 1.6.0) + georuby-ext (= 0.0.5) nokogiri (1.5.10) nokogiri (1.5.10-java) open4 (1.3.0) @@ -354,7 +348,7 @@ GEM treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.41) + tzinfo (0.3.42) uglifier (1.2.7) execjs (>= 0.3.0) multi_json (~> 1.3) @@ -417,7 +411,7 @@ DEPENDENCIES map_layers (= 0.0.4) modernizr-rails (~> 2.0.6) morrisjs-rails - ninoxe! + ninoxe (~> 1.1.0) pg (~> 0.11.0) rabl rails (= 3.2.18) -- cgit v1.2.3