flashgrid 1.0.17 → 1.0.18

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: bb566e53751478335962d422bf63bda966a2739e
4
- data.tar.gz: 1847505073e4bd2753699cdfb3e2b12c4faa32b3
3
+ metadata.gz: 41ee6689ed4bdb85012c66ff31f29f0251a6bf01
4
+ data.tar.gz: 5c5c68be19a8eafa5301b42adc2e6676ebb832c1
5
5
  SHA512:
6
- metadata.gz: 8ca3e66cd776fa8038c8b60997e9cf50ce2edb9c663fce3e1e63d541c2044c38281f5fe16656424dc18044830f6f12d70207c0f3c989e4126a9948aa8c54c0c6
7
- data.tar.gz: 6b2a7d53aedbf08e94fcb9026284d6205260a73f9c5031421969cafbcd38bb6385116026a49303a18c0b0c68dd897f023fd046f0e5aefb8d73cd15b97d874d64
6
+ metadata.gz: 65e3561fd7f5e62804e4fc93a8438c1dd606d5347bd47c22908e27b558568df5a74ae8d94a033a17b0682c29fa92560e6527c95013e954628d285fa93029061b
7
+ data.tar.gz: 2ce47e913fcad8cec388ad269e824f7dee78ac8513aa0fc6d7493feeff1cead11f25565bf149cad8344957f510ecd3df4ac058938692a06c478f17faeeff466f
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.0.17"
2
+ VERSION = "1.0.18"
3
3
  end
@@ -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] { color: rgba(158,171,179,1); }
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: 1010;
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: 1030;
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.17
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-10 00:00:00.000000000 Z
11
+ date: 2014-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler