active_frontend 2.0.3 → 2.0.4

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: 3f067ec01d3c3dd6a6611e30019bc91d23e13cb3
4
- data.tar.gz: 9eaac4f2e5cca6534c292b1e728a27afc4b2852f
3
+ metadata.gz: ee16bdfc52ef99e66fca098f946049afd679f969
4
+ data.tar.gz: 82e1b8585ac010bea098c940e6cdd4eedb763f33
5
5
  SHA512:
6
- metadata.gz: 361fe951ce0a26b03064595c8a6af21b27658ebe8dd66ffc72f52a8ca4398ab074f954478cc1589c1d585078300a7306978cea6b9d7694136c45dc612061e649
7
- data.tar.gz: dee49f37aea46fb5b3abf90ba90c961072f13d3955a9008f80d7cdf0d4d55144214d52a2b48ffbcf7454f6d371f383b9e3e9492c18863feb6b52f6a8d452fb5b
6
+ metadata.gz: 5d6243e60ccf82772a358e79b3f0df8ccbb0ff34ee727a4334c35f661cf3143b4ae9e9e4becccd28212e95c49f6839aaa5e78f1ca5cbca2d210f518ec4acffad
7
+ data.tar.gz: 62bbc13720f3e10b0fd890ab670890e0db900810372a68183c0e47f426e96f1c725757b0d17df8b193d734b529619c420809501999515e3dd1edee3f5f1a01ab
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
@@ -30,8 +30,8 @@
30
30
  text-decoration: none;
31
31
  }
32
32
  .header-brand > a > img {
33
- margin-top: 7px;
34
- height: 44px;
33
+ border-radius: 0;
34
+ height: 80px;
35
35
  }
36
36
  .header-trunk {
37
37
  float: left;
@@ -166,6 +166,7 @@
166
166
  ================================================== */
167
167
  .header-app { height: 60px; }
168
168
  .header-app .header-brand > a { line-height: 67px; }
169
+ .header-app .header-brand > a > img { height: 60px; }
169
170
  .header-app .header-trunk > li > a { padding: 23px 15px 22px 15px; }
170
171
  .header-app .header-trunk > li.header-trunk-navicon a { padding: 13px 10px 11px 10px; }
171
172
  .header-app .header-search { margin-top: 9px; }
@@ -187,4 +188,6 @@
187
188
  font-size: 36px;
188
189
  line-height: 57px;
189
190
  }
191
+ .header-brand > a > img,
192
+ .header-app .header-brand > a > img { height: 50px; }
190
193
  }
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: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez