active_frontend 6.1.0 → 6.2.0

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: 709868d7d9255129af83576228bc9a685713018c
4
- data.tar.gz: fb7d5eef8931721443cc598d80698bcf7a8689ab
3
+ metadata.gz: 0a64110a2af8a18702d3151ff0d5e78f94db5cbe
4
+ data.tar.gz: d84108c89eda405fe58d31bd197085108033e0a2
5
5
  SHA512:
6
- metadata.gz: e42c0fdf4a9988c74df2af864967cb53aa2755b1837f9ead93930f80f3c0e66eceeba06d9e199a439446fa0ac9f6b2875e0388423958cd803da27f3ef41979f5
7
- data.tar.gz: ed4ba5fa7ec46b2a2a63d5e0d7bf7e11f36ab21f5b328578ddfcbbfa35b4ac0a4ddfdbf371f819a6d84e4d11394df86ee4da984f90533ffb8ace26d23b8cb63f
6
+ metadata.gz: dc93f245bfded1f29907c8131e88c8a88eeda7ed4c9e17fa4a2839242a6478432c67da10fd5b75e0dac0b23871b4a517394de7e887e691adf7278df5b92d1e73
7
+ data.tar.gz: ffbc709a10170705f47e4999f112af3142e07f05f392fd9306cbd92677663043832aabe4114f37906f133d836663f429b53ebd92e1a78fe37fc19991c8cd9026
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "6.1.0"
2
+ VERSION = "6.2.0"
3
3
  end
@@ -2,6 +2,8 @@
2
2
  ==================================================
3
3
  # Form
4
4
  # Components
5
+ # Styles
6
+ # Sizes
5
7
  # Media Queries */
6
8
 
7
9
  /* # Form
@@ -288,8 +290,8 @@ select.form-input-initial-width {
288
290
  .form-select-inline { margin: 0; }
289
291
  .form-button-inline {
290
292
  margin: 0;
291
- padding-bottom: 13px;
292
- padding-top: 13px;
293
+ padding-bottom: 14px;
294
+ padding-top: 14px;
293
295
  }
294
296
  .form-help-block {
295
297
  color: rgba(136,153,166,1);
@@ -304,6 +306,50 @@ select.form-input-initial-width {
304
306
  }
305
307
  .form-footer li:first-child { margin-top: 10px; }
306
308
 
309
+ /* # Styles
310
+ ================================================== */
311
+ .form-inline {
312
+ clear: both;
313
+ margin-left: -5px;
314
+ }
315
+ .form-inline input,
316
+ .form-inline textarea,
317
+ .form-inline select {
318
+ display: inline-block;
319
+ float: left;
320
+ margin: 0 0 0 5px;
321
+ }
322
+ .form-inline input[type="submit"],
323
+ .form-inline input[type="reset"],
324
+ .form-inline input[type="button"] {
325
+ padding-bottom: 14px;
326
+ padding-top: 14px;
327
+ }
328
+
329
+ /* # Sizes
330
+ ================================================== */
331
+ .form-input-large { width: 300px !important; }
332
+ .form-input-medium { width: 150px !important; }
333
+ .form-input-small { width: 75px !important; }
334
+ .form-input-mini { width: 50px !important; }
335
+ .form-inline.form-inline-alt input,
336
+ .form-inline.form-inline-alt textarea,
337
+ .form-inline.form-inline-alt select {
338
+ font-size: 12px;
339
+ line-height: 12px;
340
+ padding-bottom: 8px;
341
+ padding-top: 10px;
342
+ }
343
+
344
+ .form-inline.form-inline-alt input[type="submit"],
345
+ .form-inline.form-inline-alt input[type="reset"],
346
+ .form-inline.form-inline-alt input[type="button"] {
347
+ font-size: 11px;
348
+ line-height: 11px;
349
+ padding-bottom: 10px;
350
+ padding-top: 9px;
351
+ }
352
+
307
353
  /* # Media Queries
308
354
  ================================================== */
309
355
  @media only screen and (max-width: 767px) {
@@ -1,7 +1,6 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Link
4
- # Colors */
3
+ # Link */
5
4
 
6
5
  /* # Link
7
6
  ================================================== */
@@ -13,17 +12,4 @@ a {
13
12
  a[disabled] {
14
13
  cursor: not-allowed;
15
14
  pointer-events: none;
16
- }
17
-
18
- /* # Colors
19
- ================================================== */
20
- .link-black { color: rgba(35,41,55,1); }
21
- .link-blue { color: rgba(0,102,255,1); }
22
- .link-gray { color: rgba(136,153,166,1); }
23
- .link-green { color: rgba(0,200,0,1); }
24
- .link-orange { color: rgba(255,82,0,1); }
25
- .text-purple { color: rgba(128,0,255,1); }
26
- .link-red { color: rgba(240,35,17,1); }
27
- .link-smoke { color: rgba(85,94,113,1); }
28
- .link-white { color: rgba(255,255,255,1); }
29
- .link-yellow { color: rgba(255,245,0,1); }
15
+ }
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: 6.1.0
4
+ version: 6.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez