gridstack-js-rails 0.2.3 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,19 @@
1
1
  .grid-stack.grid-stack-1 > .grid-stack-item {
2
2
  min-width: 100%;
3
3
  }
4
+
4
5
  .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width='1'] {
5
6
  width: 100%;
6
7
  }
8
+
7
9
  .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x='1'] {
8
10
  left: 100%;
9
11
  }
12
+
10
13
  .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width='1'] {
11
14
  min-width: 100%;
12
15
  }
16
+
13
17
  .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width='1'] {
14
18
  max-width: 100%;
15
19
  }
@@ -17,67 +21,87 @@
17
21
  .grid-stack.grid-stack-2 > .grid-stack-item {
18
22
  min-width: 50%;
19
23
  }
24
+
20
25
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='1'] {
21
26
  width: 50%;
22
27
  }
28
+
23
29
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='1'] {
24
30
  left: 50%;
25
31
  }
32
+
26
33
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='1'] {
27
34
  min-width: 50%;
28
35
  }
36
+
29
37
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='1'] {
30
38
  max-width: 50%;
31
39
  }
40
+
32
41
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='2'] {
33
42
  width: 100%;
34
43
  }
44
+
35
45
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='2'] {
36
46
  left: 100%;
37
47
  }
48
+
38
49
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='2'] {
39
50
  min-width: 100%;
40
51
  }
52
+
41
53
  .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='2'] {
42
54
  max-width: 100%;
43
55
  }
44
56
 
45
57
  .grid-stack.grid-stack-3 > .grid-stack-item {
46
- min-width: 33.33333333%;
58
+ min-width: 33.3333333333%;
47
59
  }
60
+
48
61
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='1'] {
49
- width: 33.33333333%;
62
+ width: 33.3333333333%;
50
63
  }
64
+
51
65
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='1'] {
52
- left: 33.33333333%;
66
+ left: 33.3333333333%;
53
67
  }
68
+
54
69
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='1'] {
55
- min-width: 33.33333333%;
70
+ min-width: 33.3333333333%;
56
71
  }
72
+
57
73
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='1'] {
58
- max-width: 33.33333333%;
74
+ max-width: 33.3333333333%;
59
75
  }
76
+
60
77
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='2'] {
61
- width: 66.66666667%;
78
+ width: 66.6666666667%;
62
79
  }
80
+
63
81
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='2'] {
64
- left: 66.66666667%;
82
+ left: 66.6666666667%;
65
83
  }
84
+
66
85
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='2'] {
67
- min-width: 66.66666667%;
86
+ min-width: 66.6666666667%;
68
87
  }
88
+
69
89
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='2'] {
70
- max-width: 66.66666667%;
90
+ max-width: 66.6666666667%;
71
91
  }
92
+
72
93
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='3'] {
73
94
  width: 100%;
74
95
  }
96
+
75
97
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='3'] {
76
98
  left: 100%;
77
99
  }
100
+
78
101
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='3'] {
79
102
  min-width: 100%;
80
103
  }
104
+
81
105
  .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='3'] {
82
106
  max-width: 100%;
83
107
  }
@@ -85,51 +109,67 @@
85
109
  .grid-stack.grid-stack-4 > .grid-stack-item {
86
110
  min-width: 25%;
87
111
  }
112
+
88
113
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='1'] {
89
114
  width: 25%;
90
115
  }
116
+
91
117
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='1'] {
92
118
  left: 25%;
93
119
  }
120
+
94
121
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='1'] {
95
122
  min-width: 25%;
96
123
  }
124
+
97
125
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='1'] {
98
126
  max-width: 25%;
99
127
  }
128
+
100
129
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='2'] {
101
130
  width: 50%;
102
131
  }
132
+
103
133
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='2'] {
104
134
  left: 50%;
105
135
  }
136
+
106
137
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='2'] {
107
138
  min-width: 50%;
108
139
  }
140
+
109
141
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='2'] {
110
142
  max-width: 50%;
111
143
  }
144
+
112
145
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='3'] {
113
146
  width: 75%;
114
147
  }
148
+
115
149
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='3'] {
116
150
  left: 75%;
117
151
  }
152
+
118
153
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='3'] {
119
154
  min-width: 75%;
120
155
  }
156
+
121
157
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='3'] {
122
158
  max-width: 75%;
123
159
  }
160
+
124
161
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='4'] {
125
162
  width: 100%;
126
163
  }
164
+
127
165
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='4'] {
128
166
  left: 100%;
129
167
  }
168
+
130
169
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='4'] {
131
170
  min-width: 100%;
132
171
  }
172
+
133
173
  .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='4'] {
134
174
  max-width: 100%;
135
175
  }
