foliage 0.2.4 → 0.2.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3da9d9fc0876dd7b3175d5049c87e77b804524d
|
4
|
+
data.tar.gz: 6959d1bb7112341ceba6e1ec0cc50475959dcda2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 578d002a3e58113bfb6d11f8b28bbd556b5553f9b3ce9d044214c5eb30a4c11dc036ae9f8928d5c29d7a3ca991c930e344a652fe9cc9c6f0e0c5305df4167334
|
7
|
+
data.tar.gz: 003717d498c52fa6a0fbb7a0bcf1442922bbc9063e76f97cc74d49ff617c871aa3f9da21fab5a41f3559099342128e471f7f487deab4b1cb704821561a351fc3
|
File without changes
|
data/lib/foliage/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foliage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jérémie Bonal
|
@@ -114,14 +114,13 @@ files:
|
|
114
114
|
- app/assets/javascripts/leaflet/layers_scheduler.js.coffee
|
115
115
|
- app/assets/javascripts/leaflet/reactive_measure.js.coffee
|
116
116
|
- app/assets/stylesheets/all.scss
|
117
|
-
- app/assets/stylesheets/application.css
|
118
117
|
- app/assets/stylesheets/compass/reset.scss
|
119
118
|
- app/assets/stylesheets/compass/reset/utilities.scss
|
119
|
+
- app/assets/stylesheets/foliage.css
|
120
120
|
- app/assets/stylesheets/leaflet.scss
|
121
121
|
- app/assets/stylesheets/leaflet/label.scss
|
122
122
|
- app/assets/stylesheets/leaflet/tooltip.scss
|
123
123
|
- app/assets/stylesheets/mixins.scss
|
124
|
-
- app/assets/stylesheets/reset.scss
|
125
124
|
- app/assets/stylesheets/variables.scss
|
126
125
|
- app/helpers/foliage_helper.rb
|
127
126
|
- lib/foliage.rb
|
@@ -1,89 +0,0 @@
|
|
1
|
-
@import "compass/reset";
|
2
|
-
|
3
|
-
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, options, button {
|
4
|
-
margin: 0;
|
5
|
-
padding: 0;
|
6
|
-
font-family: $base-font-family;
|
7
|
-
vertical-align: middle;
|
8
|
-
font-size: $fs-normal;
|
9
|
-
line-height: $lh-normal;
|
10
|
-
color: $text-color;
|
11
|
-
}
|
12
|
-
|
13
|
-
html {
|
14
|
-
&, * {
|
15
|
-
@include text-align(left);
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
mark {
|
20
|
-
background-color: $highlight-color;
|
21
|
-
}
|
22
|
-
|
23
|
-
td, th, a, p, input, textarea, select, div {
|
24
|
-
font-size: $fs-normal;
|
25
|
-
}
|
26
|
-
small, sup, sub {
|
27
|
-
font-size: $fs-small;
|
28
|
-
}
|
29
|
-
a:link,
|
30
|
-
a:visited,
|
31
|
-
a:focus {
|
32
|
-
&, * {
|
33
|
-
color: $active-link-color;
|
34
|
-
text-decoration: none;
|
35
|
-
}
|
36
|
-
.label {
|
37
|
-
color: $base-font-reversed-color;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
|
41
|
-
/*
|
42
|
-
Other input types are: color, date, datetime, datetime-local, email, month,
|
43
|
-
number, range, search, tel, time, url, week, button, checkbox, color, date,
|
44
|
-
datetime, datetime-local, email, file, hidden, image, month, number, password,
|
45
|
-
radio, range, reset, search, submit, tel, text, time, url, week and file
|
46
|
-
*/
|
47
|
-
|
48
|
-
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="image"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="search"], textarea, select {
|
49
|
-
border: $menu-border;
|
50
|
-
padding: round($fs-normal * 0.2);
|
51
|
-
@include box-sizing(content-box);
|
52
|
-
@include border-radius($default-border-radius);
|
53
|
-
background: #FFF; //$desktop-background;
|
54
|
-
font-size: $fs-normal;
|
55
|
-
line-height: $lh-normal;
|
56
|
-
height: $lh-normal;
|
57
|
-
vertical-align: middle;
|
58
|
-
// @include box-shadow(0 2px round($fs-normal/2) rgba(black, 0.1) inset, 0 0 round($fs-normal*0.6) rgba(white, 0.6));
|
59
|
-
// @include box-shadow(0 2px round($fs-normal/2) rgba(black, 0.1) inset);
|
60
|
-
@include box-shadow(0 0 0 rgba(black, 0.1));
|
61
|
-
@include transition(box-shadow 0.2s, border-color 0.2s);
|
62
|
-
&:focus {
|
63
|
-
// background: #FFF;
|
64
|
-
border-color: $base-color;
|
65
|
-
@include box-shadow(0 0 round($fs-normal*0.6) rgba($base-color, 0.6));
|
66
|
-
}
|
67
|
-
&:disabled, &[disabled] {
|
68
|
-
background: #EEE;
|
69
|
-
color: #777;
|
70
|
-
cursor: not-allowed;
|
71
|
-
}
|
72
|
-
}
|
73
|
-
input[type="number"] {
|
74
|
-
@include text-align(right);
|
75
|
-
}
|
76
|
-
input[type="date"], input[type="datetime"] {
|
77
|
-
@include text-align(center);
|
78
|
-
}
|
79
|
-
input[type="date"] {
|
80
|
-
width: 12ex;
|
81
|
-
}
|
82
|
-
input[type="datetime"] {
|
83
|
-
width: 20ex;
|
84
|
-
}
|
85
|
-
|
86
|
-
|
87
|
-
textarea {
|
88
|
-
min-height: 3em;
|
89
|
-
}
|