scrivito_icon_box_widget 1.2.1 → 1.2.2

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: d21388c61ad2e989cc99ba056d77f12c12272589
4
- data.tar.gz: fa183d4e58556be4687dae4c926783e5125d79e9
3
+ metadata.gz: c8a11bf1ed40a39c3522ecbf03e948cb66691069
4
+ data.tar.gz: 7e2452aa9c9e433c621f78e786e802216afa4c2c
5
5
  SHA512:
6
- metadata.gz: e36a657072263a47062aff37095e5d0b3dc02f1297ccc76b4f3849aef3115aca4994567d999c506e4ec7f0d706cf57de2faaf19b8dde266c553e88b52731dbf6
7
- data.tar.gz: 61e5df9162f9c13dd326b3565aa6490b984faf60b10e36d6238f485f985f124f9848c63b852c70d1828ee39fe169e02bc0b802972807bb58bdea96536c51f51e
6
+ metadata.gz: 66925f4d4d09da9a39d26932874a1742eaf5776895caacd8784de969f03b728e52f618e48af79b30efd6b08f4abd6484a35b336ceb43a54bb379f50afdbeaef9
7
+ data.tar.gz: ae91f6d4337035f3342f0379365270935fa5c7084b5623c32160e823e52980063548c314b764baa69348b8549795d71b81e2c2d57e9b001ee4cf03b471375840
@@ -20,12 +20,13 @@
20
20
  text-align: center;
21
21
  }
22
22
 
23
- .scrivito_dialog .icon-select .toggle_button_list .scrivito-toggle-button {
23
+ .scrivito_dialog .icon-select .scrivito_enum_editor li {
24
24
  padding: 6px 18px;
25
25
  font-size: 10px;
26
26
  line-height: 10px;
27
27
  width: 81px;
28
28
  height: 51px;
29
+ text-align: center;
29
30
  .fa {
30
31
  font-size: 20px;
31
32
  display: block;
@@ -1,5 +1,5 @@
1
1
  <div class="icon-select">
2
- <%= scrivito_tag(:div, widget, attribute, data: {toggle_button_list: IconBoxWidget.icons, toggle_button_caption: IconBoxWidget.caption}) %>
2
+ <%= scrivito_tag(:div, widget, attribute, data: {toggle_button_list: IconBoxWidget.icons, toggle_button_caption: IconBoxWidget.caption, scrivito_toggle_button_enable: false}) %>
3
3
  </div>
4
4
  <hr />
5
5
  <h4>Icon not in List</h4>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoIconBoxWidget
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_icon_box_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-24 00:00:00.000000000 Z
11
+ date: 2016-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler