torino 0.1.4 → 0.1.5

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: 5048a7b0db60e1ff05d8d941502aa0b77057993a
4
- data.tar.gz: 33c4fb8c0c090cc2b3eda7e8d30f51949f0ec6ca
3
+ metadata.gz: cde0f981d4b2f42d56e051077fbc12cb1d6ffe5b
4
+ data.tar.gz: 261aaebbcc31cddf89b36dfe415ae74508785b70
5
5
  SHA512:
6
- metadata.gz: 857d89d97fcc16f08d909a839038907c3966ba8a50a12d016baf2bb2eb43aaae018ee81b902c1dbfabfb67e344a4a1ffd0d73600e7f28017fb60f1962500a28e
7
- data.tar.gz: 2a9d65c924f56f0a99ec522ae496589f3da42bc25894ef269625ff7f89c248ba49b616cc7855316845136eca9c6af10c95d87b2efbb5fda0b916ef27334a0205
6
+ metadata.gz: d9a0b467882c234e1465bc11bd0fd1b505ff2b9c8348326a65fc3750a32b273ccbb1b149711eefeb78ebb57f842741f7390a21230f603bbd9cf2d9e4db438b63
7
+ data.tar.gz: 1bcc8e917766b1a815114103b4fcd19746f7297544bcf7fb5482656096ffcc5a6fbf523989a7a3b7111fec85e25d611178f96887a2f6f60af65e0c77afc8cf78
@@ -1,3 +1,3 @@
1
1
  module Torino
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
@@ -58,6 +58,7 @@ input[type=submit] {
58
58
  .button, input[type=submit] {
59
59
  background-color: #00695C;
60
60
  color: #FFF;
61
+ display: inline-block
61
62
  padding: 16px 28px;
62
63
  cursor: pointer;
63
64
  }
@@ -129,13 +130,13 @@ input:focus, textarea:focus {
129
130
  * Labels
130
131
  * ------------------------------------------
131
132
  */
132
- form.label-width-100 label {
133
+ form.label-width-100 label, .form.label-width-100 label {
133
134
  width: 100px;
134
135
  max-width: 100px;
135
136
  min-width: 100px;
136
137
  }
137
138
 
138
- form.label-width-200 label {
139
+ form.label-width-200 label, .form.label-width-200 label {
139
140
  width: 200px;
140
141
  max-width: 200px;
141
142
  min-width: 200px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torino
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - blackchestnut
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-18 00:00:00.000000000 Z
11
+ date: 2016-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler