flashgrid-ext 1.0.9 → 1.0.10
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/README.md +1 -0
- data/lib/flashgrid/ext/version.rb +1 -1
- data/vendor/assets/javascripts/carousel.js +1 -1
- data/vendor/assets/javascripts/chart.js +1751 -0
- data/vendor/assets/javascripts/hoverdown.js +20 -15
- data/vendor/assets/javascripts/scrollspy.js +3 -3
- data/vendor/assets/stylesheets/animate.css.scss +641 -641
- data/vendor/assets/stylesheets/calendar.css.scss +7 -6
- data/vendor/assets/stylesheets/carousel.css.scss +2 -2
- data/vendor/assets/stylesheets/editor.css.scss +8 -8
- data/vendor/assets/stylesheets/sort.css.scss +1 -1
- metadata +3 -2
@@ -16,6 +16,7 @@
|
|
16
16
|
/* #Calendar
|
17
17
|
================================================== */
|
18
18
|
.calendar {
|
19
|
+
background: rgba(255,255,255,1);
|
19
20
|
direction: ltr;
|
20
21
|
text-align: left;
|
21
22
|
}
|
@@ -28,7 +29,7 @@
|
|
28
29
|
/* #Calendar Header
|
29
30
|
================================================== */
|
30
31
|
.calendar-header {
|
31
|
-
background
|
32
|
+
background: rgba(58,144,216,1);
|
32
33
|
border-top-right-radius: 3px;
|
33
34
|
border-top-left-radius: 3px;
|
34
35
|
}
|
@@ -78,10 +79,10 @@
|
|
78
79
|
================================================== */
|
79
80
|
.calendar-widget-header,
|
80
81
|
.calendar-widget-content { border: 1px solid rgba(217,222,225,1); }
|
81
|
-
.calendar-state-highlight { background
|
82
|
+
.calendar-state-highlight { background: rgba(58,144,216,0.10); }
|
82
83
|
.calendar-state-highlight .calendar-day-number { font-weight: 500; }
|
83
84
|
.calendar-cell-overlay {
|
84
|
-
background
|
85
|
+
background: rgba(58,144,216,1);
|
85
86
|
opacity: 0.3;
|
86
87
|
filter: alpha(opacity=30);
|
87
88
|
}
|
@@ -139,7 +140,7 @@
|
|
139
140
|
.calendar-event-container > .ui-draggable-dragging,
|
140
141
|
.calendar-event-container > .ui-resizable-resizing { z-index: 9; }
|
141
142
|
.calendar-event {
|
142
|
-
background
|
143
|
+
background: rgba(236,238,241,1);
|
143
144
|
border: 1px solid rgba(217,222,225,1);
|
144
145
|
border-radius: 2px;
|
145
146
|
color: rgba(71,74,84,1);
|
@@ -216,7 +217,7 @@ table.calendar-border-separate { border-collapse: separate; }
|
|
216
217
|
/* #Calendar Month View, Basic Week View, Basic Day View
|
217
218
|
================================================== */
|
218
219
|
.calendar-grid th {
|
219
|
-
background
|
220
|
+
background: rgba(236,238,241,1);
|
220
221
|
color: rgba(71,74,84,1);
|
221
222
|
font-size: 11px;
|
222
223
|
font-weight: bold;
|
@@ -255,7 +256,7 @@ table.calendar-border-separate { border-collapse: separate; }
|
|
255
256
|
================================================== */
|
256
257
|
.calendar-agenda table { border-collapse: separate; }
|
257
258
|
.calendar-agenda-days th {
|
258
|
-
background
|
259
|
+
background: rgba(236,238,241,1);
|
259
260
|
color: rgba(71,74,84,1);
|
260
261
|
font-size: 11px;
|
261
262
|
font-weight: bold;
|
@@ -107,7 +107,7 @@
|
|
107
107
|
}
|
108
108
|
.carousel-indicators li {
|
109
109
|
display: inline-block;
|
110
|
-
background
|
110
|
+
background: rgba(0,0,0,0);
|
111
111
|
border: 1px solid rgba(255,255,255,1);
|
112
112
|
border-radius: 10px;
|
113
113
|
cursor: pointer;
|
@@ -117,7 +117,7 @@
|
|
117
117
|
width: 10px;
|
118
118
|
}
|
119
119
|
.carousel-indicators .active {
|
120
|
-
background
|
120
|
+
background: rgba(255,255,255,1);
|
121
121
|
height: 12px;
|
122
122
|
margin: 0;
|
123
123
|
width: 12px;
|
@@ -41,7 +41,7 @@
|
|
41
41
|
================================================== */
|
42
42
|
.editor-dropzone {
|
43
43
|
color: rgba(158,171,179,1);
|
44
|
-
background
|
44
|
+
background: rgba(255,255,255,1);
|
45
45
|
border: 2px dashed rgba(158,171,179,1);
|
46
46
|
display: none;
|
47
47
|
min-height: 100px;
|
@@ -71,7 +71,7 @@
|
|
71
71
|
position: absolute;
|
72
72
|
}
|
73
73
|
.editor-canvas .editor-handle .editor-control-selection .editor-control-selection-info {
|
74
|
-
background
|
74
|
+
background: rgba(255,255,255,1);
|
75
75
|
bottom: 0;
|
76
76
|
color: rgba(255,255,255,1);
|
77
77
|
font-size: 12px;
|
@@ -84,7 +84,7 @@
|
|
84
84
|
.editor-canvas .editor-handle .editor-control-selection .editor-control-selection-bg {
|
85
85
|
width: 100%;
|
86
86
|
height: 100%;
|
87
|
-
background
|
87
|
+
background: rgba(255,255,255,1);
|
88
88
|
opacity: 0.3;
|
89
89
|
filter: alpha(opacity=30);
|
90
90
|
}
|
@@ -101,7 +101,7 @@
|
|
101
101
|
.editor-canvas .editor-handle .editor-control-selection .editor-control-sizing {
|
102
102
|
width: 7px;
|
103
103
|
height: 7px;
|
104
|
-
background
|
104
|
+
background: rgba(255,255,255,1);
|
105
105
|
border: 1px solid rgba(71,74,84,1);
|
106
106
|
}
|
107
107
|
.editor-canvas .editor-handle .editor-control-selection .editor-control-nw {
|
@@ -230,7 +230,7 @@
|
|
230
230
|
|
231
231
|
/* #Editor Statusbar
|
232
232
|
================================================== */
|
233
|
-
.editor-canvas .editor-statusbar { background
|
233
|
+
.editor-canvas .editor-statusbar { background: rgba(236,238,241,1); }
|
234
234
|
.editor-canvas .editor-statusbar .editor-resizebar {
|
235
235
|
border-top: 1px solid rgba(217,222,225,1);
|
236
236
|
cursor: s-resize;
|
@@ -246,7 +246,7 @@
|
|
246
246
|
/* #Editor Code View
|
247
247
|
================================================== */
|
248
248
|
.editor-codable {
|
249
|
-
background
|
249
|
+
background: rgba(71,74,84,1);
|
250
250
|
border: none;
|
251
251
|
color: rgba(255,255,255,1);
|
252
252
|
display: none;
|
@@ -264,7 +264,7 @@
|
|
264
264
|
/* #Editor Toolbar
|
265
265
|
================================================== */
|
266
266
|
.editor-toolbar {
|
267
|
-
background
|
267
|
+
background: rgba(236,238,241,1);
|
268
268
|
border-bottom: 1px solid rgba(217,222,225,1);
|
269
269
|
margin: 0;
|
270
270
|
padding: 1px 0;
|
@@ -348,4 +348,4 @@
|
|
348
348
|
z-index: 1050;
|
349
349
|
}
|
350
350
|
.editor-canvas.fullscreen .editor-resizebar { display: none; }
|
351
|
-
.editor-canvas.fullscreen .editor-editable { background
|
351
|
+
.editor-canvas.fullscreen .editor-editable { background: rgba(255,255,255,1); }
|
@@ -24,7 +24,7 @@
|
|
24
24
|
padding: 8px 0;
|
25
25
|
}
|
26
26
|
.sort-bordered > li:first-child { border: none; }
|
27
|
-
.sort-striped > li:nth-child(even) { background
|
27
|
+
.sort-striped > li:nth-child(even) { background: rgba(246,247,249,1); }
|
28
28
|
.sort-scrollable {
|
29
29
|
max-height: 300px;
|
30
30
|
overflow-y: scroll;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flashgrid-ext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
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-
|
11
|
+
date: 2014-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -57,6 +57,7 @@ files:
|
|
57
57
|
- vendor/assets/javascripts/animate.js
|
58
58
|
- vendor/assets/javascripts/calendar.js
|
59
59
|
- vendor/assets/javascripts/carousel.js
|
60
|
+
- vendor/assets/javascripts/chart.js
|
60
61
|
- vendor/assets/javascripts/editor.js
|
61
62
|
- vendor/assets/javascripts/hoverdown.js
|
62
63
|
- vendor/assets/javascripts/input_mask.js
|