active_frontend 12.1.15 → 12.1.16

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: fec45c0e32a9ee5bf2778a60553e586a746d042d
4
- data.tar.gz: 3f36a3e7a32497c98b8791c5d43f7ae58ad84d1d
3
+ metadata.gz: 82c1dd3166911968b9c17e332576af46530f2700
4
+ data.tar.gz: fed1479788ea0813f2cc8736daddb4c3d18d50fc
5
5
  SHA512:
6
- metadata.gz: 27805e7f818a861496534edf211c258f2bc24fc587a419628d5786b90731bd7496ef3f7725042c05ca03f1e2563725fbb576b1e84fc0cbf0618d8baf72f42ab4
7
- data.tar.gz: 4e90451f919bdcb7835f6c40a3716f81d3356090090839b8284c761db3657c3928874e05bff7ca8e74191823232ab74b500625a494edf51bea474c9b8599e3a5
6
+ metadata.gz: d5c46ba60a50c682a7a77c6939b98c4a6b51ec1dfe71863ba9921ae1fb3734cb94ffd456570b034f5a270dc5502ee594188ff46b60b013356017c7709793bd81
7
+ data.tar.gz: fd3a3cfc807db1816cb9d6c651d442fba192ef1667dfe9b9ae80f0818fdbdfff7881c5c82fd7320b0f1d3f8f1b7c215fa33b0168a152060a7a94721c2ba4a3c5
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.15"
2
+ VERSION = "12.1.16"
3
3
  end
@@ -28,7 +28,8 @@
28
28
  }
29
29
  .header-brand > a > img {
30
30
  border-radius: 0;
31
- height: 36px;
31
+ padding-top: 7px;
32
+ height: 22px;
32
33
  }
33
34
  .header-search {
34
35
  float: left;
@@ -272,7 +273,9 @@
272
273
  height: 50px;
273
274
  padding: 0;
274
275
  }
275
- .header-brand { margin-top: 5px; }
276
+ .header-brand { margin-top: 8px; }
277
+ .header-brand > a { font-size: 30px; }
278
+ .header-brand > a > img { padding-top: 8px; }
276
279
  .header-toggle { display: block; }
277
280
  }
278
281
  @media
@@ -47,6 +47,13 @@
47
47
  text-indent: 0;
48
48
  vertical-align: middle;
49
49
  }
50
+ .sidebar-title img {
51
+ border-radius: 0;
52
+ margin: 0 auto;
53
+ padding-top: 5px;
54
+ width: 80%;
55
+ vertical-align: middle;
56
+ }
50
57
  .sidebar-header {
51
58
  border-bottom: 1px solid;
52
59
  border-color: inherit;
@@ -172,8 +179,8 @@
172
179
  padding: 10px;
173
180
  }
174
181
  .sidebar-content-with-title { height: calc(100% - 91px); }
175
- .sidebar-content-with-footer { height: calc(100% - 122px); }
176
- .sidebar-content-with-title-and-footer { height: calc(100% - 61px); }
182
+ .sidebar-content-with-footer { height: calc(100% - 61px); }
183
+ .sidebar-content-with-title-and-footer { height: calc(100% - 122px); }
177
184
  .sidebar-content-unpadded { padding: 0; }
178
185
  .sidebar-scrollable {
179
186
  border-bottom: 1px solid;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.15
4
+ version: 12.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez