tungsten 0.2.13 → 0.2.14
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 +4 -4
- data/app/assets/javascripts/tungsten/_icons.js +1 -1
- data/app/assets/javascripts/tungsten/enhancements/tiered-select.js +72 -0
- data/app/assets/javascripts/tungsten/tungsten.js +1 -0
- data/app/assets/stylesheets/tungsten/components/_cards.scss +9 -0
- data/app/helpers/tungsten/form_helper.rb +1 -1
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.2.13.js → code-0.2.14.js} +18502 -18188
- data/public/code-0.2.14.js.gz +0 -0
- data/public/{tungsten-0.2.13.css → tungsten-0.2.14.css} +5 -0
- data/public/{tungsten-0.2.13.css.gz → tungsten-0.2.14.css.gz} +0 -0
- data/public/tungsten-0.2.14.js +15988 -0
- data/public/tungsten-0.2.14.js.gz +0 -0
- metadata +9 -8
- data/public/code-0.2.13.js.gz +0 -0
- data/public/tungsten-0.2.13.js +0 -15431
- data/public/tungsten-0.2.13.js.gz +0 -0
|
Binary file
|
|
@@ -3431,6 +3431,11 @@ th.sub-heading {
|
|
|
3431
3431
|
border-radius: 3px; }
|
|
3432
3432
|
.card-well .input-row:first-child {
|
|
3433
3433
|
margin-top: 15px; }
|
|
3434
|
+
.card-well table {
|
|
3435
|
+
margin-top: 0;
|
|
3436
|
+
margin-bottom: 0; }
|
|
3437
|
+
.card-well table td {
|
|
3438
|
+
background: none; }
|
|
3434
3439
|
.card-divider {
|
|
3435
3440
|
width: calc(100% + calc(20px*2));
|
|
3436
3441
|
height: 1px;
|
|
Binary file
|