active_frontend 10.2.0 → 10.2.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: 0d4d8e62558ac68f6683fa2b59d61ca1652aaad1
4
- data.tar.gz: 495f57bd2a4f70797b5971c9a8427486822ba35a
3
+ metadata.gz: 95fabf87549824db761c990993901d17fbef07d8
4
+ data.tar.gz: 45e8d66d012071fb01f2ea7bd2b175d4c674dbbf
5
5
  SHA512:
6
- metadata.gz: 5556e1315b57cd81d6dbbd31ea7fa8467b5aa72089805e2593338c029a5f2194bbb2f80583ecc1bc8a9de162747665add2159cfd03e9a042d846f94efbc2b23a
7
- data.tar.gz: d1b20fef38ace94899b54bdfc9145eae23d32b0e15d027ec7002638bbaf7a33897b8d5e77c2e566057f7fb160e208a3eec585d87471a8d85398c3963ccf94be3
6
+ metadata.gz: 91d6bf9334ee204b4fc5bc991685974a7a62d088fb0ba07ee0a72cd9afd557d86b38ff8f8659fa5ee01bfd01d463d42ac938f598c55394242a5415d9cf535824
7
+ data.tar.gz: 43a8ccdfbee4f5e48dbb0d8b938c21e74ea318a2ca68183d79f70ee1eb75cbf824e803380f9202c430a2bde68f4095216a38e11511850d377a63fbc163e318fe
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "10.2.0"
2
+ VERSION = "10.2.1"
3
3
  end
@@ -23,22 +23,23 @@
23
23
  padding: 17px 0;
24
24
  width: 100%;
25
25
  }
26
- .header-stripe {
27
- background: $color-primary;
28
- height: 5px;
29
- margin: -17px 0 12px 0;
30
- width: 100%;
26
+ .header-striped {
27
+ border-top: 5px solid $color-primary !important;
28
+ padding-top: 12px;
29
+ }
30
+ .header-brand {
31
+ float: left;
32
+ margin-top: -3px;
31
33
  }
32
- .header-brand { float: left; }
33
34
  .header-brand > a {
34
35
  color: $color-primary;
35
- font-size: 30px;
36
- line-height: 30px;
36
+ font-size: 36px;
37
+ line-height: 1;
37
38
  text-decoration: none;
38
39
  }
39
40
  .header-brand > a > img {
40
41
  border-radius: 0;
41
- height: 30px;
42
+ height: 36px;
42
43
  }
43
44
  .header-search {
44
45
  float: left;
@@ -53,12 +54,10 @@
53
54
  list-style-type: none;
54
55
  padding: 0;
55
56
  }
56
- .header-nav {
57
- float: left;
58
- margin: 10px 0 0 0;
59
- }
57
+ .header-nav { float: left; }
60
58
  .header-nav-alt,
61
59
  .header-toolchain { float: right; }
60
+ .header-nav,
62
61
  .header-nav-alt { margin: 10px 0 0 0; }
63
62
  .header-toolchain { margin: 1px 25px 0 0; }
64
63
  .header-nav > li,
@@ -173,6 +172,7 @@
173
172
  line-height: 36px;
174
173
  }
175
174
  .header-user > ul.dropdown-menu { margin: -5px 10px 0 0; }
175
+ .header-toggle { display: none; }
176
176
  .header-toggle > a {
177
177
  color: $color-primary;
178
178
  float: right;
@@ -263,12 +263,10 @@
263
263
  height: 50px;
264
264
  padding: 0;
265
265
  }
266
- .header-stripe { display: none; }
267
- .header-brand > a {
268
- font-size: 36px;
269
- line-height: 57px;
270
- }
271
- .header-brand > a > img { height: 36px; }
266
+ .header-striped { border-top: 0 !important; }
267
+ .header-brand { margin: 0; }
268
+ .header-brand > a { line-height: 57px; }
269
+ .header-toggle { display: inline; }
272
270
  }
273
271
  @media
274
272
  only screen and (-webkit-min-device-pixel-ratio: 2),
@@ -19,11 +19,7 @@
19
19
  border-right: 1px solid $color-haze;
20
20
  border-left: 0;
21
21
  }
22
- .sidebar-stripe {
23
- background: $color-primary;
24
- height: 5px;
25
- width: 100%;
26
- }
22
+ .sidebar-striped { border-top: 5px solid $color-primary !important; }
27
23
  .sidebar-header {
28
24
  border-bottom: 1px solid $color-haze;
29
25
  font-size: 12px;
@@ -12,10 +12,6 @@
12
12
  box-sizing: border-box;
13
13
  height: 100%;
14
14
  min-width: 55px;
15
- -webkit-overflow-scrolling: touch;
16
- overflow-scrolling: touch;
17
- overflow-x: hidden;
18
- overflow-y: auto;
19
15
  position: fixed;
20
16
  width: 55px;
21
17
  }
@@ -25,15 +21,19 @@
25
21
  }
26
22
  .toolbar > a {
27
23
  background: $color-transparent;
24
+ border: 0;
25
+ border-radius: 0;
28
26
  box-sizing: border-box;
29
27
  color: $color-black-light;
30
28
  display: block;
31
29
  font-size: 21px;
32
30
  height: 55px;
33
31
  line-height: 60px;
32
+ padding: 0;
34
33
  text-align: center;
35
34
  width: 55px;
36
35
  }
36
+ .toolbar > a.btn { line-height: 55px; }
37
37
  .toolbar > a:hover,
38
38
  .toolbar > a.active,
39
39
  .toolbar > a:active
@@ -41,6 +41,14 @@
41
41
  background: $color-primary;
42
42
  color: $color-white;
43
43
  }
44
+ .toolbar > a[disabled],
45
+ .toolbar > a[disabled]:hover,
46
+ .toolbar > a[disabled]:active,
47
+ .toolbar > a[disabled]:focus {
48
+ background: $color-transparent;
49
+ cursor: not-allowed;
50
+ pointer-events: none;
51
+ }
44
52
 
45
53
  /* # Colors
46
54
  ================================================== */
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: 10.2.0
4
+ version: 10.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-22 00:00:00.000000000 Z
11
+ date: 2015-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails