flashgrid 1.0.2 → 1.0.3
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 +4 -4
- data/.gitignore +0 -1
- data/lib/flashgrid/version.rb +1 -1
- data/vendor/assets/stylesheets/button.css.scss +1 -0
- data/vendor/assets/stylesheets/modal.css.scss +17 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6414c7926aa5c075c8f3a75512f73e41ff126db9
|
|
4
|
+
data.tar.gz: db8fcc652887e5709afdb652fa21c6a754980a3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea35f5e37fb7bdcaa9d0db2b32b0e2dc53e9ef84a272e49f139496a499748043b75ade5739890f5f0b16ad5f5453c3af3fa521b28c537dbd77abba8ff1f538df
|
|
7
|
+
data.tar.gz: ff35f9c0b014479cb002f04e30bf2ee23ba3c29ba2520c97e0fb07b150c87974120cffa4923001d98073240ab7280cd7533aea61a960a0d4ee578ed64995e947
|
data/.gitignore
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/.gem
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -74,27 +74,36 @@
|
|
|
74
74
|
line-height: 0;
|
|
75
75
|
}
|
|
76
76
|
.modal-footer:after { clear: both; }
|
|
77
|
-
.modal-footer
|
|
77
|
+
.modal-footer-btn {
|
|
78
|
+
-webkit-appearance: none;
|
|
79
|
+
-moz-appearance: none;
|
|
80
|
+
border: none;
|
|
81
|
+
background: transparent;
|
|
78
82
|
border-bottom-left-radius: 5px;
|
|
79
83
|
border-bottom-right-radius: 5px;
|
|
80
84
|
color: rgba(0,153,255,1);
|
|
85
|
+
cursor: pointer;
|
|
81
86
|
float: left;
|
|
82
87
|
font-size: 13px;
|
|
88
|
+
-webkit-font-smoothing: antialiased;
|
|
83
89
|
font-weight: 500;
|
|
84
90
|
line-height: 13px;
|
|
91
|
+
margin: 0;
|
|
85
92
|
padding: 18px 0 16px 0;
|
|
86
93
|
text-align: center;
|
|
94
|
+
text-rendering: geometricPrecision;
|
|
87
95
|
text-transform: uppercase;
|
|
96
|
+
vertical-align: middle;
|
|
88
97
|
width: 100%;
|
|
89
98
|
}
|
|
90
|
-
|
|
99
|
+
.modal-footer-btn-left {
|
|
91
100
|
border-right: 1px solid rgba(217,222,225,1);
|
|
92
101
|
border-bottom-right-radius: 0;
|
|
93
102
|
width: 279px;
|
|
94
103
|
}
|
|
95
|
-
|
|
104
|
+
.modal-footer-btn-right {
|
|
96
105
|
border-bottom-left-radius: 0;
|
|
97
|
-
width: 280px;
|
|
106
|
+
width: 280px;
|
|
98
107
|
}
|
|
99
108
|
|
|
100
109
|
/* #Media Queries
|
|
@@ -104,14 +113,14 @@ a.modal-footer-double-right {
|
|
|
104
113
|
margin-left: -150px;
|
|
105
114
|
width: 300px;
|
|
106
115
|
}
|
|
107
|
-
|
|
108
|
-
|
|
116
|
+
.modal-footer-btn-left { width: 149px; }
|
|
117
|
+
.modal-footer-btn-right { width: 150px; }
|
|
109
118
|
}
|
|
110
119
|
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
|
111
120
|
.modal {
|
|
112
121
|
margin-left: -210px;
|
|
113
122
|
width: 420px;
|
|
114
123
|
}
|
|
115
|
-
|
|
116
|
-
|
|
124
|
+
.modal-footer-btn-left { width: 209px; }
|
|
125
|
+
.modal-footer-btn-right { width: 210px; }
|
|
117
126
|
}
|
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.3
|
|
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-01-
|
|
11
|
+
date: 2014-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|