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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8a11bf1ed40a39c3522ecbf03e948cb66691069
|
|
4
|
+
data.tar.gz: 7e2452aa9c9e433c621f78e786e802216afa4c2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 .
|
|
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>
|
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.
|
|
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-
|
|
11
|
+
date: 2016-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|