tungsten 0.2.16 → 0.2.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/tungsten/form/_input-row.scss +4 -2
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.2.16.js → code-0.2.17.js} +0 -0
- data/public/{code-0.2.16.js.gz → code-0.2.17.js.gz} +0 -0
- data/public/{tungsten-0.2.16.css → tungsten-0.2.17.css} +6 -4
- data/public/{tungsten-0.2.16.css.gz → tungsten-0.2.17.css.gz} +0 -0
- data/public/{tungsten-0.2.16.js → tungsten-0.2.17.js} +0 -0
- data/public/{tungsten-0.2.16.js.gz → tungsten-0.2.17.js.gz} +0 -0
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32fa483357c5984ea7422a5e2c3cb92a20578d4cc1089b286733293105fd703c
|
4
|
+
data.tar.gz: d7c0a3318124394c15a605b8913977c4318f1cdeebbac13db62fcad0020cb9ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dd72660f98e2b74c7286dd5b8851667c62ed063d8116584d0fc51d2170a18b68b84624f55961c3af4d480686fb0da7f8e3963d4f6330dd3ac765ec3269f2f1f
|
7
|
+
data.tar.gz: 190d216ce2e9b9c3cd4681390f53612dc228b20f74205a7b0f5d25d72dd8954ed2fb2a0282ff3e76e5159f004d1a1a1d06932541aeb7ab70762db0055ddd5a83
|
@@ -15,13 +15,15 @@
|
|
15
15
|
align-self: flex-end;
|
16
16
|
margin-bottom: 1px;
|
17
17
|
|
18
|
-
button.primary {
|
18
|
+
.button.primary {
|
19
19
|
line-height: 1.5em;
|
20
20
|
padding: 10px 12px;
|
21
|
+
display: block;
|
21
22
|
}
|
22
23
|
|
23
|
-
button.icon-button {
|
24
|
+
.button.icon-button {
|
24
25
|
padding: 9px 9px 10px;
|
26
|
+
display: block;
|
25
27
|
}
|
26
28
|
}
|
27
29
|
}
|
data/lib/tungsten/version.rb
CHANGED
File without changes
|
Binary file
|
@@ -2862,11 +2862,13 @@ input::-moz-focus-inner {
|
|
2862
2862
|
.input-row > .button-wrapper {
|
2863
2863
|
align-self: flex-end;
|
2864
2864
|
margin-bottom: 1px; }
|
2865
|
-
.input-row > .button-wrapper button.primary, .input-row > .button-wrapper button.dialog-continue {
|
2865
|
+
.input-row > .button-wrapper .button.primary, .input-row > .button-wrapper .dialog-continue, .input-row > .button-wrapper .dialog-continue.destructive {
|
2866
2866
|
line-height: 1.5em;
|
2867
|
-
padding: 10px 12px;
|
2868
|
-
|
2869
|
-
|
2867
|
+
padding: 10px 12px;
|
2868
|
+
display: block; }
|
2869
|
+
.input-row > .button-wrapper .button.icon-button, .input-row > .button-wrapper .icon-button.dialog-continue {
|
2870
|
+
padding: 9px 9px 10px;
|
2871
|
+
display: block; }
|
2870
2872
|
|
2871
2873
|
.input-unit {
|
2872
2874
|
position: absolute;
|
Binary file
|
File without changes
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tungsten
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-03-
|
12
|
+
date: 2019-03-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -317,12 +317,12 @@ files:
|
|
317
317
|
- lib/tungsten.rb
|
318
318
|
- lib/tungsten/helper.rb
|
319
319
|
- lib/tungsten/version.rb
|
320
|
-
- public/code-0.2.
|
321
|
-
- public/code-0.2.
|
322
|
-
- public/tungsten-0.2.
|
323
|
-
- public/tungsten-0.2.
|
324
|
-
- public/tungsten-0.2.
|
325
|
-
- public/tungsten-0.2.
|
320
|
+
- public/code-0.2.17.js
|
321
|
+
- public/code-0.2.17.js.gz
|
322
|
+
- public/tungsten-0.2.17.css
|
323
|
+
- public/tungsten-0.2.17.css.gz
|
324
|
+
- public/tungsten-0.2.17.js
|
325
|
+
- public/tungsten-0.2.17.js.gz
|
326
326
|
homepage:
|
327
327
|
licenses:
|
328
328
|
- MIT
|