@@ -137,227 +177,299 @@
137
177
  .grid-stack.grid-stack-5 > .grid-stack-item {
138
178
  min-width: 20%;
139
179
  }
180
+
140
181
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='1'] {
141
182
  width: 20%;
142
183
  }
184
+
143
185
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='1'] {
144
186
  left: 20%;
145
187
  }
188
+
146
189
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='1'] {
147
190
  min-width: 20%;
148
191
  }
192
+
149
193
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='1'] {
150
194
  max-width: 20%;
151
195
  }
196
+
152
197
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='2'] {
153
198
  width: 40%;
154
199
  }
200
+
155
201
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='2'] {
156
202
  left: 40%;
157
203
  }
204
+
158
205
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='2'] {
159
206
  min-width: 40%;
160
207
  }
208
+
161
209
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='2'] {
162
210
  max-width: 40%;
163
211
  }
212
+
164
213
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='3'] {
165
214
  width: 60%;
166
215
  }
216
+
167
217
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='3'] {
168
218
  left: 60%;
169
219
  }
220
+
170
221
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='3'] {
171
222
  min-width: 60%;
172
223
  }
224
+
173
225
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='3'] {
174
226
  max-width: 60%;
175
227
  }
228
+
176
229
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='4'] {
177
230
  width: 80%;
178
231
  }
232
+
179
233
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='4'] {
180
234
  left: 80%;
181
235
  }
236
+
182
237
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='4'] {
183
238
  min-width: 80%;
184
239
  }
240
+
185
241
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='4'] {
186
242
  max-width: 80%;
187
243
  }
244
+
188
245
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='5'] {
189
246
  width: 100%;
190
247
  }
248
+
191
249
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='5'] {
192
250
  left: 100%;
193
251
  }
252
+
194
253
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='5'] {
195
254
  min-width: 100%;
196
255
  }
256
+
197
257
  .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='5'] {
198
258
  max-width: 100%;
199
259
  }
200
260
 
201
261
  .grid-stack.grid-stack-6 > .grid-stack-item {
202
- min-width: 16.66666667%;
262
+ min-width: 16.6666666667%;
203
263
  }
264
+
204
265
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='1'] {
205
- width: 16.66666667%;
266
+ width: 16.6666666667%;
206
267
  }
268
+
207
269
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='1'] {
208
- left: 16.66666667%;
270
+ left: 16.6666666667%;
209
271
  }
272
+
210
273
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='1'] {
211
- min-width: 16.66666667%;
274
+ min-width: 16.6666666667%;
212
275
  }
276
+
213
277
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='1'] {
214
- max-width: 16.66666667%;
278
+ max-width: 16.6666666667%;
215
279
  }
280
+
216
281
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='2'] {
217
- width: 33.33333333%;
282
+ width: 33.3333333333%;
218
283
  }
284
+
219
285
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='2'] {
220
- left: 33.33333333%;
286
+ left: 33.3333333333%;
221
287
  }
288
+
222
289
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='2'] {
223
- min-width: 33.33333333%;
290
+ min-width: 33.3333333333%;
224
291
  }
292
+
225
293
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='2'] {
226
- max-width: 33.33333333%;
294
+ max-width: 33.3333333333%;
227
295
  }
296
+
228
297
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='3'] {
229
298
  width: 50%;
230
299
  }
300
+
231
301
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='3'] {
232
302
  left: 50%;
233
303
  }
304
+
234
305
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='3'] {
235
306
  min-width: 50%;
236
307
  }
308
+
237
309
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='3'] {
238
310
  max-width: 50%;
239
311
  }
312
+
240
313
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='4'] {
241
- width: 66.66666667%;
314
+ width: 66.6666666667%;
242
315
  }
316
+
243
317
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='4'] {
244
- left: 66.66666667%;
318
+ left: 66.6666666667%;
245
319
  }
320
+
246
321
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='4'] {
247
- min-width: 66.66666667%;
322
+ min-width: 66.6666666667%;
248
323
  }
324
+
249
325
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='4'] {
250
- max-width: 66.66666667%;
326
+ max-width: 66.6666666667%;
251
327
  }
328
+
252
329
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='5'] {
253
- width: 83.33333333%;
330
+ width: 83.3333333333%;
254
331
  }
332
+
255
333
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='5'] {
256
- left: 83.33333333%;
334
+ left: 83.3333333333%;
257
335
  }
336
+
258
337
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='5'] {
259
- min-width: 83.33333333%;
338
+ min-width: 83.3333333333%;
260
339
  }
340
+
261
341
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='5'] {
262
- max-width: 83.33333333%;
342
+ max-width: 83.3333333333%;
263
343
  }
344
+
264
345
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='6'] {
265
346
  width: 100%;
266
347
  }
348
+
267
349
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='6'] {
268
350
  left: 100%;
269
351
  }
352
+
270
353
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='6'] {
271
354
  min-width: 100%;
272
355
  }
356
+
273
357
  .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='6'] {
274
358
  max-width: 100%;
275
359
  }
276
360
 
277
361
  .grid-stack.grid-stack-7 > .grid-stack-item {
278
- min-width: 14.28571429%;
362
+ min-width: 14.2857142857%;
279
363
  }
364
+
280
365
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='1'] {
281
- width: 14.28571429%;
366
+ width: 14.2857142857%;
282
367
  }
368
+
283
369
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='1'] {
284
- left: 14.28571429%;
370
+ left: 14.2857142857%;
285
371
  }
372
+
286
373
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='1'] {
287
- min-width: 14.28571429%;
374
+ min-width: 14.2857142857%;
288
375
  }
376
+
289
377
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='1'] {
290
- max-width: 14.28571429%;
378
+ max-width: 14.2857142857%;
291
379
  }
380
+
292
381
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='2'] {
293
- width: 28.57142857%;
382
+ width: 28.5714285714%;
294
383
  }
384
+
295
385
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='2'] {
296
- left: 28.57142857%;
386
+ left: 28.5714285714%;
297
387
  }
388
+
298
389
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='2'] {
299
- min-width: 28.57142857%;
390
+ min-width: 28.5714285714%;
300
391
  }
392
+
301
393
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='2'] {
302
- max-width: 28.57142857%;
394
+ max-width: 28.5714285714%;
303
395
  }
396
+
304
397
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='3'] {
305
- width: 42.85714286%;
398
+ width: 42.8571428571%;
306
399
  }
400
+
307
401
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='3'] {
308
- left: 42.85714286%;
402
+ left: 42.8571428571%;
309
403
  }
404
+
310
405
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='3'] {
311
- min-width: 42.85714286%;
406
+ min-width: 42.8571428571%;
312
407
  }
408
+
313
409
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='3'] {
314
- max-width: 42.85714286%;
410
+ max-width: 42.8571428571%;
315
411
  }
412
+
316
413
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='4'] {
317
- width: 57.14285714%;
414
+ width: 57.1428571429%;
318
415
  }
416
+
319
417
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='4'] {
320
- left: 57.14285714%;
418
+ left: 57.1428571429%;
321
419
  }
420
+
322
421
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='4'] {
323
- min-width: 57.14285714%;
422
+ min-width: 57.1428571429%;
324
423
  }
424
+
325
425
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='4'] {
326
- max-width: 57.14285714%;
426
+ max-width: 57.1428571429%;
327
427
  }
428
+
328
429
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='5'] {
329
- width: 71.42857143%;
430
+ width: 71.4285714286%;
330
431
  }
432
+
331
433
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='5'] {
332
- left: 71.42857143%;
434
+ left: 71.4285714286%;
333
435
  }
436
+
334
437
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='5'] {
335
- min-width: 71.42857143%;
438
+ min-width: 71.4285714286%;
336
439
  }
440
+
337
441
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='5'] {
338
- max-width: 71.42857143%;
442
+ max-width: 71.4285714286%;
339
443
  }
444
+
340
445
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='6'] {
341
- width: 85.71428571%;
446
+ width: 85.7142857143%;
342
447
  }
448
+
343
449
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='6'] {
344
- left: 85.71428571%;
450
+ left: 85.7142857143%;
345
451
  }
452
+
346
453
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='6'] {
347
- min-width: 85.71428571%;
454
+ min-width: 85.7142857143%;
348
455
  }
456
+
349
457
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='6'] {
350
- max-width: 85.71428571%;
458
+ max-width: 85.7142857143%;
351
459
  }
460
+
352
461
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='7'] {
353
462
  width: 100%;
354
463
  }
464
+
355
465
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='7'] {
356
466
  left: 100%;
357
467
  }
468
+
358
469
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='7'] {
359
470
  min-width: 100%;
360
471
  }
472
+
361
473
  .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='7'] {
362
474
  max-width: 100%;
363
475
  }
@@ -365,211 +477,279 @@
365
477
  .grid-stack.grid-stack-8 > .grid-stack-item {
366
478
  min-width: 12.5%;
367
479
  }
480
+
368
481
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='1'] {
369
482
  width: 12.5%;
370
483
  }
484
+
371
485
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='1'] {
372
486
  left: 12.5%;
373
487
  }
488
+
374
489
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='1'] {
375
490
  min-width: 12.5%;
376
491
  }
492
+
377
493
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='1'] {
378
494
  max-width: 12.5%;
379
495
  }
496
+
380
497
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='2'] {
381
498
  width: 25%;
382
499
  }
500
+
383
501
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='2'] {
384
502
  left: 25%;
385
503
  }
