vex-rails 1.0.0
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 +7 -0
- data/.gitignore +19 -0
- data/Gemfile +4 -0
- data/LICENSE.md +194 -0
- data/README.md +28 -0
- data/Rakefile +1 -0
- data/lib/vex-rails.rb +6 -0
- data/lib/vex-rails/engine.rb +4 -0
- data/lib/vex-rails/version.rb +3 -0
- data/vendor/assets/javascripts/vex.combined.min.js +2 -0
- data/vendor/assets/javascripts/vex.dialog.js +153 -0
- data/vendor/assets/javascripts/vex.dialog.min.js +2 -0
- data/vendor/assets/javascripts/vex.js +196 -0
- data/vendor/assets/javascripts/vex.min.js +2 -0
- data/vendor/assets/stylesheets/vex-theme-bottom-right-corner.css +437 -0
- data/vendor/assets/stylesheets/vex-theme-default.css +368 -0
- data/vendor/assets/stylesheets/vex-theme-flat-attack.css +325 -0
- data/vendor/assets/stylesheets/vex-theme-os.css +373 -0
- data/vendor/assets/stylesheets/vex-theme-plain.css +173 -0
- data/vendor/assets/stylesheets/vex-theme-top.css +432 -0
- data/vendor/assets/stylesheets/vex-theme-wireframe.css +174 -0
- data/vendor/assets/stylesheets/vex.css +231 -0
- data/vex-rails.gemspec +23 -0
- metadata +96 -0
@@ -0,0 +1,174 @@
|
|
1
|
+
@keyframes vex-pulse {
|
2
|
+
0% {
|
3
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
4
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
5
|
+
box-shadow: inset 0 0 0 300px transparent; }
|
6
|
+
70% {
|
7
|
+
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
8
|
+
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
9
|
+
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
|
10
|
+
100% {
|
11
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
12
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
13
|
+
box-shadow: inset 0 0 0 300px transparent; } }
|
14
|
+
|
15
|
+
@-webkit-keyframes vex-pulse {
|
16
|
+
0% {
|
17
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
18
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
19
|
+
box-shadow: inset 0 0 0 300px transparent; }
|
20
|
+
70% {
|
21
|
+
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
22
|
+
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
23
|
+
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
|
24
|
+
100% {
|
25
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
26
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
27
|
+
box-shadow: inset 0 0 0 300px transparent; } }
|
28
|
+
|
29
|
+
@-moz-keyframes vex-pulse {
|
30
|
+
0% {
|
31
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
32
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
33
|
+
box-shadow: inset 0 0 0 300px transparent; }
|
34
|
+
70% {
|
35
|
+
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
36
|
+
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
37
|
+
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
|
38
|
+
100% {
|
39
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
40
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
41
|
+
box-shadow: inset 0 0 0 300px transparent; } }
|
42
|
+
|
43
|
+
@-ms-keyframes vex-pulse {
|
44
|
+
0% {
|
45
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
46
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
47
|
+
box-shadow: inset 0 0 0 300px transparent; }
|
48
|
+
70% {
|
49
|
+
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
50
|
+
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
51
|
+
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
|
52
|
+
100% {
|
53
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
54
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
55
|
+
box-shadow: inset 0 0 0 300px transparent; } }
|
56
|
+
|
57
|
+
@-o-keyframes vex-pulse {
|
58
|
+
0% {
|
59
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
60
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
61
|
+
box-shadow: inset 0 0 0 300px transparent; }
|
62
|
+
70% {
|
63
|
+
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
64
|
+
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
|
65
|
+
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
|
66
|
+
100% {
|
67
|
+
-moz-box-shadow: inset 0 0 0 300px transparent;
|
68
|
+
-webkit-box-shadow: inset 0 0 0 300px transparent;
|
69
|
+
box-shadow: inset 0 0 0 300px transparent; } }
|
70
|
+
|
71
|
+
.vex.vex-theme-wireframe {
|
72
|
+
padding-top: 160px;
|
73
|
+
padding-bottom: 160px; }
|
74
|
+
.vex.vex-theme-wireframe .vex-overlay {
|
75
|
+
background: rgba(255, 255, 255, 0.4); }
|
76
|
+
.vex.vex-theme-wireframe .vex-content {
|
77
|
+
font-family: "Helvetica Neue", sans-serif;
|
78
|
+
background: #fff;
|
79
|
+
color: #000;
|
80
|
+
border: 2px solid #000;
|
81
|
+
padding: 2em;
|
82
|
+
position: relative;
|
83
|
+
margin: 0 auto;
|
84
|
+
max-width: 100%;
|
85
|
+
width: 400px;
|
86
|
+
font-size: 1.1em;
|
87
|
+
line-height: 1.5em; }
|
88
|
+
.vex.vex-theme-wireframe .vex-content h1, .vex.vex-theme-wireframe .vex-content h2, .vex.vex-theme-wireframe .vex-content h3, .vex.vex-theme-wireframe .vex-content h4, .vex.vex-theme-wireframe .vex-content h5, .vex.vex-theme-wireframe .vex-content h6, .vex.vex-theme-wireframe .vex-content p, .vex.vex-theme-wireframe .vex-content ul, .vex.vex-theme-wireframe .vex-content li {
|
89
|
+
color: inherit; }
|
90
|
+
.vex.vex-theme-wireframe .vex-close {
|
91
|
+
position: absolute;
|
92
|
+
top: 0;
|
93
|
+
right: 0;
|
94
|
+
cursor: pointer; }
|
95
|
+
.vex.vex-theme-wireframe .vex-close:before {
|
96
|
+
position: absolute;
|
97
|
+
content: "\00D7";
|
98
|
+
font-size: 40px;
|
99
|
+
font-weight: normal;
|
100
|
+
line-height: 80px;
|
101
|
+
height: 80px;
|
102
|
+
width: 80px;
|
103
|
+
text-align: center;
|
104
|
+
top: 3px;
|
105
|
+
right: 3px;
|
106
|
+
color: #000; }
|
107
|
+
.vex.vex-theme-wireframe .vex-close:hover:before, .vex.vex-theme-wireframe .vex-close:active:before {
|
108
|
+
color: #000; }
|
109
|
+
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-message {
|
110
|
+
margin-bottom: .5em; }
|
111
|
+
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input {
|
112
|
+
margin-bottom: 1em; }
|
113
|
+
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"] {
|
114
|
+
background: #fff;
|
115
|
+
width: 100%;
|
116
|
+
padding: .25em .67em;
|
117
|
+
font-family: inherit;
|
118
|
+
font-weight: inherit;
|
119
|
+
font-size: inherit;
|
120
|
+
min-height: 2.5em;
|
121
|
+
margin: 0 0 .25em;
|
122
|
+
border: 2px solid #000; }
|
123
|
+
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
|
124
|
+
border-style: dashed;
|
125
|
+
outline: none; }
|
126
|
+
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons {
|
127
|
+
*zoom: 1; }
|
128
|
+
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons:after {
|
129
|
+
content: "";
|
130
|
+
display: table;
|
131
|
+
clear: both; }
|
132
|
+
.vex.vex-theme-wireframe .vex-dialog-button {
|
133
|
+
-moz-border-radius: 0;
|
134
|
+
-webkit-border-radius: 0;
|
135
|
+
border-radius: 0;
|
136
|
+
border: 0;
|
137
|
+
float: right;
|
138
|
+
margin: 0 0 0 .5em;
|
139
|
+
font-family: inherit;
|
140
|
+
text-transform: uppercase;
|
141
|
+
letter-spacing: .1em;
|
142
|
+
font-size: .8em;
|
143
|
+
line-height: 1em;
|
144
|
+
padding: .75em 2em; }
|
145
|
+
.vex.vex-theme-wireframe .vex-dialog-button.vex-last {
|
146
|
+
margin-left: 0; }
|
147
|
+
.vex.vex-theme-wireframe .vex-dialog-button:focus {
|
148
|
+
animation: vex-pulse 1.1s infinite;
|
149
|
+
-webkit-animation: vex-pulse 1.1s infinite;
|
150
|
+
-moz-animation: vex-pulse 1.1s infinite;
|
151
|
+
-ms-animation: vex-pulse 1.1s infinite;
|
152
|
+
-o-animation: vex-pulse 1.1s infinite;
|
153
|
+
-webkit-backface-visibility: hidden;
|
154
|
+
outline: none; }
|
155
|
+
@media (max-width: 568px) {
|
156
|
+
.vex.vex-theme-wireframe .vex-dialog-button:focus {
|
157
|
+
animation: none;
|
158
|
+
-webkit-animation: none;
|
159
|
+
-moz-animation: none;
|
160
|
+
-ms-animation: none;
|
161
|
+
-o-animation: none;
|
162
|
+
-webkit-backface-visibility: hidden; } }
|
163
|
+
.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-primary {
|
164
|
+
background: #000;
|
165
|
+
color: #fff;
|
166
|
+
border: 2px solid transparent; }
|
167
|
+
.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-secondary {
|
168
|
+
background: #fff;
|
169
|
+
color: #000;
|
170
|
+
border: 2px solid #000; }
|
171
|
+
|
172
|
+
.vex-loading-spinner.vex-theme-wireframe {
|
173
|
+
height: 2.5em;
|
174
|
+
width: 2.5em; }
|
@@ -0,0 +1,231 @@
|
|
1
|
+
@keyframes vex-fadein {
|
2
|
+
0% {
|
3
|
+
opacity: 0; }
|
4
|
+
100% {
|
5
|
+
opacity: 1; } }
|
6
|
+
|
7
|
+
@-webkit-keyframes vex-fadein {
|
8
|
+
0% {
|
9
|
+
opacity: 0; }
|
10
|
+
100% {
|
11
|
+
opacity: 1; } }
|
12
|
+
|
13
|
+
@-moz-keyframes vex-fadein {
|
14
|
+
0% {
|
15
|
+
opacity: 0; }
|
16
|
+
100% {
|
17
|
+
opacity: 1; } }
|
18
|
+
|
19
|
+
@-ms-keyframes vex-fadein {
|
20
|
+
0% {
|
21
|
+
opacity: 0; }
|
22
|
+
100% {
|
23
|
+
opacity: 1; } }
|
24
|
+
|
25
|
+
@-o-keyframes vex-fadein {
|
26
|
+
0% {
|
27
|
+
opacity: 0; }
|
28
|
+
100% {
|
29
|
+
opacity: 1; } }
|
30
|
+
|
31
|
+
@keyframes vex-fadeout {
|
32
|
+
0% {
|
33
|
+
opacity: 1; }
|
34
|
+
100% {
|
35
|
+
opacity: 0; } }
|
36
|
+
|
37
|
+
@-webkit-keyframes vex-fadeout {
|
38
|
+
0% {
|
39
|
+
opacity: 1; }
|
40
|
+
100% {
|
41
|
+
opacity: 0; } }
|
42
|
+
|
43
|
+
@-moz-keyframes vex-fadeout {
|
44
|
+
0% {
|
45
|
+
opacity: 1; }
|
46
|
+
100% {
|
47
|
+
opacity: 0; } }
|
48
|
+
|
49
|
+
@-ms-keyframes vex-fadeout {
|
50
|
+
0% {
|
51
|
+
opacity: 1; }
|
52
|
+
100% {
|
53
|
+
opacity: 0; } }
|
54
|
+
|
55
|
+
@-o-keyframes vex-fadeout {
|
56
|
+
0% {
|
57
|
+
opacity: 1; }
|
58
|
+
100% {
|
59
|
+
opacity: 0; } }
|
60
|
+
|
61
|
+
@keyframes vex-rotation {
|
62
|
+
0% {
|
63
|
+
transform: rotate(0deg);
|
64
|
+
-webkit-transform: rotate(0deg);
|
65
|
+
-moz-transform: rotate(0deg);
|
66
|
+
-ms-transform: rotate(0deg);
|
67
|
+
-o-transform: rotate(0deg); }
|
68
|
+
100% {
|
69
|
+
transform: rotate(359deg);
|
70
|
+
-webkit-transform: rotate(359deg);
|
71
|
+
-moz-transform: rotate(359deg);
|
72
|
+
-ms-transform: rotate(359deg);
|
73
|
+
-o-transform: rotate(359deg); } }
|
74
|
+
|
75
|
+
@-webkit-keyframes vex-rotation {
|
76
|
+
0% {
|
77
|
+
transform: rotate(0deg);
|
78
|
+
-webkit-transform: rotate(0deg);
|
79
|
+
-moz-transform: rotate(0deg);
|
80
|
+
-ms-transform: rotate(0deg);
|
81
|
+
-o-transform: rotate(0deg); }
|
82
|
+
100% {
|
83
|
+
transform: rotate(359deg);
|
84
|
+
-webkit-transform: rotate(359deg);
|
85
|
+
-moz-transform: rotate(359deg);
|
86
|
+
-ms-transform: rotate(359deg);
|
87
|
+
-o-transform: rotate(359deg); } }
|
88
|
+
|
89
|
+
@-moz-keyframes vex-rotation {
|
90
|
+
0% {
|
91
|
+
transform: rotate(0deg);
|
92
|
+
-webkit-transform: rotate(0deg);
|
93
|
+
-moz-transform: rotate(0deg);
|
94
|
+
-ms-transform: rotate(0deg);
|
95
|
+
-o-transform: rotate(0deg); }
|
96
|
+
100% {
|
97
|
+
transform: rotate(359deg);
|
98
|
+
-webkit-transform: rotate(359deg);
|
99
|
+
-moz-transform: rotate(359deg);
|
100
|
+
-ms-transform: rotate(359deg);
|
101
|
+
-o-transform: rotate(359deg); } }
|
102
|
+
|
103
|
+
@-ms-keyframes vex-rotation {
|
104
|
+
0% {
|
105
|
+
transform: rotate(0deg);
|
106
|
+
-webkit-transform: rotate(0deg);
|
107
|
+
-moz-transform: rotate(0deg);
|
108
|
+
-ms-transform: rotate(0deg);
|
109
|
+
-o-transform: rotate(0deg); }
|
110
|
+
100% {
|
111
|
+
transform: rotate(359deg);
|
112
|
+
-webkit-transform: rotate(359deg);
|
113
|
+
-moz-transform: rotate(359deg);
|
114
|
+
-ms-transform: rotate(359deg);
|
115
|
+
-o-transform: rotate(359deg); } }
|
116
|
+
|
117
|
+
@-o-keyframes vex-rotation {
|
118
|
+
0% {
|
119
|
+
transform: rotate(0deg);
|
120
|
+
-webkit-transform: rotate(0deg);
|
121
|
+
-moz-transform: rotate(0deg);
|
122
|
+
-ms-transform: rotate(0deg);
|
123
|
+
-o-transform: rotate(0deg); }
|
124
|
+
100% {
|
125
|
+
transform: rotate(359deg);
|
126
|
+
-webkit-transform: rotate(359deg);
|
127
|
+
-moz-transform: rotate(359deg);
|
128
|
+
-ms-transform: rotate(359deg);
|
129
|
+
-o-transform: rotate(359deg); } }
|
130
|
+
|
131
|
+
.vex, .vex *, .vex *:before, .vex *:after {
|
132
|
+
-moz-box-sizing: border-box;
|
133
|
+
-webkit-box-sizing: border-box;
|
134
|
+
box-sizing: border-box; }
|
135
|
+
|
136
|
+
.vex {
|
137
|
+
position: fixed;
|
138
|
+
overflow: auto;
|
139
|
+
-webkit-overflow-scrolling: touch;
|
140
|
+
z-index: 1111;
|
141
|
+
top: 0;
|
142
|
+
right: 0;
|
143
|
+
bottom: 0;
|
144
|
+
left: 0; }
|
145
|
+
|
146
|
+
.vex-scrollbar-measure {
|
147
|
+
position: absolute;
|
148
|
+
top: -9999px;
|
149
|
+
width: 50px;
|
150
|
+
height: 50px;
|
151
|
+
overflow: scroll; }
|
152
|
+
|
153
|
+
.vex-overlay {
|
154
|
+
background: #000;
|
155
|
+
filter: alpha(opacity=40);
|
156
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
|
157
|
+
|
158
|
+
.vex-overlay {
|
159
|
+
animation: vex-fadein 0.5s;
|
160
|
+
-webkit-animation: vex-fadein 0.5s;
|
161
|
+
-moz-animation: vex-fadein 0.5s;
|
162
|
+
-ms-animation: vex-fadein 0.5s;
|
163
|
+
-o-animation: vex-fadein 0.5s;
|
164
|
+
-webkit-backface-visibility: hidden;
|
165
|
+
position: fixed;
|
166
|
+
background: rgba(0, 0, 0, 0.4);
|
167
|
+
top: 0;
|
168
|
+
right: 0;
|
169
|
+
bottom: 0;
|
170
|
+
left: 0; }
|
171
|
+
.vex.vex-closing .vex-overlay {
|
172
|
+
animation: vex-fadeout 0.5s;
|
173
|
+
-webkit-animation: vex-fadeout 0.5s;
|
174
|
+
-moz-animation: vex-fadeout 0.5s;
|
175
|
+
-ms-animation: vex-fadeout 0.5s;
|
176
|
+
-o-animation: vex-fadeout 0.5s;
|
177
|
+
-webkit-backface-visibility: hidden; }
|
178
|
+
|
179
|
+
.vex-content {
|
180
|
+
animation: vex-fadein 0.5s;
|
181
|
+
-webkit-animation: vex-fadein 0.5s;
|
182
|
+
-moz-animation: vex-fadein 0.5s;
|
183
|
+
-ms-animation: vex-fadein 0.5s;
|
184
|
+
-o-animation: vex-fadein 0.5s;
|
185
|
+
-webkit-backface-visibility: hidden;
|
186
|
+
background: #fff; }
|
187
|
+
.vex.vex-closing .vex-content {
|
188
|
+
animation: vex-fadeout 0.5s;
|
189
|
+
-webkit-animation: vex-fadeout 0.5s;
|
190
|
+
-moz-animation: vex-fadeout 0.5s;
|
191
|
+
-ms-animation: vex-fadeout 0.5s;
|
192
|
+
-o-animation: vex-fadeout 0.5s;
|
193
|
+
-webkit-backface-visibility: hidden; }
|
194
|
+
|
195
|
+
.vex-close:before {
|
196
|
+
font-family: Arial, sans-serif;
|
197
|
+
content: "\00D7"; }
|
198
|
+
|
199
|
+
.vex-dialog-form {
|
200
|
+
margin: 0; }
|
201
|
+
|
202
|
+
.vex-dialog-button {
|
203
|
+
text-rendering: optimizeLegibility;
|
204
|
+
-moz-appearance: none;
|
205
|
+
-webkit-appearance: none;
|
206
|
+
cursor: pointer;
|
207
|
+
-webkit-tap-highlight-color: transparent; }
|
208
|
+
|
209
|
+
.vex-loading-spinner {
|
210
|
+
animation: vex-rotation 0.7s linear infinite;
|
211
|
+
-webkit-animation: vex-rotation 0.7s linear infinite;
|
212
|
+
-moz-animation: vex-rotation 0.7s linear infinite;
|
213
|
+
-ms-animation: vex-rotation 0.7s linear infinite;
|
214
|
+
-o-animation: vex-rotation 0.7s linear infinite;
|
215
|
+
-webkit-backface-visibility: hidden;
|
216
|
+
-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
|
217
|
+
-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
|
218
|
+
box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
|
219
|
+
position: fixed;
|
220
|
+
z-index: 1112;
|
221
|
+
margin: auto;
|
222
|
+
top: 0;
|
223
|
+
right: 0;
|
224
|
+
bottom: 0;
|
225
|
+
left: 0;
|
226
|
+
height: 2em;
|
227
|
+
width: 2em;
|
228
|
+
background: #fff; }
|
229
|
+
|
230
|
+
body.vex-open {
|
231
|
+
overflow: hidden; }
|
data/vex-rails.gemspec
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'vex-rails/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "vex-rails"
|
8
|
+
spec.version = VexRails::VERSION
|
9
|
+
spec.authors = ["Marcel Ruhf"]
|
10
|
+
spec.email = ["marcel@marcelruhf.com"]
|
11
|
+
spec.description = %q{Vex is a modern dialog library which is highly configurable, easily stylable, and gets out of the way.}
|
12
|
+
spec.summary = %q{Vex is a modern dialog library which is highly configurable, easily stylable, and gets out of the way.}
|
13
|
+
spec.homepage = "http://github.com/marcelruhf/vex-rails"
|
14
|
+
spec.license = "Apache 2.0 License"
|
15
|
+
|
16
|
+
spec.files = `git ls-files`.split($/)
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
+
spec.require_paths = ["lib"]
|
20
|
+
|
21
|
+
spec.add_development_dependency "bundler"
|
22
|
+
spec.add_development_dependency "rake"
|
23
|
+
end
|
metadata
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: vex-rails
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Marcel Ruhf
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-06-27 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
description: Vex is a modern dialog library which is highly configurable, easily stylable,
|
42
|
+
and gets out of the way.
|
43
|
+
email:
|
44
|
+
- marcel@marcelruhf.com
|
45
|
+
executables: []
|
46
|
+
extensions: []
|
47
|
+
extra_rdoc_files: []
|
48
|
+
files:
|
49
|
+
- ".gitignore"
|
50
|
+
- Gemfile
|
51
|
+
- LICENSE.md
|
52
|
+
- README.md
|
53
|
+
- Rakefile
|
54
|
+
- lib/vex-rails.rb
|
55
|
+
- lib/vex-rails/engine.rb
|
56
|
+
- lib/vex-rails/version.rb
|
57
|
+
- vendor/assets/javascripts/vex.combined.min.js
|
58
|
+
- vendor/assets/javascripts/vex.dialog.js
|
59
|
+
- vendor/assets/javascripts/vex.dialog.min.js
|
60
|
+
- vendor/assets/javascripts/vex.js
|
61
|
+
- vendor/assets/javascripts/vex.min.js
|
62
|
+
- vendor/assets/stylesheets/vex-theme-bottom-right-corner.css
|
63
|
+
- vendor/assets/stylesheets/vex-theme-default.css
|
64
|
+
- vendor/assets/stylesheets/vex-theme-flat-attack.css
|
65
|
+
- vendor/assets/stylesheets/vex-theme-os.css
|
66
|
+
- vendor/assets/stylesheets/vex-theme-plain.css
|
67
|
+
- vendor/assets/stylesheets/vex-theme-top.css
|
68
|
+
- vendor/assets/stylesheets/vex-theme-wireframe.css
|
69
|
+
- vendor/assets/stylesheets/vex.css
|
70
|
+
- vex-rails.gemspec
|
71
|
+
homepage: http://github.com/marcelruhf/vex-rails
|
72
|
+
licenses:
|
73
|
+
- Apache 2.0 License
|
74
|
+
metadata: {}
|
75
|
+
post_install_message:
|
76
|
+
rdoc_options: []
|
77
|
+
require_paths:
|
78
|
+
- lib
|
79
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0'
|
84
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - ">="
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '0'
|
89
|
+
requirements: []
|
90
|
+
rubyforge_project:
|
91
|
+
rubygems_version: 2.6.4
|
92
|
+
signing_key:
|
93
|
+
specification_version: 4
|
94
|
+
summary: Vex is a modern dialog library which is highly configurable, easily stylable,
|
95
|
+
and gets out of the way.
|
96
|
+
test_files: []
|