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 +4 -4
- data/lib/flashgrid/ext/version.rb +1 -1
- data/vendor/assets/stylesheets/aside.css.scss +18 -18
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 912631c29081f186a7a22d6966b16ce966ff31d3
|
4
|
+
data.tar.gz: 9dc57e94db1e45be654f9c963d41acc115bce204
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31b6c277afecd3a4b6fe42c41dc22c70a05b630a17f61522a8799dd3c55d5eeb020d5a5e63fb1e68f6fbd9904041cfcf0203decd01a63a94f8f785e7dd60ceff
|
7
|
+
data.tar.gz: 0d3c55c2f544ea439fadb75247d10fc70166aaa982763cc4db10d067407b61a51ef22884c89aa057d4a214acc751d1b87dbeaf5e1d5299687c9123cec385bffd
|
@@ -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
|
}
|