active_frontend 12.1.17 → 12.1.18

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: d337ceafe9e9f0d855a90f4b03cef2808e2be790
4
- data.tar.gz: 0c5401dee34344c2d55ae6e4a3063516d3cdb619
3
+ metadata.gz: 11b1cbec782a271e784d428c08e2186b630aac94
4
+ data.tar.gz: e72a3afe061e33b51321c526979f28dd0f83d5cc
5
5
  SHA512:
6
- metadata.gz: a308750ed4ca3593f81503f79a878fa649a2fe0ee5d5299305b57fbf9f7bff936c5aae33a5c1900f28559e39b183b54a9478b5b9a745a968081b22120b82a459
7
- data.tar.gz: 77d4cc64ed72f0107eeffaa5fea11eafdece1f35309f604673fefb4935736786aa22ecae918e0c10c30f6b89ec16fd62c01252406b6a17fdf1f522d7dd17dda6
6
+ metadata.gz: 4637c5f43733cf790a49a9915e9c8bb727f3a71cec2d282fd7423c0f964aa0589c9e3cb640aa70765843a8ebc3982b61da96ae10565e0d83ff98cc99fd85d212
7
+ data.tar.gz: 3966171f24964b465063d305a239153275badb9ecc01f33c57940c0f6061f2f502fec30fcd94905fa1116cd6cbb3bdd088e4f4f3398b116e47a4a7d523cbabee
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.17"
2
+ VERSION = "12.1.18"
3
3
  end
@@ -74,7 +74,6 @@
74
74
  .header-btn-group > li {
75
75
  box-sizing: border-box;
76
76
  float: left;
77
- margin-left: 20px;
78
77
  }
79
78
  .header-btn-group > li > a {
80
79
  border-bottom: 3px solid $color-transparent;
@@ -91,13 +90,6 @@
91
90
  .header-btn-group > li > a:focus { color: $color-primary; }
92
91
  .header-btn-group > li > a.active,
93
92
  .header-btn-group > li > a:active { border-color: $color-primary; }
94
- .header-btn-group > li > a > i {
95
- display: inline-block;
96
- font-size: 22px;
97
- letter-spacing: 0;
98
- margin-top: -5px;
99
- vertical-align: top;
100
- }
101
93
  .header-btn-group-label {
102
94
  background: $color-primary;
103
95
  border-radius: 2px;
@@ -111,6 +103,9 @@
111
103
  text-align: center;
112
104
  }
113
105
  .header-toolchain > li { font-size: 26px; }
106
+ .header-btn-group > li,
107
+ .header-btn-group > li.btn-group,
108
+ .header-btn-group > li.btn-group + li.btn-group,
114
109
  .header-nav > li,
115
110
  .header-nav > li.btn-group,
116
111
  .header-nav > li.btn-group + li.btn-group,
@@ -215,16 +215,22 @@
215
215
  ================================================== */
216
216
  @media only screen and (max-width: 1365px) {
217
217
  .sidebar {
218
- min-width: 250px;
218
+ max-width: 250px;
219
219
  width: 250px;
220
220
  }
221
221
  }
222
222
  @media only screen and (max-width: 1199px) {
223
223
  .sidebar {
224
- min-width: 220px;
224
+ max-width: 220px;
225
225
  width: 220px;
226
226
  }
227
227
  }
228
+ @media only screen and (max-width: 959px) {
229
+ .sidebar {
230
+ max-width: 200px;
231
+ width: 200px;
232
+ }
233
+ }
228
234
  @media only screen and (max-width: 767px) {
229
235
  .sidebar { display: none; }
230
236
  }
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.1.17
4
+ version: 12.1.18
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-11-23 00:00:00.000000000 Z
11
+ date: 2015-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails