active_frontend 10.2.5 → 10.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42df159b24d626f23924f969410832506a8abc62
4
- data.tar.gz: 4e584dd845b3c183db052425116e6d4d9bb97419
3
+ metadata.gz: 91449214b86d5b43735ba429ba987e833fb04f52
4
+ data.tar.gz: a03d3f76c4f0ad71a670b3171dec424294dcc1f3
5
5
  SHA512:
6
- metadata.gz: c77499a92c6ac9769d6b65619a9b3da73b2264b495601cfe1c6de733e24dbf8ebd25226dc7d337158e6f15947193260785daefefc719f2f96f3b38cd65923d55
7
- data.tar.gz: 665572755c32ed3f23a9e2ea26a1fdae148eb4ac297ad326672c9d6b185672f43e7dfd4dbdebef66cafe3e3fea082ee2affb4f99b0e0f51a47538698af14c60f
6
+ metadata.gz: 4c7bba64655d3a9ec738536ac046a664bd6bcd4f1a0fcde4aaae0681b755cc157ba9446fd21cfd82242adfc7fa12f12d8a0742283d9c2fbfec7dd81679a93cd3
7
+ data.tar.gz: 4e8da6f342b6903776502efb2ee371ec95cb1fc69428414c7cdf53c8bf012d3144e9c45e8fcd4d343f8aa417a395d761b17a2264baa9ed0c80ae3b65ffa844b3
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "10.2.5"
2
+ VERSION = "10.2.6"
3
3
  end
@@ -74,7 +74,8 @@
74
74
  top: 0;
75
75
  z-index: 1051;
76
76
  }
77
- .aside-body > p:last-child { margin-bottom: 0; }
77
+ .aside-body .container { width: 100%; }
78
+ .aside-body p:last-child { margin-bottom: 0; }
78
79
  .aside-footer {
79
80
  background: $color-white;
80
81
  border-top: 1px solid $color-haze;
@@ -133,4 +134,13 @@ input.aside-footer-btn[disabled] {
133
134
  }
134
135
  @media only screen and (min-width: 480px) and (max-width: 767px) {
135
136
  .aside { width: 460px; }
137
+ }
138
+ @media
139
+ only screen and (-webkit-min-device-pixel-ratio: 2),
140
+ only screen and ( min--moz-device-pixel-ratio: 2),
141
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
142
+ only screen and ( min-device-pixel-ratio: 2),
143
+ only screen and ( min-resolution: 192dpi),
144
+ only screen and ( min-resolution: 2dppx) {
145
+ .aside-header > h3 { letter-spacing: 0.5px; }
136
146
  }
@@ -1,7 +1,8 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Breadcrumb
4
- # Breadcrumb Alternate */
4
+ # Breadcrumb Alternate
5
+ # Media Queries */
5
6
 
6
7
  /* # Breadcrumb
7
8
  ================================================== */
@@ -89,4 +90,16 @@
89
90
  width: 100%;
90
91
  z-index: 0;
91
92
  }
92
- .breadcrumb-flow > li.active ~ li:after { background: $color-haze-light; }
93
+ .breadcrumb-flow > li.active ~ li:after { background: $color-haze-light; }
94
+
95
+ /* # Media Queries
96
+ ================================================== */
97
+ @media
98
+ only screen and (-webkit-min-device-pixel-ratio: 2),
99
+ only screen and ( min--moz-device-pixel-ratio: 2),
100
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
101
+ only screen and ( min-device-pixel-ratio: 2),
102
+ only screen and ( min-resolution: 192dpi),
103
+ only screen and ( min-resolution: 2dppx) {
104
+ .breadcrumb-flow > li { letter-spacing: 0.5px; }
105
+ }
@@ -115,7 +115,7 @@
115
115
  .dropdown-menu-title {
116
116
  background: $color-haze;
117
117
  letter-spacing: 1px;
118
- padding: 8px 15px;
118
+ padding: 8px 15px 7px 15px;
119
119
  text-transform: uppercase;
120
120
  }
121
121
 
@@ -182,4 +182,16 @@
182
182
  right: 10px;
183
183
  }
184
184
  .dropup .dropdown-submenu > .dropdown-menu { margin-left: 6px; }
185
- .dropup .dropdown-submenu.pull-left > .dropdown-menu { margin-left: -8px; }
185
+ .dropup .dropdown-submenu.pull-left > .dropdown-menu { margin-left: -8px; }
186
+
187
+ /* # Media Queries
188
+ ================================================== */
189
+ @media
190
+ only screen and (-webkit-min-device-pixel-ratio: 2),
191
+ only screen and ( min--moz-device-pixel-ratio: 2),
192
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
193
+ only screen and ( min-device-pixel-ratio: 2),
194
+ only screen and ( min-resolution: 192dpi),
195
+ only screen and ( min-resolution: 2dppx) {
196
+ .dropdown-menu-title { letter-spacing: 0.5px; }
197
+ }
@@ -24,8 +24,8 @@
24
24
  width: 100%;
25
25
  }
26
26
  .header-striped {
27
- border-top: 5px solid $color-primary !important;
28
- padding-top: 12px;
27
+ border-top: 3px solid $color-primary !important;
28
+ padding-top: 14px;
29
29
  }
30
30
  .header-brand {
31
31
  float: left;
@@ -50,7 +50,7 @@
50
50
  .header-nav,
51
51
  .header-nav-alt,
52
52
  .header-toolchain {
53
- color: $color-black-light;
53
+ color: $color-black;
54
54
  list-style-type: none;
55
55
  padding: 0;
56
56
  }
@@ -64,7 +64,7 @@
64
64
  .header-nav-alt > li,
65
65
  .header-toolchain > li {
66
66
  float: left;
67
- color: $color-black-light;
67
+ color: $color-black;
68
68
  }
69
69
  .header-nav > li,
70
70
  .header-nav-alt > li {
@@ -91,7 +91,7 @@
91
91
  .header-nav > li > a,
92
92
  .header-nav-alt > li > a,
93
93
  .header-toolchain > li > a {
94
- color: $color-black-light;
94
+ color: $color-black;
95
95
  text-decoration: none;
96
96
  }
97
97
  .header-nav > li.lined > a {
@@ -277,4 +277,6 @@ only screen and ( min-device-pixel-ratio: 2),
277
277
  only screen and ( min-resolution: 192dpi),
278
278
  only screen and ( min-resolution: 2dppx) {
279
279
  .header { border-width: 0.5px; }
280
+ .header-nav > li,
281
+ .header-nav-alt > li { letter-spacing: 0.5px; }
280
282
  }
@@ -1,6 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Loader */
3
+ # Loader
4
+ # Media Queries */
4
5
 
5
6
  /* # Loader
6
7
  ================================================== */
@@ -23,7 +24,7 @@
23
24
  z-index: 9999;
24
25
  }
25
26
  .loader-backdrop {
26
- height: 5px;
27
+ height: 3px;
27
28
  background: $color-haze-light;
28
29
  }
29
30
  .loader-bar { background: $color-primary; }
@@ -58,4 +59,13 @@
58
59
  height: 18px;
59
60
  pointer-events: none;
60
61
  width: 18px;
62
+ }
63
+
64
+ /* # Media Queries
65
+ ================================================== */
66
+ @media only screen and (max-width: 767px) {
67
+ .loader-backdrop {
68
+ height: 2px;
69
+ background: $color-transparent;
70
+ }
61
71
  }
@@ -67,7 +67,8 @@
67
67
  padding: 15px 18px;
68
68
  position: relative;
69
69
  }
70
- .modal-body > p:last-child { margin-bottom: 0; }
70
+ .modal-body .container { width: 100%; }
71
+ .modal-body p:last-child { margin-bottom: 0; }
71
72
  .modal-footer {
72
73
  border-bottom-right-radius: 3px;
73
74
  border-bottom-left-radius: 3px;
@@ -135,4 +136,13 @@ input.modal-footer-btn[disabled] {
135
136
  margin-left: -210px;
136
137
  width: 420px;
137
138
  }
139
+ }
140
+ @media
141
+ only screen and (-webkit-min-device-pixel-ratio: 2),
142
+ only screen and ( min--moz-device-pixel-ratio: 2),
143
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
144
+ only screen and ( min-device-pixel-ratio: 2),
145
+ only screen and ( min-resolution: 192dpi),
146
+ only screen and ( min-resolution: 2dppx) {
147
+ .modal-header > h3 { letter-spacing: 0.5px; }
138
148
  }
@@ -19,7 +19,7 @@
19
19
  border-right: 1px solid $color-haze;
20
20
  border-left: 0;
21
21
  }
22
- .sidebar-striped { border-top: 5px solid $color-primary !important; }
22
+ .sidebar-striped { border-top: 3px solid $color-primary !important; }
23
23
  .sidebar-header {
24
24
  border-bottom: 1px solid $color-haze;
25
25
  font-size: 12px;
@@ -103,4 +103,5 @@ only screen and ( min-resolution: 2dppx) {
103
103
  .sidebar,
104
104
  .sidebar-header,
105
105
  .sidebar-scrollable { border-width: 0.5px; }
106
+ .sidebar-header > h6 { letter-spacing: 0.5px; }
106
107
  }
@@ -22,6 +22,7 @@
22
22
  .toolbar > a {
23
23
  background: $color-transparent;
24
24
  border: 0;
25
+ border-bottom: 1px solid $color-haze;
25
26
  border-radius: 0;
26
27
  box-sizing: border-box;
27
28
  color: $color-black-light;
@@ -50,6 +51,10 @@
50
51
  cursor: not-allowed;
51
52
  pointer-events: none;
52
53
  }
54
+ .toolbar > .tooltip {
55
+ width: auto !important;
56
+ min-width: 70px;
57
+ }
53
58
 
54
59
  /* # Colors
55
60
  ================================================== */
@@ -81,5 +86,6 @@ only screen and ( -o-min-device-pixel-ratio: 2/1),
81
86
  only screen and ( min-device-pixel-ratio: 2),
82
87
  only screen and ( min-resolution: 192dpi),
83
88
  only screen and ( min-resolution: 2dppx) {
84
- .toolbar { border-width: 0.5px; }
89
+ .toolbar,
90
+ .toolbar > a { border-width: 0.5px; }
85
91
  }
@@ -134,4 +134,6 @@ only screen and ( min-device-pixel-ratio: 2),
134
134
  only screen and ( min-resolution: 192dpi),
135
135
  only screen and ( min-resolution: 2dppx) {
136
136
  .trunk { border-width: 0.5px; }
137
+ .trunk-nav > li > a,
138
+ .trunk-user > li > a { letter-spacing: 0.5px; }
137
139
  }
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.5
4
+ version: 10.2.6
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-09-18 00:00:00.000000000 Z
11
+ date: 2015-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails