active_frontend 10.2.9 → 10.2.10

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: 871c1af43a090facbdd759f2c3e9fe2533f6d523
4
- data.tar.gz: 6ce96aa8e95d2f4ac8ea9cb0493940aea1d40a18
3
+ metadata.gz: e517b2039275adbdc24e17a1a8e1e45773232ef2
4
+ data.tar.gz: c197f8f8b5062c1fd5ecb63febe07ed963b8cf2b
5
5
  SHA512:
6
- metadata.gz: 14882ec2fa0ad313f8f57dd01d07bd009e8d4dd5549a139097a4b955e158ea3cefb53d1ae650e943284c79324bab6f93a365b0c1fd03d8c1fc5474eff2bbe1a9
7
- data.tar.gz: 7e3c6395109a8ac69f1bb4106c8699ece3a678c39abf30a4bc2d7a01df69314e0a696c9b30c4ef78654ee988520e2b4cc95a7b981ef66ce134af9e7ac5fe8d79
6
+ metadata.gz: d6c34036f8c29aec8d8d18feaf8c16d4d6c4461d392d1c26a3af662f8919b4b8d3eee9337b4a91134c7dfc1e4e58243a3ab3ef0cd3f8a43eb794bef38153d3ff
7
+ data.tar.gz: cdc06e24178f87039b4849500bd8d4f6983ed40f17cfea9f8b92ff13b78cc24f6281e74a63af96a3ebaa6024d8cb3ca2d8cbdc9d9139a5ebf99d2e185c5d363b
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "10.2.9"
2
+ VERSION = "10.2.10"
3
3
  end
@@ -102,6 +102,7 @@ input[type="checkbox"] {
102
102
  margin-top: 1px \9;
103
103
  line-height: normal;
104
104
  }
105
+ button,
105
106
  input[type="file"],
106
107
  input[type="image"],
107
108
  input[type="submit"],
@@ -356,6 +357,7 @@ select.form-input-initial-width {
356
357
  /* # Styles
357
358
  ================================================== */
358
359
  .form-inline { clear: both; }
360
+ .form-inline > button,
359
361
  .form-inline > input[type="submit"],
360
362
  .form-inline > input[type="reset"],
361
363
  .form-inline > input[type="button"] {
@@ -380,6 +382,7 @@ select.form-input-initial-width {
380
382
  padding-bottom: 6px;
381
383
  padding-top: 8px;
382
384
  }
385
+ .form-inline.form-inline-alt > button,
383
386
  .form-inline.form-inline-alt > input[type="submit"],
384
387
  .form-inline.form-inline-alt > input[type="reset"],
385
388
  .form-inline.form-inline-alt > input[type="button"] {
@@ -53,19 +53,19 @@
53
53
  ================================================== */
54
54
  @media only screen and (min-width: 960px) and (max-width: 1365px) {
55
55
  .missive-icon {
56
- font-size: 64px;
57
- line-height: 110px;
58
- width: 80px;
56
+ font-size: 54px;
57
+ line-height: 100px;
58
+ width: 70px;
59
59
  }
60
- .missive-content { width: calc(100% - 80px); }
60
+ .missive-content { width: calc(100% - 70px); }
61
61
  }
62
62
  @media only screen and (min-width: 768px) and (max-width: 959px) {
63
63
  .missive-icon {
64
- font-size: 44px;
65
- line-height: 90px;
66
- width: 60px;
64
+ font-size: 34px;
65
+ line-height: 80px;
66
+ width: 50px;
67
67
  }
68
- .missive-content { width: calc(100% - 60px); }
68
+ .missive-content { width: calc(100% - 50px); }
69
69
  }
70
70
  @media
71
71
  only screen and (-webkit-min-device-pixel-ratio: 2),
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.9
4
+ version: 10.2.10
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-10-08 00:00:00.000000000 Z
11
+ date: 2015-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails