scrivito_tabbed_content_widget 0.66.0 → 0.70.0

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: 55058f51ec19de65444df2fc0d5a3c7d47275658
4
- data.tar.gz: 80ea2c7bd0e343ff515f236d41c2d778267237d4
3
+ metadata.gz: 51389c2ebdd4cac10dc664c6cbd83c76f50c779c
4
+ data.tar.gz: dc102e83a34acb4d3eaf49238c497344f2482cc0
5
5
  SHA512:
6
- metadata.gz: 1cc0a60c5eea66baeb32d7253afbff0cd017d3da05e8331519026492948912ba726f28c3a1cd1e186db669085403ba453c9a4167b53f9f10f0a75ad74039d0e5
7
- data.tar.gz: ea41f2c9a3b658db917ae5dc060dc81438aa9f35db9d2549af4b360f69bddb81146726050a4e47fd3f4e495915066786d16a29652f523d08874d56681cf0232d
6
+ metadata.gz: 9f2ca1a25ecc5a93d9f877d418adb614b098dbbe8b60589027d73c4d05a7b6279d67b3d065f124f3e4e0cba272fe68e2825cda42815efccb7223b0169823bf4d
7
+ data.tar.gz: d3d2cd719eda6342f8d311dcc15f8a8fbafdb5441d03df53f401d00c7134e53ffae7c105056db88fe4ce48e8f090b9b49cbed87d1cbef801e9929bbc56b63d42
@@ -1,29 +1,41 @@
1
- .scrivito-tab-group .scrivito-tab-titles {
2
- overflow: hidden;
1
+ .scrivito-tab-group .scrivito-tab-titles:before,
2
+ .scrivito-tab-group .scrivito-tab-titles:after {
3
+ content: " ";
4
+ display: table;
5
+ }
6
+ .scrivito-tab-group .scrivito-tab-titles:after {
7
+ clear: both;
3
8
  }
4
9
 
5
10
  .scrivito-tab-group .scrivito-tab-titles .scrivito-tab-title {
6
11
  float: left;
7
- padding: 10px 50px;
8
- background: #eee;
12
+ padding: 10px 20px;
13
+ background: transparent;
9
14
  cursor: pointer;
15
+ margin-right: 2px;
10
16
  }
11
17
 
12
18
  .scrivito-tab-group .scrivito-tab-titles .scrivito-tab-title:hover {
13
- background: #ccc;
19
+ background: whitesmoke;
14
20
  }
15
21
 
16
22
  .scrivito-tab-group .scrivito-tab-titles .scrivito-tab-title.scrivito-tab-active {
17
- background: #ddd;
23
+ background: #fff;
24
+ box-shadow: -2px -2px 5px -2px rgba(0,0,0,0.1),2px -2px 5px -2px rgba(0,0,0,0.1);
18
25
  }
19
26
 
20
- .scrivito-tab-group .scrivito-tab-contents .scrivito-tab-content {
21
- display: none;
27
+ .scrivito-tab-group .scrivito-tab-contents {
28
+ background-color: #fff;
29
+ box-shadow: 0 0 5px rgba(0,0,0,0.1);
22
30
  min-height: 100px!important;
23
- padding: 10px;
31
+ padding: 20px;
24
32
  width: 100%;
25
33
  }
26
34
 
35
+ .scrivito-tab-group .scrivito-tab-contents .scrivito-tab-content {
36
+ display: none;
37
+ }
38
+
27
39
  .scrivito-tab-group .scrivito-tab-contents .scrivito-tab-content.scrivito-tab-active {
28
40
  display: block;
29
41
  }
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTabbedContentWidget
2
- VERSION = "0.66.0"
2
+ VERSION = "0.70.0"
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.66.0
4
+ version: 0.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: scrivito