flashgrid-ext 1.0.11 → 1.0.13

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: 240d3e34de1b9e47f2aab8f1937604255d7e92d6
4
- data.tar.gz: 22f86d0b654b783d66bee0a3d383d66bba9f2c55
3
+ metadata.gz: 912631c29081f186a7a22d6966b16ce966ff31d3
4
+ data.tar.gz: 9dc57e94db1e45be654f9c963d41acc115bce204
5
5
  SHA512:
6
- metadata.gz: 6ed1b9cf1713adc5a51c0e912c35278ca78702e15dd4a0f0cb58c09d570d7c99a0e2734b81c76137c1d572cf9f9c7efc29875eca8bc7073a06093bc202690d96
7
- data.tar.gz: 9fb61ecad65974bcdaaf5039892c85a2bda1127e38fe56caf5432f9b6e6093f902a3cc4cbd9583030c6cb2210b871d815cb4d3eec5fcac09455205f3b333adf0
6
+ metadata.gz: 31b6c277afecd3a4b6fe42c41dc22c70a05b630a17f61522a8799dd3c55d5eeb020d5a5e63fb1e68f6fbd9904041cfcf0203decd01a63a94f8f785e7dd60ceff
7
+ data.tar.gz: 0d3c55c2f544ea439fadb75247d10fc70166aaa982763cc4db10d067407b61a51ef22884c89aa057d4a214acc751d1b87dbeaf5e1d5299687c9123cec385bffd
@@ -1,5 +1,5 @@
1
1
  module Flashgrid
2
2
  module Ext
3
- VERSION = "1.0.11"
3
+ VERSION = "1.0.13"
4
4
  end
5
5
  end
@@ -36,16 +36,16 @@
36
36
  position: absolute;
37
37
  right: 0;
38
38
  }
39
- .modal-footer-btn,
40
- input[type="submit"].modal-footer-btn {
39
+ .aside .modal-footer-btn,
40
+ .aside input[type="submit"].modal-footer-btn {
41
41
  border-bottom-left-radius: 0;
42
42
  border-bottom-right-radius: 0;
43
43
  width: 420px;
44
44
  }
45
- .modal-footer-btn-left,
46
- input[type="submit"].modal-footer-btn-left,
47
- .modal-footer-btn-right,
48
- input[type="submit"].modal-footer-btn-right { width: 210px; }
45
+ .aside .modal-footer-btn-left,
46
+ .aside input[type="submit"].modal-footer-btn-left,
47
+ .aside .modal-footer-btn-right,
48
+ .aside input[type="submit"].modal-footer-btn-right { width: 210px; }
49
49
 
50
50
  /* #Media Queries
51
51
  ================================================== */
@@ -54,12 +54,12 @@ input[type="submit"].modal-footer-btn-right { width: 210px; }
54
54
  margin-left: 0;
55
55
  width: 300px;
56
56
  }
57
- .modal-footer-btn,
58
- input[type="submit"].modal-footer-btn { width: 300px; }
59
- .modal-footer-btn-left,
60
- input[type="submit"].modal-footer-btn-left,
61
- .modal-footer-btn-right,
62
- input[type="submit"].modal-footer-btn-right { width: 150px; }
57
+ .aside .modal-footer-btn,
58
+ .aside input[type="submit"].modal-footer-btn { width: 300px; }
59
+ .aside .modal-footer-btn-left,
60
+ .aside input[type="submit"].modal-footer-btn-left,
61
+ .aside .modal-footer-btn-right,
62
+ .aside input[type="submit"].modal-footer-btn-right { width: 150px; }
63
63
  }
64
64
  @media only screen and (min-width: 480px) and (max-width: 767px) {
65
65
  .aside {
@@ -67,10 +67,10 @@ input[type="submit"].modal-footer-btn-right { width: 210px; }
67
67
  width: 420px;
68
68
  }
69
69
  .aside .modal-body { min-height: 50%; }
70
- .modal-footer-btn,
71
- input[type="submit"].modal-footer-btn { width: 420px; }
72
- .modal-footer-btn-left,
73
- input[type="submit"].modal-footer-btn-left,
74
- .modal-footer-btn-right,
75
- input[type="submit"].modal-footer-btn-right { width: 210px; }
70
+ .aside .modal-footer-btn,
71
+ .aside input[type="submit"].modal-footer-btn { width: 420px; }
72
+ .aside .modal-footer-btn-left,
73
+ .aside input[type="submit"].modal-footer-btn-left,
74
+ .aside .modal-footer-btn-right,
75
+ .aside input[type="submit"].modal-footer-btn-right { width: 210px; }
76
76
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez