vhx-quartz 0.11.17 → 0.11.18

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: 3935255341b127fb1aebbbf53058072737e84cba
4
- data.tar.gz: faded1ec5b73895c0de1f2d641e4deb6ac50df04
3
+ metadata.gz: 514113f0572028337f280b7d6d2c430fe16099bb
4
+ data.tar.gz: f335cce39e918e70d8e9893fc5782c5968586688
5
5
  SHA512:
6
- metadata.gz: 1426dd5d8fd7692a60a14e6a3311630a6eed52e14de465e7361f3058751dc197092ea810f061242ea48890afe56783135fe7d7a9dfd960205afeb1618dd48883
7
- data.tar.gz: dd7a3867c6395b36c921572ec3b14e6edd7d35044ff3221bb14b0bc8ab0991cfaae9821c302b2e5c1baa93d3a4ac03b2df5c5a8793ba1b153e189428b04b56c0
6
+ metadata.gz: 5db226299f7aecd61132fbf9d2195d3a41a17c2f60b9f6c318192ac96c6f5aa9f53d90a84ea5670c6288e453aa30c68e699579db9e7cd7565b1331616d9c9a0f
7
+ data.tar.gz: 61fd15b1bfa746aa16d7ff82ac6a9cde3c2b8cbd515c7460e83bbb2e5c7789bf568020fdf4dcf30a46750941667d7ca915e572178a2a6fc32495c41871a00ba6
@@ -1,5 +1,5 @@
1
1
  module Vhx
2
2
  module Quartz
3
- VERSION = "0.11.17"
3
+ VERSION = "0.11.18"
4
4
  end
5
5
  end
@@ -72,7 +72,6 @@
72
72
  height: 20px;
73
73
  line-height: 20px;
74
74
  margin: 0px;
75
- float: left;
76
75
  box-sizing: border-box; }
77
76
  .form .radio-gray label .radio--icon,
78
77
  .form .radio-teal label .radio--icon {
@@ -126,9 +125,12 @@
126
125
  border-radius: 10px; }
127
126
  .form .radio-gray label .radio--label,
128
127
  .form .radio-teal label .radio--label {
129
- display: block;
130
- float: left;
131
- height: 20px; }
128
+ display: inline-block;
129
+ height: 20px;
130
+ overflow: hidden;
131
+ text-overflow: ellipsis;
132
+ white-space: nowrap;
133
+ width: 90%; }
132
134
  .form .radio-gray input[type="radio"]:checked + label .radio--icon .circle-top, .form .radio-gray input[type="radio"]:checked + label .radio--icon .circle-bottom,
133
135
  .form .radio-teal input[type="radio"]:checked + label .radio--icon .circle-top,
134
136
  .form .radio-teal input[type="radio"]:checked + label .radio--icon .circle-bottom {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vhx-quartz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.17
4
+ version: 0.11.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Robertson, Courtney Burton, Steven Bone, David Gonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-09 00:00:00.000000000 Z
11
+ date: 2017-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -294,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
294
294
  version: '0'
295
295
  requirements: []
296
296
  rubyforge_project:
297
- rubygems_version: 2.6.8
297
+ rubygems_version: 2.5.1
298
298
  signing_key:
299
299
  specification_version: 4
300
300
  summary: VHX Styleguide - Quartz