active_frontend 12.4.22 → 12.4.23

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: 1552c25286de12a04fd1c48415186591be2101ac
4
- data.tar.gz: 0eb53f6c775180349583aadf2cba1d4c025022ef
3
+ metadata.gz: 2152e3c457bd83905af9cf3160d49b1b6638e102
4
+ data.tar.gz: 8d2a267be732913cd61513a0efe8b32619ee1032
5
5
  SHA512:
6
- metadata.gz: 71c2e0d95dd54a96868b9b2bc786b0b467942cccef643abb0dc222a90cd1674b87fc9e4f0fe046f93ffb1651fb9a567899735bf4f43f167660a192de48ee9d9e
7
- data.tar.gz: 339350907c9da07843ffb057f2370272d8cf9297f82cca66a4aeb3a616755281f414c0f742e230b7535edf8ef1c2c6f422cf7037e005b58f75294d9951e05fe9
6
+ metadata.gz: fd3b74d186045220389c7a067b66ec58fdc0ee31e9233cb0647969ffe5993a766fd7ea00ed88ab07ba7dfcbb26144a218384ffb7ec368a9fc1d52d41f07dfa5f
7
+ data.tar.gz: 1bf6b367bca23eb3dbb8cdb73e02b13ab0263b9a518b6b3d160bebfa6499d2a8a2e86c7c8ef5c6fef1d3d41ba99865928a59f7cd0a0f427ecdbc61c5538195df
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.22"
2
+ VERSION = "12.4.23"
3
3
  end
@@ -63,30 +63,30 @@
63
63
  .canvas-section-with-header,
64
64
  .canvas-section-with-header-and-footer { margin-top: 60px; }
65
65
  .canvas-section-with-header-and-subheader,
66
- .canvas-section-with-header-and-subheader-and-footer { margin-top: 100px; }
66
+ .canvas-section-with-header-and-subheader-and-footer { margin-top: 102px; }
67
67
  .canvas-section-with-header {
68
68
  min-height: calc(100% - 60px) !important;
69
69
  height: calc(100% - 60px) !important;
70
70
  }
71
71
  .canvas-section-with-header-and-subheader {
72
- min-height: calc(100% - 100px) !important;
73
- height: calc(100% - 100px) !important;
72
+ min-height: calc(100% - 102px) !important;
73
+ height: calc(100% - 102px) !important;
74
74
  }
75
75
  .canvas-section-with-header-and-footer {
76
76
  min-height: calc(100% - 90px) !important;
77
77
  height: calc(100% - 90px) !important;
78
78
  }
79
79
  .canvas-section-with-header-and-subheader-and-footer {
80
- min-height: calc(100% - 130px) !important;
81
- height: calc(100% - 130px) !important;
80
+ min-height: calc(100% - 132px) !important;
81
+ height: calc(100% - 132px) !important;
82
82
  }
83
83
  .canvas-section-with-footer {
84
84
  min-height: calc(100% - 30px) !important;
85
85
  height: calc(100% - 30px) !important;
86
86
  }
87
87
  .canvas-section-with-subheader-and-footer {
88
- min-height: calc(100% - 70px) !important;
89
- height: calc(100% - 70px) !important;
88
+ min-height: calc(100% - 72px) !important;
89
+ height: calc(100% - 72px) !important;
90
90
  }
91
91
 
92
92
  /* # Media Queries
@@ -150,6 +150,7 @@
150
150
  .canvas-toolbar { display: none; }
151
151
  .canvas-content-with-sidebar,
152
152
  .canvas-content-with-toolbar,
153
+ .canvas-content-with-dual-toolbar,
153
154
  .canvas-content-with-sidebar-and-toolbar,
154
155
  .canvas-content-with-sidebar-and-dual-toolbar {
155
156
  max-width: 100%;
@@ -13,7 +13,7 @@
13
13
  border-color: $color-haze;
14
14
  box-sizing: border-box;
15
15
  color: inherit;
16
- height: 40px;
16
+ height: 42px;
17
17
  min-width: 100%;
18
18
  width: 100%;
19
19
  }
@@ -45,8 +45,8 @@
45
45
  border-bottom: 4px solid $color-transparent;
46
46
  box-sizing: border-box;
47
47
  display: block;
48
- height: 40px;
49
- padding: 14px 20px 10px 20px;
48
+ height: 42px;
49
+ padding: 15px 20px 11px 20px;
50
50
  min-width: 160px;
51
51
  text-align: center;
52
52
  }
@@ -179,7 +179,7 @@
179
179
  border-color: inherit;
180
180
  padding: 10px;
181
181
  }
182
- .subheader-btn-group { margin-top: 8px; }
182
+ .subheader-btn-group { margin-top: 9px; }
183
183
 
184
184
  /* # Styles
185
185
  ================================================== */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.4.22
4
+ version: 12.4.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-03 00:00:00.000000000 Z
11
+ date: 2016-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails