flashgrid 1.0.11 → 1.0.12

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: c5539727f235343b91aa0e983350f3583dda15a0
4
- data.tar.gz: 94f94e2e4e1e5c7b39ca1e0eb5ec4d33524ef1a0
3
+ metadata.gz: 7171795b99f296cc1ff0b2dde422611ca2f64524
4
+ data.tar.gz: f58230c233e88e65efe1148cd82c092bfb16b80e
5
5
  SHA512:
6
- metadata.gz: fe12673525d12467e07c7fdfe3ff897e21c38ee0ce2f06ec8b03a6df55fcc0a382186a95000a3467dfff404ecbea935f520f3b4b9b08544628ab731cd4b3f61c
7
- data.tar.gz: ee494809b937c0116637b81355ded941540dae9daa8800b4f029211ec25f8eacf1816892e019309046d9eb01060ad26f39ddc8fda3a30016d57db4b8840906e0
6
+ metadata.gz: bdaf5d7d86d6dcfeb672be73fddaf24bb5492d4c25dc673f743c899974c24b36468678a9ecd2dd490943cf0a287c42558fcfcf715cca6d7e920452d3ad2ea972
7
+ data.tar.gz: bdea2ece0d0f864f23f4711e3480b9e826eacbfcda06d2b0182cbbf85253f8b146bdbe48afd9a8403e7e46e8fc0cadaec6b894fa31bfdca7b791ee9cba485eba
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.0.11"
2
+ VERSION = "1.0.12"
3
3
  end
@@ -19,6 +19,8 @@
19
19
  border: none;
20
20
  border-bottom: 1px solid rgba(196,198,201,1);
21
21
  border-radius: 2px;
22
+ -moz-box-sizing: border-box;
23
+ box-sizing: border-box;
22
24
  color: rgba(71,74,84,1);
23
25
  cursor: pointer;
24
26
  display: inline-block;
@@ -256,7 +258,6 @@ input.btn-block {
256
258
  border-top-left-radius: 2px;
257
259
  margin-left: 0;
258
260
  }
259
- .btn-group > .btn-small.dropdown-toggle { padding-bottom: 6px; }
260
261
  .btn-group > .btn:last-child,
261
262
  .btn-group > .dropdown-toggle {
262
263
  border-right: none;
@@ -261,9 +261,11 @@
261
261
  .clearfix:before,
262
262
  .clearfix:after,
263
263
  .row:before,
264
+ .row-small:before,
264
265
  .row-medium:before,
265
266
  .row-large:before,
266
267
  .row:after,
268
+ .row-small:after,
267
269
  .row-medium:after,
268
270
  .row-large:after, {
269
271
  content: '\0020';
@@ -274,10 +276,12 @@
274
276
  width: 0;
275
277
  }
276
278
  .row:after,
279
+ .row-small:after,
277
280
  .row-medium:after,
278
281
  .row-large:after,
279
282
  .clearfix:after { clear: both; }
280
283
  .row,
284
+ .row-small,
281
285
  .row-medium,
282
286
  .row-large,
283
287
  .clearfix { zoom: 1; }
@@ -39,6 +39,17 @@
39
39
  top: -100%;
40
40
  }
41
41
  .modal.fade.in { top: 15%; }
42
+ .modal-column {
43
+ display: block;
44
+ float: left;
45
+ margin-right: 2.5%;
46
+ margin-left: 2.5%;
47
+ }
48
+ .modal-column.alpha { margin-left: 0; }
49
+ .modal-column.omega { margin-right: 0; }
50
+ .modal-one-quarter-column { width: 22.5%; }
51
+ .modal-half-column { width: 47.5%; }
52
+ .modal-three-quarters-column { width: 72.5%; }
42
53
  .modal-header {
43
54
  border-top-left-radius: 5px;
44
55
  border-top-right-radius: 5px;
@@ -121,6 +132,10 @@ input[type="submit"].modal-footer-btn-right {
121
132
  margin-left: -150px;
122
133
  width: 300px;
123
134
  }
135
+ .modal-column-responsive {
136
+ clear: both;
137
+ float: none;
138
+ }
124
139
  .modal-body { max-height: 180px; }
125
140
  .modal-footer-btn-left,
126
141
  input[type="submit"].modal-footer-btn-left { width: 150px; }
@@ -11,6 +11,7 @@
11
11
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
12
12
  display: none;
13
13
  font-style: normal;
14
+ letter-spacing: 0;
14
15
  left: 0;
15
16
  max-width: 276px;
16
17
  position: absolute;
@@ -31,6 +32,7 @@
31
32
  color: rgba(71,74,84,1);
32
33
  font-size: 14px;
33
34
  font-weight: bold;
35
+ letter-spacing: 0;
34
36
  line-height: 18px;
35
37
  margin: 0;
36
38
  padding: 10px 15px 8px 15px;
@@ -42,6 +44,7 @@
42
44
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
43
45
  font-size: 14px;
44
46
  font-weight: normal;
47
+ letter-spacing: 0;
45
48
  line-height: 20px;
46
49
  padding: 10px 15px;
47
50
  }
@@ -11,6 +11,7 @@
11
11
  font-size: 11px;
12
12
  font-style: normal;
13
13
  font-weight: bold;
14
+ letter-spacing: 0;
14
15
  line-height: 17px;
15
16
  opacity: 0;
16
17
  filter: alpha(opacity=0);
@@ -44,6 +45,7 @@
44
45
  background-color: rgba(71,74,84,1);
45
46
  border-radius: 3px;
46
47
  color: rgba(255,255,255,1);
48
+ letter-spacing: 0;
47
49
  max-width: 200px;
48
50
  padding: 5px 10px;
49
51
  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.11
4
+ version: 1.0.12
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-02-12 00:00:00.000000000 Z
11
+ date: 2014-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler