effective_bootstrap 0.0.23 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54d0da3ac1f1994f81809134a5a674cc228f879d
4
- data.tar.gz: 489dacdebd41dc48a2c0fc89a3b75d5b64619e60
3
+ metadata.gz: 8eb51867219dc8f1e8fd1be28821e3537ab697a0
4
+ data.tar.gz: 9c2b9ffb8e4fb477c8717dd4e65eff4e36e58da7
5
5
  SHA512:
6
- metadata.gz: d5b358d3e8a1fd3c440442e8577144616453c139507c974eadbcc9f1daa89b8c255e5d96de549514e4f54fd41ae489c730a5e84aca4ecd2bf50e79c80d917b91
7
- data.tar.gz: 69682b98cfe9098793fb93121a6856434453de45e25d5a1f5a687aa971ecd55344d1bfae8a782b0c4e9a66e1d482d9d30e763304f35d9e2f08caabcc72be9f63
6
+ metadata.gz: 641c9c543babf5ddd5eb34f8260572e9f27dae1db9df2a6ad19a4db854557ff0f7d630437fe479d553438789021fd765135c201c201c9111d82e1938748ee813
7
+ data.tar.gz: 4be39fce70d005a6853d0f90a8bcc4382d371042ac4e270b6189b7edc5adbf1b9380824d92e0721342a0fe1c6bc00e10317f5167df6bebeda40b7d21d75582c6
@@ -1,5 +1,6 @@
1
1
  @import 'effective_bootstrap/base';
2
2
 
3
+ @import 'effective_checks/input';
3
4
  @import 'effective_datetime/input';
4
5
  @import 'effective_date/input';
5
6
  @import 'effective_time/input';
@@ -0,0 +1,8 @@
1
+ .effective-checks {}
2
+
3
+ .effective-checks-actions {
4
+ font-size: 0.75rem;
5
+ margin: 0.25rem 0;
6
+
7
+ a { padding: 0.25rem 0; }
8
+ }
@@ -3,10 +3,6 @@ div.btn-group > .btn.first-button {
3
3
  border-bottom-left-radius: 0.25rem;
4
4
  }
5
5
 
6
- .effective-radios {
7
- white-space: nowrap;
8
- }
9
-
10
6
  .effective-radios.is-valid {
11
7
  label { border-color: #28a745; }
12
8
  .valid-feedback { display: block; }
@@ -49,8 +49,8 @@ module Effective
49
49
  text = (options[:label].delete(:text) || (object.class.human_attribute_name(name) if object) || BLANK).html_safe
50
50
 
51
51
  content_tag((inline? ? :label : :legend), options[:label]) do
52
- text + content_tag(:small, class: 'effective-checks-actions text-muted ml-1') do
53
- link_to('All', '#', 'data-effective-checks-all': true) + ' - ' + link_to('None', '#', 'data-effective-checks-none': true)
52
+ text + content_tag(:div, class: 'effective-checks-actions text-muted') do
53
+ link_to('Select All', '#', 'data-effective-checks-all': true) + ' - ' + link_to('Select None', '#', 'data-effective-checks-none': true)
54
54
  end
55
55
  end
56
56
  end
@@ -1,3 +1,3 @@
1
1
  module EffectiveBootstrap
2
- VERSION = '0.0.23'.freeze
2
+ VERSION = '0.0.24'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-20 00:00:00.000000000 Z
11
+ date: 2018-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -405,6 +405,7 @@ files:
405
405
  - app/assets/stylesheets/effective_bootstrap/forms.scss
406
406
  - app/assets/stylesheets/effective_bootstrap/icons.scss
407
407
  - app/assets/stylesheets/effective_bootstrap/overrides.scss
408
+ - app/assets/stylesheets/effective_checks/input.scss
408
409
  - app/assets/stylesheets/effective_date/input.scss
409
410
  - app/assets/stylesheets/effective_datetime/bootstrap-datetimepicker.scss
410
411
  - app/assets/stylesheets/effective_datetime/input.scss