scrivito_tabbed_content_widget 0.70.0 → 0.70.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51389c2ebdd4cac10dc664c6cbd83c76f50c779c
4
- data.tar.gz: dc102e83a34acb4d3eaf49238c497344f2482cc0
3
+ metadata.gz: 7cdc32b392f09ada3cd878a21f8e63fd9be34b38
4
+ data.tar.gz: 9332cfb6c3c1ca5d142a4c0dc33d6ec5d3a51f6b
5
5
  SHA512:
6
- metadata.gz: 9f2ca1a25ecc5a93d9f877d418adb614b098dbbe8b60589027d73c4d05a7b6279d67b3d065f124f3e4e0cba272fe68e2825cda42815efccb7223b0169823bf4d
7
- data.tar.gz: d3d2cd719eda6342f8d311dcc15f8a8fbafdb5441d03df53f401d00c7134e53ffae7c105056db88fe4ce48e8f090b9b49cbed87d1cbef801e9929bbc56b63d42
6
+ metadata.gz: 0a0401b009163d51af7c44ff6994bccbb83a8b1043b19f501de195472ea559d45737e8c8bcd4fe928a951bc4687868cbe76104437dd65c945c7329ceaa2bbe51
7
+ data.tar.gz: 2b36649bd1febc36cffd7f165746aade197c532e4a0bc556458841e0cd9cd628774b40739ae2de55302321eeff1c64b25105808f6a606d8b6e77cb95f6c45d31
@@ -28,12 +28,12 @@
28
28
  background-color: #fff;
29
29
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
30
30
  min-height: 100px!important;
31
- padding: 20px;
32
31
  width: 100%;
33
32
  }
34
33
 
35
34
  .scrivito-tab-group .scrivito-tab-contents .scrivito-tab-content {
36
35
  display: none;
36
+ padding: 20px;
37
37
  }
38
38
 
39
39
  .scrivito-tab-group .scrivito-tab-contents .scrivito-tab-content.scrivito-tab-active {
@@ -1,5 +1,5 @@
1
1
  <div class="scrivito-title-details">
2
- <%= scrivito_tag :h4, widget, :title %>
2
+ <%= scrivito_tag :div, widget, :title %>
3
3
  <%= link_to '(details)', '#', 'data-scrivito-toggle-details' => widget.id %>
4
4
  <div class="scrivito-details-<%= widget.id %>">
5
5
  <div>
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
  <div class="scrivito-tab-contents">
10
10
  <% widget.tabs.each_with_index do |tab, i| %>
11
- <%= scrivito_tag :div, tab, :content, class: "scrivito-tab-content #{'scrivito-tab-active' if i == 0}" %>
11
+ <%= scrivito_tag :div, tab, :content, class: "#{tab.background_color} scrivito-tab-content #{'scrivito-tab-active' if i == 0}" %>
12
12
  <% end %>
13
13
  </div>
14
14
  </div>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTabbedContentWidget
2
- VERSION = "0.70.0"
2
+ VERSION = "0.70.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_tabbed_content_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.70.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-11 00:00:00.000000000 Z
11
+ date: 2015-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: scrivito