scrivito_icon_box_widget 1.1.7 → 1.1.8

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: b314b6252330847e606c79b428230f4b227d7e5f
4
- data.tar.gz: 10ff19ba70761679a7f297b5f89c72d4cd10263c
3
+ metadata.gz: 082e96e4d0df6bef19f67a6fc5d689e49964b530
4
+ data.tar.gz: 0beb69383e862a1b634e1e4a3e504f94d632ba9d
5
5
  SHA512:
6
- metadata.gz: 7acd511545facc9089a18bcc6cafebb46d520df4ebe0b38d0584b8b0c9cb5afc22bdc1d10a0b9ad2c16cd8a8676a902204eeddf8b7c9a0d3e5be3896a5fd77dc
7
- data.tar.gz: 22288a84c1478e9b22e6c6e7164c41125addf9d389c80d91640654d32148a1430d3ff1f2045489ea57ec3a6279429c6a9e76fffccbd49fdd84d40d20b3d98612
6
+ metadata.gz: d6d2053037d2f8878326fb65cfa6d051a92c92fe83f8399372b7861703f51f4c96d3990ca582586b9065698168e09bb3b6824ec1521612ca3d2330cbdcd5ab02
7
+ data.tar.gz: f0a6ce15e1456cda0526d99ab90ad4cb15ad3f88811cdf43d9cb640a3e9c70f2a2b094144ba8eefabe422abe9e0fd42f0b47cc8828f54e8eeeca2500a2b8750c
@@ -1,34 +1,47 @@
1
1
  /* background colors */
2
+ .scrivito-icon-box.square,
3
+ .scrivito-icon-box.cricle {
4
+ border: 3px solid transparent;
5
+ }
6
+
2
7
  .transparent {
3
8
  background-color: transparent !important;
9
+ border-color: transparent !important;
4
10
  }
5
11
 
6
12
  .black {
7
13
  background-color: #33312d !important;
14
+ border-color: #33312d !important;
8
15
  }
9
16
 
10
17
  .gray {
11
18
  background-color: #a0a0a0 !important;
19
+ border-color: #a0a0a0 !important;
12
20
  }
13
21
 
14
22
  .light-gray {
15
23
  background-color: #eee !important;
24
+ border-color: #eee !important;
16
25
  }
17
26
 
18
27
  .red {
19
28
  background-color: #c5463f !important;
29
+ border-color: #c5463f !important;
20
30
  }
21
31
 
22
32
  .green {
23
33
  background-color: #439439 !important;
34
+ border-color: #439439 !important;
24
35
  }
25
36
 
26
37
  .blue {
27
38
  background-color: #3f86ac !important;
39
+ border-color: #3f86ac !important;
28
40
  }
29
41
 
30
42
  .yellow {
31
43
  background-color: #e1d00e !important;
44
+ border-color: #e1d00e !important;
32
45
  }
33
46
 
34
47
  /* icon colors */
@@ -4,5 +4,8 @@
4
4
  end
5
5
  end %>
6
6
 
7
- <h4>Select Icon not in List <abbr title="You can select an icon out of over 500. Look for font-awesome" class="initialism"></abbr></h4>
7
+ <h4>Icon not in List</h4>
8
+ <div class="alert alert-info">
9
+ If the list does not contain an icon for your need, look at <a href="https://fortawesome.github.io/Font-Awesome/icons/" target="_blank">fontawesome webpage</a>. There are more then 500 icons that ca be used. Write the name of the icon with out fa- in the field. For Exeample: <stong>car</stong> instead of <i>fa-car</i>.
10
+ </div>
8
11
  <%= scrivito_tag :div, widget, :icon %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoIconBoxWidget
2
- VERSION = "1.1.7"
2
+ VERSION = "1.1.8"
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.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-21 00:00:00.000000000 Z
11
+ date: 2015-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler