flashgrid 1.0.9 → 1.0.10
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: e3c9c20514f73115cb1c118c8e4928f53ac68e00
|
|
4
|
+
data.tar.gz: 3404d59637cddb66563105ba0c2a2c1b67cb1c5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5f529e08b7bffc419edd7588306223970015313b9f99b7a079e2fbe01773d96fe739f63600f6a9128d8e0859947b16c06dceda35b704b49ff791b663714550c
|
|
7
|
+
data.tar.gz: 83121fcae5e9b9f9d8e46a033a843decb460c9cc5ee1e7f8b986393ae81ba7509e67913a9809528c25376945fde9dcae61db09965db78543121c63afa92859b4
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -104,6 +104,8 @@ select {
|
|
|
104
104
|
-moz-appearance: none;
|
|
105
105
|
border: 1px solid rgba(217,222,225,1);
|
|
106
106
|
border-radius: 0;
|
|
107
|
+
-moz-box-sizing: border-box;
|
|
108
|
+
box-sizing: border-box;
|
|
107
109
|
color: rgba(33,40,43,1);
|
|
108
110
|
font-size: 100%;
|
|
109
111
|
margin-bottom: 5px;
|
|
@@ -127,6 +129,11 @@ input[type="checkbox"]:focus {
|
|
|
127
129
|
outline: 5px auto -webkit-focus-ring-color;
|
|
128
130
|
outline-offset: -2px;
|
|
129
131
|
}
|
|
132
|
+
select.datetime {
|
|
133
|
+
margin-left: 0;
|
|
134
|
+
padding-right: 15px;
|
|
135
|
+
width: initial;
|
|
136
|
+
}
|
|
130
137
|
input:-moz-placeholder,
|
|
131
138
|
textarea:-moz-placeholder {
|
|
132
139
|
color: rgba(158,171,179,1);
|
|
@@ -10,26 +10,30 @@
|
|
|
10
10
|
margin-left: 0;
|
|
11
11
|
padding: 0;
|
|
12
12
|
}
|
|
13
|
-
.pagination ul li {
|
|
13
|
+
.pagination ul li {
|
|
14
14
|
display: inline-block ;
|
|
15
15
|
font-size: 14px;
|
|
16
16
|
line-height: 14px;
|
|
17
|
-
margin-right: 2px;
|
|
17
|
+
margin-right: 2px;
|
|
18
18
|
}
|
|
19
|
-
.pagination ul > li > a
|
|
20
|
-
.pagination ul > .active {
|
|
19
|
+
.pagination ul > li > a {
|
|
21
20
|
background-color: rgba(236,238,241,1);
|
|
22
21
|
border-radius: 500px;
|
|
23
22
|
color: rgba(43,50,53,1);
|
|
23
|
+
min-width: 8px;
|
|
24
24
|
padding: 9px 10px 7px 10px;
|
|
25
|
+
text-align: center;
|
|
25
26
|
text-decoration: none;
|
|
26
27
|
}
|
|
27
28
|
.pagination ul > li > a:hover,
|
|
28
29
|
.pagination ul > li > a:focus { background-color: rgba(226,228,231,1); }
|
|
29
|
-
.pagination ul > .active {
|
|
30
|
+
.pagination ul > .active {
|
|
30
31
|
background-color: rgba(79,148,210,1);
|
|
32
|
+
border-radius: 500px;
|
|
31
33
|
color: rgba(255,255,255,1);
|
|
32
|
-
|
|
34
|
+
min-width: 8px;
|
|
35
|
+
padding: 8px 10px 6px 10px;
|
|
36
|
+
text-align: center;
|
|
33
37
|
}
|
|
34
38
|
.pagination ul > .pagination-icon > a { padding: 9px 11px 7px 11px; }
|
|
35
39
|
.pagination-centered { text-align: center; }
|
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.10
|
|
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-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|