spina-template 0.2.11 → 0.2.12
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef61d3cfdba7b1da90c316151ff3cdd2f0c618ea
|
|
4
|
+
data.tar.gz: 3cfe1c4c5897ed9634e671e565ac4df0531651a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c7a69bf4eacaec3b95cf42710396fb69b808acc5273d56ba4331737e4eb67fc7319830c22678eb8959853052175deba57ff0f6fcc44a817a4f434aca06af663
|
|
7
|
+
data.tar.gz: 8413fc3f99a962bb79e1c1d1af4d95565d15106265425103394ed4e7ed18630a3963e08129ffb529b87df0705047b88d37fe7514e1209b17e3d0325d6c52aa4d
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
width: 101px
|
|
18
18
|
|
|
19
19
|
.wheel
|
|
20
|
-
background: url(
|
|
20
|
+
background: url(asset-path('spina/wheel.png'))
|
|
21
21
|
height: 195px
|
|
22
22
|
width: 195px
|
|
23
23
|
|
|
24
24
|
.overlay
|
|
25
|
-
background: url(
|
|
25
|
+
background: url(asset-path('spina/mask.png'))
|
|
26
26
|
|
|
27
27
|
.marker
|
|
28
|
-
background: url(
|
|
28
|
+
background: url(asset-path('spina/marker.png'))
|
|
29
29
|
height: 17px
|
|
30
30
|
margin: -8px 0 0 -8px
|
|
31
31
|
overflow: hidden
|
|
@@ -364,12 +364,12 @@ nav.tabs
|
|
|
364
364
|
opacity: 1
|
|
365
365
|
|
|
366
366
|
a.ui-datepicker-prev span
|
|
367
|
-
background: url(
|
|
367
|
+
background: url(asset-path('spina/arrow-left.png')) no-repeat center
|
|
368
368
|
background-size: 10px 13px
|
|
369
369
|
display: block
|
|
370
370
|
|
|
371
371
|
a.ui-datepicker-next span
|
|
372
|
-
background: url(
|
|
372
|
+
background: url(asset-path('spina/arrow-right.png')) no-repeat center
|
|
373
373
|
background-size: 10px 13px
|
|
374
374
|
display: block
|
|
375
375
|
|
|
@@ -434,7 +434,7 @@ section#main
|
|
|
434
434
|
|
|
435
435
|
// Danger zone
|
|
436
436
|
.danger-zone
|
|
437
|
-
background: url(
|
|
437
|
+
background: url(asset-path('spina/danger-zone-ribbon.png')) repeat-x #fcfcfc
|
|
438
438
|
margin: 60px -40px 0 -40px
|
|
439
439
|
padding: 26px 40px
|
|
440
440
|
|
|
@@ -473,7 +473,7 @@ section#main
|
|
|
473
473
|
display: none
|
|
474
474
|
|
|
475
475
|
.divider
|
|
476
|
-
background: url(
|
|
476
|
+
background: url(asset-path('spina/divider.png'))
|
|
477
477
|
color: #999
|
|
478
478
|
display: inline-block
|
|
479
479
|
height: 17px
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spina-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bram Jetten
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04
|
|
11
|
+
date: 2015-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|