flashgrid 1.0.17 → 1.0.18
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: 41ee6689ed4bdb85012c66ff31f29f0251a6bf01
|
|
4
|
+
data.tar.gz: 5c5c68be19a8eafa5301b42adc2e6676ebb832c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65e3561fd7f5e62804e4fc93a8438c1dd606d5347bd47c22908e27b558568df5a74ae8d94a033a17b0682c29fa92560e6527c95013e954628d285fa93029061b
|
|
7
|
+
data.tar.gz: 2ce47e913fcad8cec388ad269e824f7dee78ac8513aa0fc6d7493feeff1cead11f25565bf149cad8344957f510ecd3df4ac058938692a06c478f17faeeff466f
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -158,12 +158,6 @@ input.btn-block {
|
|
|
158
158
|
border-color: rgba(199,200,204,1);
|
|
159
159
|
color: rgba(71,74,84,1);
|
|
160
160
|
}
|
|
161
|
-
.btn-outline[disabled],
|
|
162
|
-
.btn-outline[disabled]:hover {
|
|
163
|
-
background: transparent;
|
|
164
|
-
border-color: rgba(239,240,244,1);
|
|
165
|
-
color: rgba(194,202,212,1);
|
|
166
|
-
}
|
|
167
161
|
.btn-large.btn-outline { padding: 14px 29px 16px 29px; }
|
|
168
162
|
.btn-small.btn-outline { padding: 7px 14px 8px 14px; }
|
|
169
163
|
.btn-mini.btn-outline { padding: 5px 14px 6px 14px; }
|
|
@@ -108,7 +108,10 @@ input[type="submit"].modal-footer-btn {
|
|
|
108
108
|
width: 100%;
|
|
109
109
|
}
|
|
110
110
|
.modal-footer-btn[disabled],
|
|
111
|
-
input[type="submit"].modal-footer-btn[disabled] {
|
|
111
|
+
input[type="submit"].modal-footer-btn[disabled] {
|
|
112
|
+
color: rgba(158,171,179,1);
|
|
113
|
+
cursor: not-allowed;
|
|
114
|
+
}
|
|
112
115
|
.modal-footer-btn-left,
|
|
113
116
|
input[type="submit"].modal-footer-btn-left {
|
|
114
117
|
border-right: 1px solid rgba(217,222,225,1);
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
border: 1px solid rgba(217,222,225,1);
|
|
11
11
|
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
|
12
12
|
display: none;
|
|
13
|
+
float: none;
|
|
13
14
|
font-style: normal;
|
|
14
15
|
letter-spacing: 0;
|
|
15
16
|
left: 0;
|
|
@@ -20,7 +21,7 @@
|
|
|
20
21
|
text-transform: none;
|
|
21
22
|
top: 0;
|
|
22
23
|
white-space: normal;
|
|
23
|
-
z-index:
|
|
24
|
+
z-index: 1060;
|
|
24
25
|
}
|
|
25
26
|
.popover.top { margin-top: -10px; }
|
|
26
27
|
.popover.right { margin-left: 10px; }
|
|
@@ -15,11 +15,12 @@
|
|
|
15
15
|
line-height: 17px;
|
|
16
16
|
opacity: 0;
|
|
17
17
|
filter: alpha(opacity=0);
|
|
18
|
+
float: none;
|
|
18
19
|
position: absolute;
|
|
19
20
|
text-decoration: none;
|
|
20
21
|
text-transform: none;
|
|
21
22
|
visibility: visible;
|
|
22
|
-
z-index:
|
|
23
|
+
z-index: 1070;
|
|
23
24
|
}
|
|
24
25
|
.tooltip.in {
|
|
25
26
|
opacity: 0.8;
|
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.18
|
|
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-03-
|
|
11
|
+
date: 2014-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|