504
+
386
505
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='2'] {
387
506
  min-width: 25%;
388
507
  }
508
+
389
509
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='2'] {
390
510
  max-width: 25%;
391
511
  }
512
+
392
513
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='3'] {
393
514
  width: 37.5%;
394
515
  }
516
+
395
517
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='3'] {
396
518
  left: 37.5%;
397
519
  }
520
+
398
521
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='3'] {
399
522
  min-width: 37.5%;
400
523
  }
524
+
401
525
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='3'] {
402
526
  max-width: 37.5%;
403
527
  }
528
+
404
529
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='4'] {
405
530
  width: 50%;
406
531
  }
532
+
407
533
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='4'] {
408
534
  left: 50%;
409
535
  }
536
+
410
537
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='4'] {
411
538
  min-width: 50%;
412
539
  }
540
+
413
541
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='4'] {
414
542
  max-width: 50%;
415
543
  }
544
+
416
545
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='5'] {
417
546
  width: 62.5%;
418
547
  }
548
+
419
549
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='5'] {
420
550
  left: 62.5%;
421
551
  }
552
+
422
553
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='5'] {
423
554
  min-width: 62.5%;
424
555
  }
556
+
425
557
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='5'] {
426
558
  max-width: 62.5%;
427
559
  }
560
+
428
561
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='6'] {
429
562
  width: 75%;
430
563
  }
564
+
431
565
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='6'] {
432
566
  left: 75%;
433
567
  }
568
+
434
569
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='6'] {
435
570
  min-width: 75%;
436
571
  }
572
+
437
573
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='6'] {
438
574
  max-width: 75%;
439
575
  }
576
+
440
577
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='7'] {
441
578
  width: 87.5%;
442
579
  }
580
+
443
581
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='7'] {
444
582
  left: 87.5%;
445
583
  }
584
+
446
585
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='7'] {
447
586
  min-width: 87.5%;
448
587
  }
588
+
449
589
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='7'] {
450
590
  max-width: 87.5%;
451
591
  }
592
+
452
593
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='8'] {
453
594
  width: 100%;
454
595
  }
596
+
455
597
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='8'] {
456
598
  left: 100%;
457
599
  }
600
+
458
601
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='8'] {
459
602
  min-width: 100%;
460
603
  }
604
+
461
605
  .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='8'] {
462
606
  max-width: 100%;
463
607
  }
464
608
 
465
609
  .grid-stack.grid-stack-9 > .grid-stack-item {
466
- min-width: 11.11111111%;
610
+ min-width: 11.1111111111%;
467
611
  }
612
+
468
613
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='1'] {
469
- width: 11.11111111%;
614
+ width: 11.1111111111%;
470
615
  }
616
+
471
617
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='1'] {
472
- left: 11.11111111%;
618
+ left: 11.1111111111%;
473
619
  }
620
+
474
621
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='1'] {
475
- min-width: 11.11111111%;
622
+ min-width: 11.1111111111%;
476
623
  }
624
+
477
625
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='1'] {
478
- max-width: 11.11111111%;
626
+ max-width: 11.1111111111%;
479
627
  }
628
+
480
629
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='2'] {
481
- width: 22.22222222%;
630
+ width: 22.2222222222%;
482
631
  }
632
+
483
633
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='2'] {
484
- left: 22.22222222%;
634
+ left: 22.2222222222%;
485
635
  }
636
+
486
637
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='2'] {
487
- min-width: 22.22222222%;
638
+ min-width: 22.2222222222%;
488
639
  }
640
+
489
641
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='2'] {
490
- max-width: 22.22222222%;
642
+ max-width: 22.2222222222%;
491
643
  }
644
+
492
645
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='3'] {
493
- width: 33.33333333%;
646
+ width: 33.3333333333%;
494
647
  }
648
+
495
649
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='3'] {
496
- left: 33.33333333%;
650
+ left: 33.3333333333%;
497
651
  }
652
+
498
653
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='3'] {
499
- min-width: 33.33333333%;
654
+ min-width: 33.3333333333%;
500
655
  }
656
+
501
657
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='3'] {
502
- max-width: 33.33333333%;
658
+ max-width: 33.3333333333%;
503
659
  }
660
+
504
661
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='4'] {
505
- width: 44.44444444%;
662
+ width: 44.4444444444%;
506
663
  }
664
+
507
665
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='4'] {
508
- left: 44.44444444%;
666
+ left: 44.4444444444%;
509
667
  }
668
+
510
669
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='4'] {
511
- min-width: 44.44444444%;
670
+ min-width: 44.4444444444%;
512
671
  }
672
+
513
673
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='4'] {
514
- max-width: 44.44444444%;
674
+ max-width: 44.4444444444%;
515
675
  }
676
+
516
677
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='5'] {
517
- width: 55.55555556%;
678
+ width: 55.5555555556%;
518
679
  }
680
+
519
681
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='5'] {
520
- left: 55.55555556%;
682
+ left: 55.5555555556%;
521
683
  }
684
+
522
685
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='5'] {
523
- min-width: 55.55555556%;
686
+ min-width: 55.5555555556%;
524
687
  }
688
+
525
689
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='5'] {
526
- max-width: 55.55555556%;
690
+ max-width: 55.5555555556%;
527
691
  }
692
+
528
693
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='6'] {
529
- width: 66.66666667%;
694
+ width: 66.6666666667%;
530
695
  }
696
+
531
697
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='6'] {
532
- left: 66.66666667%;
698
+ left: 66.6666666667%;
533
699
  }
700
+
534
701
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='6'] {
535
- min-width: 66.66666667%;
702
+ min-width: 66.6666666667%;
536
703
  }
704
+
537
705
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='6'] {
538
- max-width: 66.66666667%;
706
+ max-width: 66.6666666667%;
539
707
  }
708
+
540
709
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='7'] {
541
- width: 77.77777778%;
710
+ width: 77.7777777778%;
542
711
  }
712
+
543
713
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='7'] {
544
- left: 77.77777778%;
714
+ left: 77.7777777778%;
545
715
  }
716
+
546
717
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='7'] {
547
- min-width: 77.77777778%;
718
+ min-width: 77.7777777778%;
548
719
  }
720
+
549
721
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='7'] {
550
- max-width: 77.77777778%;
722
+ max-width: 77.7777777778%;
551
723
  }
724
+
552
725
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='8'] {
553
- width: 88.88888889%;
726
+ width: 88.8888888889%;
554
727
  }
728
+
555
729
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='8'] {
556
- left: 88.88888889%;
730
+ left: 88.8888888889%;
557
731
  }
732
+
558
733
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='8'] {
559
- min-width: 88.88888889%;
734
+ min-width: 88.8888888889%;
560
735
  }
736
+
561
737
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='8'] {
562
- max-width: 88.88888889%;
738
+ max-width: 88.8888888889%;
563
739
  }
740
+
564
741
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='9'] {
565
742
  width: 100%;
566
743
  }
744
+
567
745
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='9'] {
568
746
  left: 100%;
569
747
  }
748
+
570
749
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='9'] {
571
750
  min-width: 100%;
572
751
  }
752
+
573
753
  .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='9'] {
574
754
  max-width: 100%;
575
755
  }
@@ -577,407 +757,539 @@
577
757
  .grid-stack.grid-stack-10 > .grid-stack-item {
578
758
  min-width: 10%;
579
759
  }
760
+
580
761
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='1'] {
581
762
  width: 10%;
582
763
  }
764
+
583
765
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='1'] {
584
766
  left: 10%;
585
767
  }
768
+
586
769
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='1'] {
587
770
  min-width: 10%;
588
771
  }
772
+
589
773
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='1'] {
590
774
  max-width: 10%;
591
775
  }
776
+
592
777
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='2'] {
593
778
  width: 20%;
594
779
  }
780
+
595
781
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='2'] {
596
782
  left: 20%;
597
783
  }
784
+
598
785
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='2'] {
599
786
  min-width: 20%;
600
787
  }
788
+
601
789
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='2'] {
602
790
  max-width: 20%;
603
791
  }
792
+
604
793
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='3'] {
605
794
  width: 30%;
606
795
  }
796
+
607
797
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='3'] {
608
798
  left: 30%;
609
799
  }
800
+
610
801
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='3'] {
611
802
  min-width: 30%;
612
803
  }
804
+
613
805
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='3'] {
614
806
  max-width: 30%;
615
807
  }
808
+
616
809
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='4'] {
617
810
  width: 40%;
618
811
  }
812
+
619
813
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='4'] {
620
814
  left: 40%;
621
815
  }
816
+
622
817
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='4'] {
623
818
  min-width: 40%;
624
819
  }
820
+
625
821
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='4'] {
626
822
  max-width: 40%;
627
823
  }
824
+
628
825
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='5'] {
629
826
  width: 50%;
630
827
  }
828
+
631
829
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='5'] {
632
830
  left: 50%;
633
831
  }
832
+
634
833
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='5'] {
635
834
  min-width: 50%;
636
835
  }
836
+
637
837
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='5'] {
638
838
  max-width: 50%;
639
839
  }
840
+
640
841
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='6'] {
641
842
  width: 60%;
642
843
  }
844
+
643
845
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='6'] {
644
846
  left: 60%;
645
847
  }
848
+
646
849
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='6'] {
647
850
  min-width: 60%;
648
851
  }
852
+
649
853
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='6'] {
650
854
  max-width: 60%;
651
855
  }
856
+
652
857
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='7'] {
653
858
  width: 70%;
654
859
  }
860
+
655
861
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='7'] {
656
862
  left: 70%;
657
863
  }
864
+
658
865
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='7'] {
659
866
  min-width: 70%;
660
867
  }
868
+
661
869
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='7'] {
662
870
  max-width: 70%;
663
871
  }
872
+
664
873
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='8'] {
665
874
  width: 80%;
666
875
  }
876
+
667
877
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='8'] {
668
878
  left: 80%;
669
879
  }
880
+
670
881
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='8'] {
671
882
  min-width: 80%;
672
883
  }
884
+
673
885
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='8'] {
674
886
  max-width: 80%;
675
887
  }
888
+
676
889
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='9'] {
677
890
  width: 90%;
678
891
  }
892
+
679
893
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='9'] {
680
894
  left: 90%;
681
895
  }
896
+
682
897
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='9'] {
683
898
  min-width: 90%;
684
899
  }
900
+
685
901
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='9'] {
686
902
  max-width: 90%;
687
903
  }
904
+
688
905
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='10'] {
689
906
  width: 100%;
690
907
  }
908
+
691
909
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='10'] {
692
910
  left: 100%;
693
911
  }
912
+
694
913
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='10'] {
695
914
  min-width: 100%;
696
915
  }
916
+
697
917
  .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='10'] {
698
918
  max-width: 100%;
699
919
  }
700
920
 
701
921
  .grid-stack.grid-stack-11 > .grid-stack-item {
702
- min-width: 9.09090909%;
922
+ min-width: 9.0909090909%;
703
923
  }
924
+
704
925
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='1'] {
705
- width: 9.09090909%;
926
+ width: 9.0909090909%;
706
927
  }
928
+
707
929
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='1'] {
708
- left: 9.09090909%;
930
+ left: 9.0909090909%;
709
931
  }
932
+
710
933
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='1'] {
711
- min-width: 9.09090909%;
934
+ min-width: 9.0909090909%;
712
935
  }
936
+
713
937
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='1'] {
714
- max-width: 9.09090909%;
938
+ max-width: 9.0909090909%;
715
939
  }
940
+
716
941
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='2'] {
717
- width: 18.18181818%;
942
+ width: 18.1818181818%;
718
943
  }
944
+
719
945
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='2'] {
720
- left: 18.18181818%;
946
+ left: 18.1818181818%;
721
947
  }
948
+
722
949
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='2'] {
723
- min-width: 18.18181818%;
950
+ min-width: 18.1818181818%;
724
951
  }
952
+
725
953
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='2'] {
726
- max-width: 18.18181818%;
954
+ max-width: 18.1818181818%;
727
955
  }
956
+
728
957
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='3'] {
729
- width: 27.27272727%;
958
+ width: 27.2727272727%;
730
959
  }
960
+
731
961
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='3'] {
732
- left: 27.27272727%;
962
+ left: 27.2727272727%;
733
963
  }
964
+
734
965
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='3'] {
735
- min-width: 27.27272727%;
966
+ min-width: 27.2727272727%;
736
967
  }
968
+
737
969
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='3'] {
738
- max-width: 27.27272727%;
970
+ max-width: 27.2727272727%;
739
971
  }
972
+
740
973
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='4'] {
741
- width: 36.36363636%;
974
+ width: 36.3636363636%;
742
975
  }
976
+
743
977
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='4'] {
744
- left: 36.36363636%;
978
+ left: 36.3636363636%;
745
979
  }
980
+
746
981
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='4'] {
747
- min-width: 36.36363636%;
982
+ min-width: 36.3636363636%;
748
983
  }
984
+
749
985
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='4'] {
750
- max-width: 36.36363636%;
986
+ max-width: 36.3636363636%;
751
987
  }
988
+
752
989
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='5'] {
753
- width: 45.45454545%;
990
+ width: 45.4545454545%;
754
991
  }
992
+
755
993
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='5'] {
756
- left: 45.45454545%;
994
+ left: 45.4545454545%;
757
995
  }
996
+
758
997
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='5'] {
759
- min-width: 45.45454545%;
998
+ min-width: 45.4545454545%;
760
999
  }
1000
+
761
1001
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='5'] {
762
- max-width: 45.45454545%;
1002
+ max-width: 45.4545454545%;
763
1003
  }
1004
+
764
1005
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='6'] {
765
- width: 54.54545455%;
1006
+ width: 54.5454545455%;
766
1007
  }
1008
+
767
1009
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='6'] {
768
- left: 54.54545455%;
1010
+ left: 54.5454545455%;
769
1011
  }
1012
+
770
1013
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='6'] {
771
- min-width: 54.54545455%;
1014
+ min-width: 54.5454545455%;
772
1015
  }
1016
+
773
1017
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='6'] {
774
- max-width: 54.54545455%;
1018
+ max-width: 54.5454545455%;
775
1019
  }
1020
+
776
1021
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='7'] {
777
- width: 63.63636364%;
1022
+ width: 63.6363636364%;
778
1023
  }
1024
+
779
1025
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='7'] {
780
- left: 63.63636364%;
1026
+ left: 63.6363636364%;
781
1027
  }
1028
+
782
1029
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='7'] {
783
- min-width: 63.63636364%;
1030
+ min-width: 63.6363636364%;
784
1031
  }
1032
+
785
1033
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='7'] {
786
- max-width: 63.63636364%;
1034
+ max-width: 63.6363636364%;
787
1035
  }
1036
+
788
1037
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='8'] {
789
- width: 72.72727273%;
1038
+ width: 72.7272727273%;
790
1039
  }
1040
+
791
1041
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='8'] {
792
- left: 72.72727273%;
1042
+ left: 72.7272727273%;
793
1043
  }
1044
+
794
1045
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='8'] {
795
- min-width: 72.72727273%;
1046
+ min-width: 72.7272727273%;
796
1047
  }
1048
+
797
1049
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='8'] {
798
- max-width: 72.72727273%;
1050
+ max-width: 72.7272727273%;
799
1051
  }
1052
+
800
1053
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='9'] {
801
- width: 81.81818182%;
1054
+ width: 81.8181818182%;
802
1055
  }
1056
+
803
1057
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='9'] {
804
- left: 81.81818182%;
1058
+ left: 81.8181818182%;
805
1059
  }
1060
+
806
1061
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='9'] {
807
- min-width: 81.81818182%;
1062
+ min-width: 81.8181818182%;
808
1063
  }
1064
+
809
1065
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='9'] {
810
- max-width: 81.81818182%;
1066
+ max-width: 81.8181818182%;
811
1067
  }
1068
+
812
1069
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='10'] {
813
- width: 90.90909091%;
1070
+ width: 90.9090909091%;
814
1071
  }
1072
+
815
1073
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='10'] {
816
- left: 90.90909091%;
1074
+ left: 90.9090909091%;
817
1075
  }
1076
+
818
1077
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='10'] {
819
- min-width: 90.90909091%;
1078
+ min-width: 90.9090909091%;
820
1079
  }
1080
+
821
1081
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='10'] {
822
- max-width: 90.90909091%;
1082
+ max-width: 90.9090909091%;
823
1083
  }
1084
+
824
1085
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='11'] {
825
- width: 100.0%;
1086
+ width: 100%;
826
1087
  }
1088
+
827
1089
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='11'] {
828
- left: 100.0%;
1090
+ left: 100%;
829
1091
  }
1092
+
830
1093
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='11'] {
831
- min-width: 100.0%;
1094
+ min-width: 100%;
832
1095
  }
1096
+
833
1097
  .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='11'] {
834
- max-width: 100.0%;
1098
+ max-width: 100%;
835
1099
  }
836
1100
 
837
1101
  .grid-stack.grid-stack-12 > .grid-stack-item {
838
- min-width: 8.33333333%;
1102
+ min-width: 8.3333333333%;
839
1103
  }
1104
+
840
1105
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='1'] {
841
- width: 8.33333333%;
1106
+ width: 8.3333333333%;
842
1107
  }
1108
+
843
1109
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='1'] {
844
- left: 8.33333333%;
1110
+ left: 8.3333333333%;
845
1111
  }
1112
+
846
1113
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='1'] {
847
- min-width: 8.33333333%;
1114
+ min-width: 8.3333333333%;
848
1115
  }
1116
+
849
1117
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='1'] {
850
- max-width: 8.33333333%;
1118
+ max-width: 8.3333333333%;
851
1119
  }
1120
+
852
1121
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='2'] {
853
- width: 16.66666667%;
1122
+ width: 16.6666666667%;
854
1123
  }
1124
+
855
1125
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='2'] {
856
- left: 16.66666667%;
1126
+ left: 16.6666666667%;
857
1127
  }
1128
+
858
1129
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='2'] {
859
- min-width: 16.66666667%;
1130
+ min-width: 16.6666666667%;
860
1131
  }
1132
+
861
1133
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='2'] {
862
- max-width: 16.66666667%;
1134
+ max-width: 16.6666666667%;
863
1135
  }
1136
+
864
1137
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='3'] {
865
1138
  width: 25%;
866
1139
  }
1140
+
867
1141
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='3'] {
868
1142
  left: 25%;
869
1143
  }
1144
+
870
1145
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='3'] {
871
1146
  min-width: 25%;
872
1147
  }
