effective_bootstrap 0.9.29 → 0.9.30

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
  SHA256:
3
- metadata.gz: c7962cda76a99f9a2af980a67a9f876223b722d83ecafee967bc15cbd3da22a2
4
- data.tar.gz: 7adf1ba3532157b54039e67a6faeb2675a5f6826c88271a0597aca25dfb121d7
3
+ metadata.gz: '095e073793d717bae9141cf1d1bfab71c74411c9621d36c641c5876f3464b7dc'
4
+ data.tar.gz: 15f036671e9f8db3459c826a200504349672693200612b89b79368d424b1939c
5
5
  SHA512:
6
- metadata.gz: '079863a2874583e9d3080aea824fd847e1026c0d7c7ac6591a13a6b7927633e25c4f5ada8278d0aed219facebff6901ab06498d7c34794d256300701fb5b8e9e'
7
- data.tar.gz: 352ccfac174eb0fed1f10627a881407e9f9f331a23968c72a259dac329e4abe46521588cb5aa0d40a4b280e86a2fcdaab0b9f8e84024a8f196eb5c701c24a877
6
+ metadata.gz: 64a5a898279bf964b35182a13a3b4193804267f12deaa4194b595b1d45882c048668ae006a65427feb7fcd90c9a3eeeb3215a39df728508466f3dabbbb9dfac5
7
+ data.tar.gz: d384087e1ddc439cf9e1e1aebb60db28678384d0c1631cb8a2b34893c97ddb6250a9a8682067b23136909b5a183dc7b520d0ae8897c449fe66fca3a6c3a6ba09
@@ -0,0 +1,3 @@
1
+ // Styles for the article editor iframe body content
2
+ // This file is included by the article editor iframe.
3
+ body { padding-top: 0px !important; }
@@ -1 +1,3 @@
1
- @import 'overrides';
1
+ // Styles for the article editor look and feel
2
+ // Use this to customize the textarea input, toolbar, etc
3
+ // Does not affect the article editor iframe contents
@@ -1,5 +1,6 @@
1
1
  @import 'effective_bootstrap/base';
2
2
 
3
+ @import 'effective_article_editor/input';
3
4
  @import 'effective_checks/input';
4
5
  @import 'effective_datetime/input';
5
6
  @import 'effective_file/input';
@@ -1 +1 @@
1
- @import 'effective_article_editor/input';
1
+ @import 'effective_article_editor/content';
@@ -1,3 +1,3 @@
1
1
  module EffectiveBootstrap
2
- VERSION = '0.9.29'.freeze
2
+ VERSION = '0.9.30'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.29
4
+ version: 0.9.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
@@ -611,8 +611,8 @@ files:
611
611
  - app/assets/javascripts/moment/locale/zh-hk.js
612
612
  - app/assets/javascripts/moment/locale/zh-tw.js
613
613
  - app/assets/javascripts/moment/moment.js
614
+ - app/assets/stylesheets/effective_article_editor/content.scss
614
615
  - app/assets/stylesheets/effective_article_editor/input.scss
615
- - app/assets/stylesheets/effective_article_editor/overrides.scss
616
616
  - app/assets/stylesheets/effective_bootstrap.scss
617
617
  - app/assets/stylesheets/effective_bootstrap/base.scss
618
618
  - app/assets/stylesheets/effective_bootstrap/forms.scss
@@ -1 +0,0 @@
1
- body { padding-top: 0px !important; }