flashgrid 1.0.14 → 1.0.15
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: 090b6deb1d11b51fe4b98c5811d15518bc6d66cd
|
|
4
|
+
data.tar.gz: ab63a4c26a7b40713848434aa15490fccffdf780
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37a24ea389d55818d8998b5a8cb9f7eeee5e5fab6dd4ffae80266b05c275ea3dcab1ba3e49f12187d3d982b2661c4adc26101997fa3d1f1b4b97aad502eb39b5
|
|
7
|
+
data.tar.gz: 84ecce5cfc19a7c00faee7beef5273a27306d853fe2dcf02a2e32763378f9c36841385844bb75088f4fa8abc459374febcd82c3727bd38946831cc78b3c54353
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -91,16 +91,18 @@
|
|
|
91
91
|
color: rgba(255,255,255,1);
|
|
92
92
|
}
|
|
93
93
|
.datepicker td span {
|
|
94
|
+
border-radius: 500px;
|
|
94
95
|
display: block;
|
|
95
|
-
height:
|
|
96
|
+
height: 46px;
|
|
96
97
|
float: left;
|
|
97
|
-
line-height:
|
|
98
|
+
line-height: 46px;
|
|
98
99
|
margin: 2px;
|
|
99
|
-
width:
|
|
100
|
+
width: 46px;
|
|
100
101
|
}
|
|
101
102
|
.datepicker td span:hover {
|
|
102
103
|
background-color: rgba(58,144,216,1);
|
|
103
104
|
color: rgba(255,255,255,1);
|
|
105
|
+
cursor: pointer;
|
|
104
106
|
}
|
|
105
107
|
.datepicker td span.active,
|
|
106
108
|
.datepicker td span.active:hover,
|
|
@@ -109,7 +111,7 @@
|
|
|
109
111
|
.datepicker td span.active.active,
|
|
110
112
|
.datepicker td span.active.disabled,
|
|
111
113
|
.datepicker td span.active[disabled] {
|
|
112
|
-
background-color: rgba(
|
|
114
|
+
background-color: rgba(122,179,23,1);
|
|
113
115
|
color: rgba(255,255,255,1);
|
|
114
116
|
}
|
|
115
117
|
.datepicker th.switch {
|
|
@@ -26,7 +26,6 @@ label {
|
|
|
26
26
|
margin: 5px 0 5px 0;
|
|
27
27
|
}
|
|
28
28
|
textarea,
|
|
29
|
-
input[disabled],
|
|
30
29
|
input[type="text"],
|
|
31
30
|
input[type="password"],
|
|
32
31
|
input[type="datetime"],
|
|
@@ -164,7 +163,6 @@ select[disabled],
|
|
|
164
163
|
.uneditable-input {
|
|
165
164
|
background-color: rgba(246,247,249,1);
|
|
166
165
|
color: rgba(158,171,179,1);
|
|
167
|
-
font-weight: 200;
|
|
168
166
|
}
|
|
169
167
|
.uneditable-input { font-weight: normal; }
|
|
170
168
|
input.form-input-initial-width,
|
|
@@ -48,8 +48,10 @@
|
|
|
48
48
|
.modal-column.alpha { margin-left: 0; }
|
|
49
49
|
.modal-column.omega { margin-right: 0; }
|
|
50
50
|
.modal-one-quarter-column { width: 22.5%; }
|
|
51
|
+
.modal-one-third-column { width: 30%; }
|
|
51
52
|
.modal-half-column { width: 47.5%; }
|
|
52
|
-
.modal-
|
|
53
|
+
.modal-two-third-column { width: 65%; }
|
|
54
|
+
.modal-three-quarter-column { width: 72.5%; }
|
|
53
55
|
.modal-header {
|
|
54
56
|
border-top-left-radius: 5px;
|
|
55
57
|
border-top-right-radius: 5px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flashgrid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|