1148
+
873
1149
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='3'] {
874
1150
  max-width: 25%;
875
1151
  }
1152
+
876
1153
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='4'] {
877
- width: 33.33333333%;
1154
+ width: 33.3333333333%;
878
1155
  }
1156
+
879
1157
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='4'] {
880
- left: 33.33333333%;
1158
+ left: 33.3333333333%;
881
1159
  }
1160
+
882
1161
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='4'] {
883
- min-width: 33.33333333%;
1162
+ min-width: 33.3333333333%;
884
1163
  }
1164
+
885
1165
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='4'] {
886
- max-width: 33.33333333%;
1166
+ max-width: 33.3333333333%;
887
1167
  }
1168
+
888
1169
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='5'] {
889
- width: 41.66666667%;
1170
+ width: 41.6666666667%;
890
1171
  }
1172
+
891
1173
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='5'] {
892
- left: 41.66666667%;
1174
+ left: 41.6666666667%;
893
1175
  }
1176
+
894
1177
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='5'] {
895
- min-width: 41.66666667%;
1178
+ min-width: 41.6666666667%;
896
1179
  }
1180
+
897
1181
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='5'] {
898
- max-width: 41.66666667%;
1182
+ max-width: 41.6666666667%;
899
1183
  }
1184
+
900
1185
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='6'] {
901
1186
  width: 50%;
902
1187
  }
1188
+
903
1189
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='6'] {
904
1190
  left: 50%;
905
1191
  }
1192
+
906
1193
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='6'] {
907
1194
  min-width: 50%;
908
1195
  }
1196
+
909
1197
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='6'] {
910
1198
  max-width: 50%;
911
1199
  }
1200
+
912
1201
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='7'] {
913
- width: 58.33333333%;
1202
+ width: 58.3333333333%;
914
1203
  }
1204
+
915
1205
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='7'] {
916
- left: 58.33333333%;
1206
+ left: 58.3333333333%;
917
1207
  }
1208
+
918
1209
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='7'] {
919
- min-width: 58.33333333%;
1210
+ min-width: 58.3333333333%;
920
1211
  }
1212
+
921
1213
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='7'] {
922
- max-width: 58.33333333%;
1214
+ max-width: 58.3333333333%;
923
1215
  }
1216
+
924
1217
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='8'] {
925
- width: 66.66666667%;
1218
+ width: 66.6666666667%;
926
1219
  }
1220
+
927
1221
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='8'] {
928
- left: 66.66666667%;
1222
+ left: 66.6666666667%;
929
1223
  }
1224
+
930
1225
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='8'] {
931
- min-width: 66.66666667%;
1226
+ min-width: 66.6666666667%;
932
1227
  }
1228
+
933
1229
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='8'] {
934
- max-width: 66.66666667%;
1230
+ max-width: 66.6666666667%;
935
1231
  }
1232
+
936
1233
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='9'] {
937
1234
  width: 75%;
938
1235
  }
1236
+
939
1237
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='9'] {
940
1238
  left: 75%;
941
1239
  }
1240
+
942
1241
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='9'] {
943
1242
  min-width: 75%;
944
1243
  }
1244
+
945
1245
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='9'] {
946
1246
  max-width: 75%;
947
1247
  }
1248
+
948
1249
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='10'] {
949
- width: 83.33333333%;
1250
+ width: 83.3333333333%;
950
1251
  }
1252
+
951
1253
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='10'] {
952
- left: 83.33333333%;
1254
+ left: 83.3333333333%;
953
1255
  }
1256
+
954
1257
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='10'] {
955
- min-width: 83.33333333%;
1258
+ min-width: 83.3333333333%;
956
1259
  }
1260
+
957
1261
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='10'] {
958
- max-width: 83.33333333%;
1262
+ max-width: 83.3333333333%;
959
1263
  }
1264
+
960
1265
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='11'] {
961
- width: 91.66666667%;
1266
+ width: 91.6666666667%;
962
1267
  }
1268
+
963
1269
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='11'] {
964
- left: 91.66666667%;
1270
+ left: 91.6666666667%;
965
1271
  }
1272
+
966
1273
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='11'] {
967
- min-width: 91.66666667%;
1274
+ min-width: 91.6666666667%;
968
1275
  }
1276
+
969
1277
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='11'] {
970
- max-width: 91.66666667%;
1278
+ max-width: 91.6666666667%;
971
1279
  }
1280
+
972
1281
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='12'] {
973
1282
  width: 100%;
974
1283
  }
1284
+
975
1285
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='12'] {
976
1286
  left: 100%;
977
1287
  }
1288
+
978
1289
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='12'] {
979
1290
  min-width: 100%;
980
1291
  }
1292
+
981
1293
  .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='12'] {
982
1294
  max-width: 100%;
983
1295
  }