gridstack 8.0.0 → 8.1.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.
- package/README.md +14 -11
- package/dist/dd-base-impl.d.ts +1 -1
- package/dist/dd-base-impl.js +1 -1
- package/dist/dd-base-impl.js.map +1 -1
- package/dist/dd-draggable.d.ts +3 -2
- package/dist/dd-draggable.js +10 -9
- package/dist/dd-draggable.js.map +1 -1
- package/dist/dd-droppable.d.ts +1 -1
- package/dist/dd-droppable.js +1 -1
- package/dist/dd-droppable.js.map +1 -1
- package/dist/dd-element.d.ts +1 -1
- package/dist/dd-element.js +1 -1
- package/dist/dd-element.js.map +1 -1
- package/dist/dd-gridstack.d.ts +1 -1
- package/dist/dd-gridstack.js +1 -1
- package/dist/dd-gridstack.js.map +1 -1
- package/dist/dd-manager.d.ts +1 -1
- package/dist/dd-manager.js +1 -1
- package/dist/dd-manager.js.map +1 -1
- package/dist/dd-resizable-handle.d.ts +1 -1
- package/dist/dd-resizable-handle.js +1 -1
- package/dist/dd-resizable-handle.js.map +1 -1
- package/dist/dd-resizable.d.ts +1 -1
- package/dist/dd-resizable.js +1 -1
- package/dist/dd-resizable.js.map +1 -1
- package/dist/dd-touch.d.ts +1 -1
- package/dist/dd-touch.js +1 -1
- package/dist/dd-touch.js.map +1 -1
- package/dist/es5/dd-base-impl.d.ts +1 -1
- package/dist/es5/dd-base-impl.js +1 -1
- package/dist/es5/dd-base-impl.js.map +1 -1
- package/dist/es5/dd-draggable.d.ts +3 -2
- package/dist/es5/dd-draggable.js +10 -9
- package/dist/es5/dd-draggable.js.map +1 -1
- package/dist/es5/dd-droppable.d.ts +1 -1
- package/dist/es5/dd-droppable.js +1 -1
- package/dist/es5/dd-droppable.js.map +1 -1
- package/dist/es5/dd-element.d.ts +1 -1
- package/dist/es5/dd-element.js +1 -1
- package/dist/es5/dd-element.js.map +1 -1
- package/dist/es5/dd-gridstack.d.ts +1 -1
- package/dist/es5/dd-gridstack.js +1 -1
- package/dist/es5/dd-gridstack.js.map +1 -1
- package/dist/es5/dd-manager.d.ts +1 -1
- package/dist/es5/dd-manager.js +1 -1
- package/dist/es5/dd-manager.js.map +1 -1
- package/dist/es5/dd-resizable-handle.d.ts +1 -1
- package/dist/es5/dd-resizable-handle.js +1 -1
- package/dist/es5/dd-resizable-handle.js.map +1 -1
- package/dist/es5/dd-resizable.d.ts +1 -1
- package/dist/es5/dd-resizable.js +1 -1
- package/dist/es5/dd-resizable.js.map +1 -1
- package/dist/es5/dd-touch.d.ts +1 -1
- package/dist/es5/dd-touch.js +1 -1
- package/dist/es5/dd-touch.js.map +1 -1
- package/dist/es5/gridstack-all.js +1 -1
- package/dist/es5/gridstack-all.js.LICENSE.txt +1 -1
- package/dist/es5/gridstack-all.js.map +1 -1
- package/dist/es5/gridstack-engine.d.ts +1 -1
- package/dist/es5/gridstack-engine.js +1 -1
- package/dist/es5/gridstack-engine.js.map +1 -1
- package/dist/es5/gridstack-poly.js +1 -1
- package/dist/es5/gridstack.d.ts +6 -3
- package/dist/es5/gridstack.js +18 -25
- package/dist/es5/gridstack.js.map +1 -1
- package/dist/es5/types.d.ts +5 -3
- package/dist/es5/types.js +1 -1
- package/dist/es5/types.js.map +1 -1
- package/dist/es5/utils.d.ts +6 -6
- package/dist/es5/utils.js +31 -20
- package/dist/es5/utils.js.map +1 -1
- package/dist/gridstack-all.js +1 -1
- package/dist/gridstack-all.js.LICENSE.txt +1 -1
- package/dist/gridstack-all.js.map +1 -1
- package/dist/gridstack-engine.d.ts +1 -1
- package/dist/gridstack-engine.js +1 -1
- package/dist/gridstack-engine.js.map +1 -1
- package/dist/gridstack-extra.css +180 -240
- package/dist/gridstack-extra.min.css +1 -1
- package/dist/gridstack.css +99 -106
- package/dist/gridstack.d.ts +6 -3
- package/dist/gridstack.js +16 -25
- package/dist/gridstack.js.map +1 -1
- package/dist/gridstack.min.css +1 -1
- package/dist/ng/gridstack-item.component.d.ts +1 -1
- package/dist/ng/gridstack-item.component.js +1 -1
- package/dist/ng/gridstack.component.d.ts +1 -1
- package/dist/ng/gridstack.component.js +1 -1
- package/dist/src/gridstack-extra.scss +9 -11
- package/dist/src/gridstack.scss +108 -89
- package/dist/types.d.ts +5 -3
- package/dist/types.js +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils.d.ts +6 -6
- package/dist/utils.js +29 -20
- package/dist/utils.js.map +1 -1
- package/doc/CHANGES.md +15 -0
- package/doc/README.md +8 -14
- package/package.json +1 -1
- package/dist_save/angular/README.md +0 -94
- package/dist_save/angular/gridstack-item.component.ts +0 -72
- package/dist_save/angular/gridstack.component.ts +0 -199
- package/dist_save/dd-base-impl.d.ts +0 -20
- package/dist_save/dd-base-impl.js +0 -36
- package/dist_save/dd-base-impl.js.map +0 -1
- package/dist_save/dd-draggable.d.ts +0 -28
- package/dist_save/dd-draggable.js +0 -343
- package/dist_save/dd-draggable.js.map +0 -1
- package/dist_save/dd-droppable.d.ts +0 -26
- package/dist_save/dd-droppable.js +0 -149
- package/dist_save/dd-droppable.js.map +0 -1
- package/dist_save/dd-element.d.ts +0 -27
- package/dist_save/dd-element.js +0 -95
- package/dist_save/dd-element.js.map +0 -1
- package/dist_save/dd-gridstack.d.ts +0 -34
- package/dist_save/dd-gridstack.js +0 -125
- package/dist_save/dd-gridstack.js.map +0 -1
- package/dist_save/dd-manager.d.ts +0 -22
- package/dist_save/dd-manager.js +0 -14
- package/dist_save/dd-manager.js.map +0 -1
- package/dist_save/dd-resizable-handle.d.ts +0 -14
- package/dist_save/dd-resizable-handle.js +0 -106
- package/dist_save/dd-resizable-handle.js.map +0 -1
- package/dist_save/dd-resizable.d.ts +0 -28
- package/dist_save/dd-resizable.js +0 -294
- package/dist_save/dd-resizable.js.map +0 -1
- package/dist_save/dd-touch.d.ts +0 -33
- package/dist_save/dd-touch.js +0 -183
- package/dist_save/dd-touch.js.map +0 -1
- package/dist_save/es5/dd-base-impl.d.ts +0 -20
- package/dist_save/es5/dd-base-impl.js +0 -41
- package/dist_save/es5/dd-base-impl.js.map +0 -1
- package/dist_save/es5/dd-draggable.d.ts +0 -28
- package/dist_save/es5/dd-draggable.js +0 -366
- package/dist_save/es5/dd-draggable.js.map +0 -1
- package/dist_save/es5/dd-droppable.d.ts +0 -26
- package/dist_save/es5/dd-droppable.js +0 -180
- package/dist_save/es5/dd-droppable.js.map +0 -1
- package/dist_save/es5/dd-element.d.ts +0 -27
- package/dist_save/es5/dd-element.js +0 -96
- package/dist_save/es5/dd-element.js.map +0 -1
- package/dist_save/es5/dd-gridstack.d.ts +0 -34
- package/dist_save/es5/dd-gridstack.js +0 -145
- package/dist_save/es5/dd-gridstack.js.map +0 -1
- package/dist_save/es5/dd-manager.d.ts +0 -22
- package/dist_save/es5/dd-manager.js +0 -17
- package/dist_save/es5/dd-manager.js.map +0 -1
- package/dist_save/es5/dd-resizable-handle.d.ts +0 -14
- package/dist_save/es5/dd-resizable-handle.js +0 -107
- package/dist_save/es5/dd-resizable-handle.js.map +0 -1
- package/dist_save/es5/dd-resizable.d.ts +0 -28
- package/dist_save/es5/dd-resizable.js +0 -316
- package/dist_save/es5/dd-resizable.js.map +0 -1
- package/dist_save/es5/dd-touch.d.ts +0 -33
- package/dist_save/es5/dd-touch.js +0 -186
- package/dist_save/es5/dd-touch.js.map +0 -1
- package/dist_save/es5/gridstack-all.js +0 -3
- package/dist_save/es5/gridstack-all.js.LICENSE.txt +0 -7
- package/dist_save/es5/gridstack-all.js.map +0 -1
- package/dist_save/es5/gridstack-engine.d.ts +0 -102
- package/dist_save/es5/gridstack-engine.js +0 -997
- package/dist_save/es5/gridstack-engine.js.map +0 -1
- package/dist_save/es5/gridstack-poly.js +0 -356
- package/dist_save/es5/gridstack.d.ts +0 -376
- package/dist_save/es5/gridstack.js +0 -2238
- package/dist_save/es5/gridstack.js.map +0 -1
- package/dist_save/es5/types.d.ts +0 -284
- package/dist_save/es5/types.js +0 -36
- package/dist_save/es5/types.js.map +0 -1
- package/dist_save/es5/utils.d.ts +0 -95
- package/dist_save/es5/utils.js +0 -590
- package/dist_save/es5/utils.js.map +0 -1
- package/dist_save/gridstack-all.js +0 -3
- package/dist_save/gridstack-all.js.LICENSE.txt +0 -7
- package/dist_save/gridstack-all.js.map +0 -1
- package/dist_save/gridstack-engine.d.ts +0 -102
- package/dist_save/gridstack-engine.js +0 -956
- package/dist_save/gridstack-engine.js.map +0 -1
- package/dist_save/gridstack-extra.css +0 -433
- package/dist_save/gridstack-extra.min.css +0 -1
- package/dist_save/gridstack.css +0 -226
- package/dist_save/gridstack.d.ts +0 -376
- package/dist_save/gridstack.js +0 -2162
- package/dist_save/gridstack.js.map +0 -1
- package/dist_save/gridstack.min.css +0 -1
- package/dist_save/src/gridstack-extra.scss +0 -27
- package/dist_save/src/gridstack.scss +0 -131
- package/dist_save/types.d.ts +0 -284
- package/dist_save/types.js +0 -36
- package/dist_save/types.js.map +0 -1
- package/dist_save/utils.d.ts +0 -95
- package/dist_save/utils.js +0 -548
- package/dist_save/utils.js.map +0 -1
package/dist/gridstack-extra.css
CHANGED
|
@@ -2,432 +2,372 @@
|
|
|
2
2
|
* default to generate [2-11] columns as 1 (oneColumnMode) and 12 (default) are in the main css
|
|
3
3
|
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
|
|
4
4
|
*/
|
|
5
|
-
.grid-stack
|
|
5
|
+
.grid-stack-2 > .grid-stack-item {
|
|
6
6
|
min-width: 50%;
|
|
7
7
|
}
|
|
8
|
-
.grid-stack
|
|
9
|
-
width: 50%;
|
|
10
|
-
}
|
|
11
|
-
.grid-stack.grid-stack-2 > .grid-stack-item[gs-x="1"] {
|
|
8
|
+
.grid-stack-2 > .grid-stack-item[gs-x="1"] {
|
|
12
9
|
left: 50%;
|
|
13
10
|
}
|
|
14
|
-
.grid-stack
|
|
11
|
+
.grid-stack-2 > .grid-stack-item[gs-w="2"] {
|
|
15
12
|
width: 100%;
|
|
16
13
|
}
|
|
17
|
-
.grid-stack.grid-stack-2 > .grid-stack-item[gs-x="2"] {
|
|
18
|
-
left: 100%;
|
|
19
|
-
}
|
|
20
14
|
|
|
21
|
-
.grid-stack
|
|
22
|
-
min-width: 33.
|
|
15
|
+
.grid-stack-3 > .grid-stack-item {
|
|
16
|
+
min-width: 33.333%;
|
|
23
17
|
}
|
|
24
|
-
.grid-stack
|
|
25
|
-
|
|
18
|
+
.grid-stack-3 > .grid-stack-item[gs-x="1"] {
|
|
19
|
+
left: 33.333%;
|
|
26
20
|
}
|
|
27
|
-
.grid-stack
|
|
28
|
-
|
|
21
|
+
.grid-stack-3 > .grid-stack-item[gs-w="2"] {
|
|
22
|
+
width: 66.667%;
|
|
29
23
|
}
|
|
30
|
-
.grid-stack
|
|
31
|
-
|
|
24
|
+
.grid-stack-3 > .grid-stack-item[gs-x="2"] {
|
|
25
|
+
left: 66.667%;
|
|
32
26
|
}
|
|
33
|
-
.grid-stack
|
|
34
|
-
left: 66.6666666667%;
|
|
35
|
-
}
|
|
36
|
-
.grid-stack.grid-stack-3 > .grid-stack-item[gs-w="3"] {
|
|
27
|
+
.grid-stack-3 > .grid-stack-item[gs-w="3"] {
|
|
37
28
|
width: 100%;
|
|
38
29
|
}
|
|
39
|
-
.grid-stack.grid-stack-3 > .grid-stack-item[gs-x="3"] {
|
|
40
|
-
left: 100%;
|
|
41
|
-
}
|
|
42
30
|
|
|
43
|
-
.grid-stack
|
|
31
|
+
.grid-stack-4 > .grid-stack-item {
|
|
44
32
|
min-width: 25%;
|
|
45
33
|
}
|
|
46
|
-
.grid-stack
|
|
47
|
-
width: 25%;
|
|
48
|
-
}
|
|
49
|
-
.grid-stack.grid-stack-4 > .grid-stack-item[gs-x="1"] {
|
|
34
|
+
.grid-stack-4 > .grid-stack-item[gs-x="1"] {
|
|
50
35
|
left: 25%;
|
|
51
36
|
}
|
|
52
|
-
.grid-stack
|
|
37
|
+
.grid-stack-4 > .grid-stack-item[gs-w="2"] {
|
|
53
38
|
width: 50%;
|
|
54
39
|
}
|
|
55
|
-
.grid-stack
|
|
40
|
+
.grid-stack-4 > .grid-stack-item[gs-x="2"] {
|
|
56
41
|
left: 50%;
|
|
57
42
|
}
|
|
58
|
-
.grid-stack
|
|
43
|
+
.grid-stack-4 > .grid-stack-item[gs-w="3"] {
|
|
59
44
|
width: 75%;
|
|
60
45
|
}
|
|
61
|
-
.grid-stack
|
|
46
|
+
.grid-stack-4 > .grid-stack-item[gs-x="3"] {
|
|
62
47
|
left: 75%;
|
|
63
48
|
}
|
|
64
|
-
.grid-stack
|
|
49
|
+
.grid-stack-4 > .grid-stack-item[gs-w="4"] {
|
|
65
50
|
width: 100%;
|
|
66
51
|
}
|
|
67
|
-
.grid-stack.grid-stack-4 > .grid-stack-item[gs-x="4"] {
|
|
68
|
-
left: 100%;
|
|
69
|
-
}
|
|
70
52
|
|
|
71
|
-
.grid-stack
|
|
53
|
+
.grid-stack-5 > .grid-stack-item {
|
|
72
54
|
min-width: 20%;
|
|
73
55
|
}
|
|
74
|
-
.grid-stack
|
|
75
|
-
width: 20%;
|
|
76
|
-
}
|
|
77
|
-
.grid-stack.grid-stack-5 > .grid-stack-item[gs-x="1"] {
|
|
56
|
+
.grid-stack-5 > .grid-stack-item[gs-x="1"] {
|
|
78
57
|
left: 20%;
|
|
79
58
|
}
|
|
80
|
-
.grid-stack
|
|
59
|
+
.grid-stack-5 > .grid-stack-item[gs-w="2"] {
|
|
81
60
|
width: 40%;
|
|
82
61
|
}
|
|
83
|
-
.grid-stack
|
|
62
|
+
.grid-stack-5 > .grid-stack-item[gs-x="2"] {
|
|
84
63
|
left: 40%;
|
|
85
64
|
}
|
|
86
|
-
.grid-stack
|
|
65
|
+
.grid-stack-5 > .grid-stack-item[gs-w="3"] {
|
|
87
66
|
width: 60%;
|
|
88
67
|
}
|
|
89
|
-
.grid-stack
|
|
68
|
+
.grid-stack-5 > .grid-stack-item[gs-x="3"] {
|
|
90
69
|
left: 60%;
|
|
91
70
|
}
|
|
92
|
-
.grid-stack
|
|
71
|
+
.grid-stack-5 > .grid-stack-item[gs-w="4"] {
|
|
93
72
|
width: 80%;
|
|
94
73
|
}
|
|
95
|
-
.grid-stack
|
|
74
|
+
.grid-stack-5 > .grid-stack-item[gs-x="4"] {
|
|
96
75
|
left: 80%;
|
|
97
76
|
}
|
|
98
|
-
.grid-stack
|
|
77
|
+
.grid-stack-5 > .grid-stack-item[gs-w="5"] {
|
|
99
78
|
width: 100%;
|
|
100
79
|
}
|
|
101
|
-
.grid-stack.grid-stack-5 > .grid-stack-item[gs-x="5"] {
|
|
102
|
-
left: 100%;
|
|
103
|
-
}
|
|
104
80
|
|
|
105
|
-
.grid-stack
|
|
106
|
-
min-width: 16.
|
|
107
|
-
}
|
|
108
|
-
.grid-stack.grid-stack-6 > .grid-stack-item[gs-w="1"] {
|
|
109
|
-
width: 16.6666666667%;
|
|
81
|
+
.grid-stack-6 > .grid-stack-item {
|
|
82
|
+
min-width: 16.667%;
|
|
110
83
|
}
|
|
111
|
-
.grid-stack
|
|
112
|
-
left: 16.
|
|
84
|
+
.grid-stack-6 > .grid-stack-item[gs-x="1"] {
|
|
85
|
+
left: 16.667%;
|
|
113
86
|
}
|
|
114
|
-
.grid-stack
|
|
115
|
-
width: 33.
|
|
87
|
+
.grid-stack-6 > .grid-stack-item[gs-w="2"] {
|
|
88
|
+
width: 33.333%;
|
|
116
89
|
}
|
|
117
|
-
.grid-stack
|
|
118
|
-
left: 33.
|
|
90
|
+
.grid-stack-6 > .grid-stack-item[gs-x="2"] {
|
|
91
|
+
left: 33.333%;
|
|
119
92
|
}
|
|
120
|
-
.grid-stack
|
|
93
|
+
.grid-stack-6 > .grid-stack-item[gs-w="3"] {
|
|
121
94
|
width: 50%;
|
|
122
95
|
}
|
|
123
|
-
.grid-stack
|
|
96
|
+
.grid-stack-6 > .grid-stack-item[gs-x="3"] {
|
|
124
97
|
left: 50%;
|
|
125
98
|
}
|
|
126
|
-
.grid-stack
|
|
127
|
-
width: 66.
|
|
99
|
+
.grid-stack-6 > .grid-stack-item[gs-w="4"] {
|
|
100
|
+
width: 66.667%;
|
|
128
101
|
}
|
|
129
|
-
.grid-stack
|
|
130
|
-
left: 66.
|
|
102
|
+
.grid-stack-6 > .grid-stack-item[gs-x="4"] {
|
|
103
|
+
left: 66.667%;
|
|
131
104
|
}
|
|
132
|
-
.grid-stack
|
|
133
|
-
width: 83.
|
|
105
|
+
.grid-stack-6 > .grid-stack-item[gs-w="5"] {
|
|
106
|
+
width: 83.333%;
|
|
134
107
|
}
|
|
135
|
-
.grid-stack
|
|
136
|
-
left: 83.
|
|
108
|
+
.grid-stack-6 > .grid-stack-item[gs-x="5"] {
|
|
109
|
+
left: 83.333%;
|
|
137
110
|
}
|
|
138
|
-
.grid-stack
|
|
111
|
+
.grid-stack-6 > .grid-stack-item[gs-w="6"] {
|
|
139
112
|
width: 100%;
|
|
140
113
|
}
|
|
141
|
-
.grid-stack.grid-stack-6 > .grid-stack-item[gs-x="6"] {
|
|
142
|
-
left: 100%;
|
|
143
|
-
}
|
|
144
114
|
|
|
145
|
-
.grid-stack
|
|
146
|
-
min-width: 14.
|
|
147
|
-
}
|
|
148
|
-
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="1"] {
|
|
149
|
-
width: 14.2857142857%;
|
|
115
|
+
.grid-stack-7 > .grid-stack-item {
|
|
116
|
+
min-width: 14.286%;
|
|
150
117
|
}
|
|
151
|
-
.grid-stack
|
|
152
|
-
left: 14.
|
|
118
|
+
.grid-stack-7 > .grid-stack-item[gs-x="1"] {
|
|
119
|
+
left: 14.286%;
|
|
153
120
|
}
|
|
154
|
-
.grid-stack
|
|
155
|
-
width: 28.
|
|
121
|
+
.grid-stack-7 > .grid-stack-item[gs-w="2"] {
|
|
122
|
+
width: 28.571%;
|
|
156
123
|
}
|
|
157
|
-
.grid-stack
|
|
158
|
-
left: 28.
|
|
124
|
+
.grid-stack-7 > .grid-stack-item[gs-x="2"] {
|
|
125
|
+
left: 28.571%;
|
|
159
126
|
}
|
|
160
|
-
.grid-stack
|
|
161
|
-
width: 42.
|
|
127
|
+
.grid-stack-7 > .grid-stack-item[gs-w="3"] {
|
|
128
|
+
width: 42.857%;
|
|
162
129
|
}
|
|
163
|
-
.grid-stack
|
|
164
|
-
left: 42.
|
|
130
|
+
.grid-stack-7 > .grid-stack-item[gs-x="3"] {
|
|
131
|
+
left: 42.857%;
|
|
165
132
|
}
|
|
166
|
-
.grid-stack
|
|
167
|
-
width: 57.
|
|
133
|
+
.grid-stack-7 > .grid-stack-item[gs-w="4"] {
|
|
134
|
+
width: 57.143%;
|
|
168
135
|
}
|
|
169
|
-
.grid-stack
|
|
170
|
-
left: 57.
|
|
136
|
+
.grid-stack-7 > .grid-stack-item[gs-x="4"] {
|
|
137
|
+
left: 57.143%;
|
|
171
138
|
}
|
|
172
|
-
.grid-stack
|
|
173
|
-
width: 71.
|
|
139
|
+
.grid-stack-7 > .grid-stack-item[gs-w="5"] {
|
|
140
|
+
width: 71.429%;
|
|
174
141
|
}
|
|
175
|
-
.grid-stack
|
|
176
|
-
left: 71.
|
|
142
|
+
.grid-stack-7 > .grid-stack-item[gs-x="5"] {
|
|
143
|
+
left: 71.429%;
|
|
177
144
|
}
|
|
178
|
-
.grid-stack
|
|
179
|
-
width: 85.
|
|
145
|
+
.grid-stack-7 > .grid-stack-item[gs-w="6"] {
|
|
146
|
+
width: 85.714%;
|
|
180
147
|
}
|
|
181
|
-
.grid-stack
|
|
182
|
-
left: 85.
|
|
148
|
+
.grid-stack-7 > .grid-stack-item[gs-x="6"] {
|
|
149
|
+
left: 85.714%;
|
|
183
150
|
}
|
|
184
|
-
.grid-stack
|
|
151
|
+
.grid-stack-7 > .grid-stack-item[gs-w="7"] {
|
|
185
152
|
width: 100%;
|
|
186
153
|
}
|
|
187
|
-
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="7"] {
|
|
188
|
-
left: 100%;
|
|
189
|
-
}
|
|
190
154
|
|
|
191
|
-
.grid-stack
|
|
155
|
+
.grid-stack-8 > .grid-stack-item {
|
|
192
156
|
min-width: 12.5%;
|
|
193
157
|
}
|
|
194
|
-
.grid-stack
|
|
195
|
-
width: 12.5%;
|
|
196
|
-
}
|
|
197
|
-
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="1"] {
|
|
158
|
+
.grid-stack-8 > .grid-stack-item[gs-x="1"] {
|
|
198
159
|
left: 12.5%;
|
|
199
160
|
}
|
|
200
|
-
.grid-stack
|
|
161
|
+
.grid-stack-8 > .grid-stack-item[gs-w="2"] {
|
|
201
162
|
width: 25%;
|
|
202
163
|
}
|
|
203
|
-
.grid-stack
|
|
164
|
+
.grid-stack-8 > .grid-stack-item[gs-x="2"] {
|
|
204
165
|
left: 25%;
|
|
205
166
|
}
|
|
206
|
-
.grid-stack
|
|
167
|
+
.grid-stack-8 > .grid-stack-item[gs-w="3"] {
|
|
207
168
|
width: 37.5%;
|
|
208
169
|
}
|
|
209
|
-
.grid-stack
|
|
170
|
+
.grid-stack-8 > .grid-stack-item[gs-x="3"] {
|
|
210
171
|
left: 37.5%;
|
|
211
172
|
}
|
|
212
|
-
.grid-stack
|
|
173
|
+
.grid-stack-8 > .grid-stack-item[gs-w="4"] {
|
|
213
174
|
width: 50%;
|
|
214
175
|
}
|
|
215
|
-
.grid-stack
|
|
176
|
+
.grid-stack-8 > .grid-stack-item[gs-x="4"] {
|
|
216
177
|
left: 50%;
|
|
217
178
|
}
|
|
218
|
-
.grid-stack
|
|
179
|
+
.grid-stack-8 > .grid-stack-item[gs-w="5"] {
|
|
219
180
|
width: 62.5%;
|
|
220
181
|
}
|
|
221
|
-
.grid-stack
|
|
182
|
+
.grid-stack-8 > .grid-stack-item[gs-x="5"] {
|
|
222
183
|
left: 62.5%;
|
|
223
184
|
}
|
|
224
|
-
.grid-stack
|
|
185
|
+
.grid-stack-8 > .grid-stack-item[gs-w="6"] {
|
|
225
186
|
width: 75%;
|
|
226
187
|
}
|
|
227
|
-
.grid-stack
|
|
188
|
+
.grid-stack-8 > .grid-stack-item[gs-x="6"] {
|
|
228
189
|
left: 75%;
|
|
229
190
|
}
|
|
230
|
-
.grid-stack
|
|
191
|
+
.grid-stack-8 > .grid-stack-item[gs-w="7"] {
|
|
231
192
|
width: 87.5%;
|
|
232
193
|
}
|
|
233
|
-
.grid-stack
|
|
194
|
+
.grid-stack-8 > .grid-stack-item[gs-x="7"] {
|
|
234
195
|
left: 87.5%;
|
|
235
196
|
}
|
|
236
|
-
.grid-stack
|
|
197
|
+
.grid-stack-8 > .grid-stack-item[gs-w="8"] {
|
|
237
198
|
width: 100%;
|
|
238
199
|
}
|
|
239
|
-
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="8"] {
|
|
240
|
-
left: 100%;
|
|
241
|
-
}
|
|
242
200
|
|
|
243
|
-
.grid-stack
|
|
244
|
-
min-width: 11.
|
|
245
|
-
}
|
|
246
|
-
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="1"] {
|
|
247
|
-
width: 11.1111111111%;
|
|
201
|
+
.grid-stack-9 > .grid-stack-item {
|
|
202
|
+
min-width: 11.111%;
|
|
248
203
|
}
|
|
249
|
-
.grid-stack
|
|
250
|
-
left: 11.
|
|
204
|
+
.grid-stack-9 > .grid-stack-item[gs-x="1"] {
|
|
205
|
+
left: 11.111%;
|
|
251
206
|
}
|
|
252
|
-
.grid-stack
|
|
253
|
-
width: 22.
|
|
207
|
+
.grid-stack-9 > .grid-stack-item[gs-w="2"] {
|
|
208
|
+
width: 22.222%;
|
|
254
209
|
}
|
|
255
|
-
.grid-stack
|
|
256
|
-
left: 22.
|
|
210
|
+
.grid-stack-9 > .grid-stack-item[gs-x="2"] {
|
|
211
|
+
left: 22.222%;
|
|
257
212
|
}
|
|
258
|
-
.grid-stack
|
|
259
|
-
width: 33.
|
|
213
|
+
.grid-stack-9 > .grid-stack-item[gs-w="3"] {
|
|
214
|
+
width: 33.333%;
|
|
260
215
|
}
|
|
261
|
-
.grid-stack
|
|
262
|
-
left: 33.
|
|
216
|
+
.grid-stack-9 > .grid-stack-item[gs-x="3"] {
|
|
217
|
+
left: 33.333%;
|
|
263
218
|
}
|
|
264
|
-
.grid-stack
|
|
265
|
-
width: 44.
|
|
219
|
+
.grid-stack-9 > .grid-stack-item[gs-w="4"] {
|
|
220
|
+
width: 44.444%;
|
|
266
221
|
}
|
|
267
|
-
.grid-stack
|
|
268
|
-
left: 44.
|
|
222
|
+
.grid-stack-9 > .grid-stack-item[gs-x="4"] {
|
|
223
|
+
left: 44.444%;
|
|
269
224
|
}
|
|
270
|
-
.grid-stack
|
|
271
|
-
width: 55.
|
|
225
|
+
.grid-stack-9 > .grid-stack-item[gs-w="5"] {
|
|
226
|
+
width: 55.556%;
|
|
272
227
|
}
|
|
273
|
-
.grid-stack
|
|
274
|
-
left: 55.
|
|
228
|
+
.grid-stack-9 > .grid-stack-item[gs-x="5"] {
|
|
229
|
+
left: 55.556%;
|
|
275
230
|
}
|
|
276
|
-
.grid-stack
|
|
277
|
-
width: 66.
|
|
231
|
+
.grid-stack-9 > .grid-stack-item[gs-w="6"] {
|
|
232
|
+
width: 66.667%;
|
|
278
233
|
}
|
|
279
|
-
.grid-stack
|
|
280
|
-
left: 66.
|
|
234
|
+
.grid-stack-9 > .grid-stack-item[gs-x="6"] {
|
|
235
|
+
left: 66.667%;
|
|
281
236
|
}
|
|
282
|
-
.grid-stack
|
|
283
|
-
width: 77.
|
|
237
|
+
.grid-stack-9 > .grid-stack-item[gs-w="7"] {
|
|
238
|
+
width: 77.778%;
|
|
284
239
|
}
|
|
285
|
-
.grid-stack
|
|
286
|
-
left: 77.
|
|
240
|
+
.grid-stack-9 > .grid-stack-item[gs-x="7"] {
|
|
241
|
+
left: 77.778%;
|
|
287
242
|
}
|
|
288
|
-
.grid-stack
|
|
289
|
-
width: 88.
|
|
243
|
+
.grid-stack-9 > .grid-stack-item[gs-w="8"] {
|
|
244
|
+
width: 88.889%;
|
|
290
245
|
}
|
|
291
|
-
.grid-stack
|
|
292
|
-
left: 88.
|
|
246
|
+
.grid-stack-9 > .grid-stack-item[gs-x="8"] {
|
|
247
|
+
left: 88.889%;
|
|
293
248
|
}
|
|
294
|
-
.grid-stack
|
|
249
|
+
.grid-stack-9 > .grid-stack-item[gs-w="9"] {
|
|
295
250
|
width: 100%;
|
|
296
251
|
}
|
|
297
|
-
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="9"] {
|
|
298
|
-
left: 100%;
|
|
299
|
-
}
|
|
300
252
|
|
|
301
|
-
.grid-stack
|
|
253
|
+
.grid-stack-10 > .grid-stack-item {
|
|
302
254
|
min-width: 10%;
|
|
303
255
|
}
|
|
304
|
-
.grid-stack
|
|
305
|
-
width: 10%;
|
|
306
|
-
}
|
|
307
|
-
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="1"] {
|
|
256
|
+
.grid-stack-10 > .grid-stack-item[gs-x="1"] {
|
|
308
257
|
left: 10%;
|
|
309
258
|
}
|
|
310
|
-
.grid-stack
|
|
259
|
+
.grid-stack-10 > .grid-stack-item[gs-w="2"] {
|
|
311
260
|
width: 20%;
|
|
312
261
|
}
|
|
313
|
-
.grid-stack
|
|
262
|
+
.grid-stack-10 > .grid-stack-item[gs-x="2"] {
|
|
314
263
|
left: 20%;
|
|
315
264
|
}
|
|
316
|
-
.grid-stack
|
|
265
|
+
.grid-stack-10 > .grid-stack-item[gs-w="3"] {
|
|
317
266
|
width: 30%;
|
|
318
267
|
}
|
|
319
|
-
.grid-stack
|
|
268
|
+
.grid-stack-10 > .grid-stack-item[gs-x="3"] {
|
|
320
269
|
left: 30%;
|
|
321
270
|
}
|
|
322
|
-
.grid-stack
|
|
271
|
+
.grid-stack-10 > .grid-stack-item[gs-w="4"] {
|
|
323
272
|
width: 40%;
|
|
324
273
|
}
|
|
325
|
-
.grid-stack
|
|
274
|
+
.grid-stack-10 > .grid-stack-item[gs-x="4"] {
|
|
326
275
|
left: 40%;
|
|
327
276
|
}
|
|
328
|
-
.grid-stack
|
|
277
|
+
.grid-stack-10 > .grid-stack-item[gs-w="5"] {
|
|
329
278
|
width: 50%;
|
|
330
279
|
}
|
|
331
|
-
.grid-stack
|
|
280
|
+
.grid-stack-10 > .grid-stack-item[gs-x="5"] {
|
|
332
281
|
left: 50%;
|
|
333
282
|
}
|
|
334
|
-
.grid-stack
|
|
283
|
+
.grid-stack-10 > .grid-stack-item[gs-w="6"] {
|
|
335
284
|
width: 60%;
|
|
336
285
|
}
|
|
337
|
-
.grid-stack
|
|
286
|
+
.grid-stack-10 > .grid-stack-item[gs-x="6"] {
|
|
338
287
|
left: 60%;
|
|
339
288
|
}
|
|
340
|
-
.grid-stack
|
|
289
|
+
.grid-stack-10 > .grid-stack-item[gs-w="7"] {
|
|
341
290
|
width: 70%;
|
|
342
291
|
}
|
|
343
|
-
.grid-stack
|
|
292
|
+
.grid-stack-10 > .grid-stack-item[gs-x="7"] {
|
|
344
293
|
left: 70%;
|
|
345
294
|
}
|
|
346
|
-
.grid-stack
|
|
295
|
+
.grid-stack-10 > .grid-stack-item[gs-w="8"] {
|
|
347
296
|
width: 80%;
|
|
348
297
|
}
|
|
349
|
-
.grid-stack
|
|
298
|
+
.grid-stack-10 > .grid-stack-item[gs-x="8"] {
|
|
350
299
|
left: 80%;
|
|
351
300
|
}
|
|
352
|
-
.grid-stack
|
|
301
|
+
.grid-stack-10 > .grid-stack-item[gs-w="9"] {
|
|
353
302
|
width: 90%;
|
|
354
303
|
}
|
|
355
|
-
.grid-stack
|
|
304
|
+
.grid-stack-10 > .grid-stack-item[gs-x="9"] {
|
|
356
305
|
left: 90%;
|
|
357
306
|
}
|
|
358
|
-
.grid-stack
|
|
307
|
+
.grid-stack-10 > .grid-stack-item[gs-w="10"] {
|
|
359
308
|
width: 100%;
|
|
360
309
|
}
|
|
361
|
-
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="10"] {
|
|
362
|
-
left: 100%;
|
|
363
|
-
}
|
|
364
310
|
|
|
365
|
-
.grid-stack
|
|
366
|
-
min-width: 9.
|
|
311
|
+
.grid-stack-11 > .grid-stack-item {
|
|
312
|
+
min-width: 9.091%;
|
|
367
313
|
}
|
|
368
|
-
.grid-stack
|
|
369
|
-
|
|
314
|
+
.grid-stack-11 > .grid-stack-item[gs-x="1"] {
|
|
315
|
+
left: 9.091%;
|
|
370
316
|
}
|
|
371
|
-
.grid-stack
|
|
372
|
-
|
|
317
|
+
.grid-stack-11 > .grid-stack-item[gs-w="2"] {
|
|
318
|
+
width: 18.182%;
|
|
373
319
|
}
|
|
374
|
-
.grid-stack
|
|
375
|
-
|
|
320
|
+
.grid-stack-11 > .grid-stack-item[gs-x="2"] {
|
|
321
|
+
left: 18.182%;
|
|
376
322
|
}
|
|
377
|
-
.grid-stack
|
|
378
|
-
|
|
323
|
+
.grid-stack-11 > .grid-stack-item[gs-w="3"] {
|
|
324
|
+
width: 27.273%;
|
|
379
325
|
}
|
|
380
|
-
.grid-stack
|
|
381
|
-
|
|
326
|
+
.grid-stack-11 > .grid-stack-item[gs-x="3"] {
|
|
327
|
+
left: 27.273%;
|
|
382
328
|
}
|
|
383
|
-
.grid-stack
|
|
384
|
-
|
|
329
|
+
.grid-stack-11 > .grid-stack-item[gs-w="4"] {
|
|
330
|
+
width: 36.364%;
|
|
385
331
|
}
|
|
386
|
-
.grid-stack
|
|
387
|
-
|
|
332
|
+
.grid-stack-11 > .grid-stack-item[gs-x="4"] {
|
|
333
|
+
left: 36.364%;
|
|
388
334
|
}
|
|
389
|
-
.grid-stack
|
|
390
|
-
|
|
335
|
+
.grid-stack-11 > .grid-stack-item[gs-w="5"] {
|
|
336
|
+
width: 45.455%;
|
|
391
337
|
}
|
|
392
|
-
.grid-stack
|
|
393
|
-
|
|
338
|
+
.grid-stack-11 > .grid-stack-item[gs-x="5"] {
|
|
339
|
+
left: 45.455%;
|
|
394
340
|
}
|
|
395
|
-
.grid-stack
|
|
396
|
-
|
|
341
|
+
.grid-stack-11 > .grid-stack-item[gs-w="6"] {
|
|
342
|
+
width: 54.545%;
|
|
397
343
|
}
|
|
398
|
-
.grid-stack
|
|
399
|
-
|
|
344
|
+
.grid-stack-11 > .grid-stack-item[gs-x="6"] {
|
|
345
|
+
left: 54.545%;
|
|
400
346
|
}
|
|
401
|
-
.grid-stack
|
|
402
|
-
|
|
347
|
+
.grid-stack-11 > .grid-stack-item[gs-w="7"] {
|
|
348
|
+
width: 63.636%;
|
|
403
349
|
}
|
|
404
|
-
.grid-stack
|
|
405
|
-
|
|
350
|
+
.grid-stack-11 > .grid-stack-item[gs-x="7"] {
|
|
351
|
+
left: 63.636%;
|
|
406
352
|
}
|
|
407
|
-
.grid-stack
|
|
408
|
-
|
|
353
|
+
.grid-stack-11 > .grid-stack-item[gs-w="8"] {
|
|
354
|
+
width: 72.727%;
|
|
409
355
|
}
|
|
410
|
-
.grid-stack
|
|
411
|
-
|
|
356
|
+
.grid-stack-11 > .grid-stack-item[gs-x="8"] {
|
|
357
|
+
left: 72.727%;
|
|
412
358
|
}
|
|
413
|
-
.grid-stack
|
|
414
|
-
|
|
359
|
+
.grid-stack-11 > .grid-stack-item[gs-w="9"] {
|
|
360
|
+
width: 81.818%;
|
|
415
361
|
}
|
|
416
|
-
.grid-stack
|
|
417
|
-
|
|
362
|
+
.grid-stack-11 > .grid-stack-item[gs-x="9"] {
|
|
363
|
+
left: 81.818%;
|
|
418
364
|
}
|
|
419
|
-
.grid-stack
|
|
420
|
-
|
|
365
|
+
.grid-stack-11 > .grid-stack-item[gs-w="10"] {
|
|
366
|
+
width: 90.909%;
|
|
421
367
|
}
|
|
422
|
-
.grid-stack
|
|
423
|
-
|
|
368
|
+
.grid-stack-11 > .grid-stack-item[gs-x="10"] {
|
|
369
|
+
left: 90.909%;
|
|
424
370
|
}
|
|
425
|
-
.grid-stack
|
|
426
|
-
left: 90.9090909091%;
|
|
427
|
-
}
|
|
428
|
-
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="11"] {
|
|
371
|
+
.grid-stack-11 > .grid-stack-item[gs-w="11"] {
|
|
429
372
|
width: 100%;
|
|
430
|
-
}
|
|
431
|
-
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="11"] {
|
|
432
|
-
left: 100%;
|
|
433
373
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.grid-stack
|
|
1
|
+
.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack-2>.grid-stack-item[gs-x="1"]{left:50%}.grid-stack-2>.grid-stack-item[gs-w="2"]{width:100%}.grid-stack-3>.grid-stack-item{min-width:33.333%}.grid-stack-3>.grid-stack-item[gs-x="1"]{left:33.333%}.grid-stack-3>.grid-stack-item[gs-w="2"]{width:66.667%}.grid-stack-3>.grid-stack-item[gs-x="2"]{left:66.667%}.grid-stack-3>.grid-stack-item[gs-w="3"]{width:100%}.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack-4>.grid-stack-item[gs-x="1"]{left:25%}.grid-stack-4>.grid-stack-item[gs-w="2"]{width:50%}.grid-stack-4>.grid-stack-item[gs-x="2"]{left:50%}.grid-stack-4>.grid-stack-item[gs-w="3"]{width:75%}.grid-stack-4>.grid-stack-item[gs-x="3"]{left:75%}.grid-stack-4>.grid-stack-item[gs-w="4"]{width:100%}.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack-5>.grid-stack-item[gs-x="1"]{left:20%}.grid-stack-5>.grid-stack-item[gs-w="2"]{width:40%}.grid-stack-5>.grid-stack-item[gs-x="2"]{left:40%}.grid-stack-5>.grid-stack-item[gs-w="3"]{width:60%}.grid-stack-5>.grid-stack-item[gs-x="3"]{left:60%}.grid-stack-5>.grid-stack-item[gs-w="4"]{width:80%}.grid-stack-5>.grid-stack-item[gs-x="4"]{left:80%}.grid-stack-5>.grid-stack-item[gs-w="5"]{width:100%}.grid-stack-6>.grid-stack-item{min-width:16.667%}.grid-stack-6>.grid-stack-item[gs-x="1"]{left:16.667%}.grid-stack-6>.grid-stack-item[gs-w="2"]{width:33.333%}.grid-stack-6>.grid-stack-item[gs-x="2"]{left:33.333%}.grid-stack-6>.grid-stack-item[gs-w="3"]{width:50%}.grid-stack-6>.grid-stack-item[gs-x="3"]{left:50%}.grid-stack-6>.grid-stack-item[gs-w="4"]{width:66.667%}.grid-stack-6>.grid-stack-item[gs-x="4"]{left:66.667%}.grid-stack-6>.grid-stack-item[gs-w="5"]{width:83.333%}.grid-stack-6>.grid-stack-item[gs-x="5"]{left:83.333%}.grid-stack-6>.grid-stack-item[gs-w="6"]{width:100%}.grid-stack-7>.grid-stack-item{min-width:14.286%}.grid-stack-7>.grid-stack-item[gs-x="1"]{left:14.286%}.grid-stack-7>.grid-stack-item[gs-w="2"]{width:28.571%}.grid-stack-7>.grid-stack-item[gs-x="2"]{left:28.571%}.grid-stack-7>.grid-stack-item[gs-w="3"]{width:42.857%}.grid-stack-7>.grid-stack-item[gs-x="3"]{left:42.857%}.grid-stack-7>.grid-stack-item[gs-w="4"]{width:57.143%}.grid-stack-7>.grid-stack-item[gs-x="4"]{left:57.143%}.grid-stack-7>.grid-stack-item[gs-w="5"]{width:71.429%}.grid-stack-7>.grid-stack-item[gs-x="5"]{left:71.429%}.grid-stack-7>.grid-stack-item[gs-w="6"]{width:85.714%}.grid-stack-7>.grid-stack-item[gs-x="6"]{left:85.714%}.grid-stack-7>.grid-stack-item[gs-w="7"]{width:100%}.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack-8>.grid-stack-item[gs-x="1"]{left:12.5%}.grid-stack-8>.grid-stack-item[gs-w="2"]{width:25%}.grid-stack-8>.grid-stack-item[gs-x="2"]{left:25%}.grid-stack-8>.grid-stack-item[gs-w="3"]{width:37.5%}.grid-stack-8>.grid-stack-item[gs-x="3"]{left:37.5%}.grid-stack-8>.grid-stack-item[gs-w="4"]{width:50%}.grid-stack-8>.grid-stack-item[gs-x="4"]{left:50%}.grid-stack-8>.grid-stack-item[gs-w="5"]{width:62.5%}.grid-stack-8>.grid-stack-item[gs-x="5"]{left:62.5%}.grid-stack-8>.grid-stack-item[gs-w="6"]{width:75%}.grid-stack-8>.grid-stack-item[gs-x="6"]{left:75%}.grid-stack-8>.grid-stack-item[gs-w="7"]{width:87.5%}.grid-stack-8>.grid-stack-item[gs-x="7"]{left:87.5%}.grid-stack-8>.grid-stack-item[gs-w="8"]{width:100%}.grid-stack-9>.grid-stack-item{min-width:11.111%}.grid-stack-9>.grid-stack-item[gs-x="1"]{left:11.111%}.grid-stack-9>.grid-stack-item[gs-w="2"]{width:22.222%}.grid-stack-9>.grid-stack-item[gs-x="2"]{left:22.222%}.grid-stack-9>.grid-stack-item[gs-w="3"]{width:33.333%}.grid-stack-9>.grid-stack-item[gs-x="3"]{left:33.333%}.grid-stack-9>.grid-stack-item[gs-w="4"]{width:44.444%}.grid-stack-9>.grid-stack-item[gs-x="4"]{left:44.444%}.grid-stack-9>.grid-stack-item[gs-w="5"]{width:55.556%}.grid-stack-9>.grid-stack-item[gs-x="5"]{left:55.556%}.grid-stack-9>.grid-stack-item[gs-w="6"]{width:66.667%}.grid-stack-9>.grid-stack-item[gs-x="6"]{left:66.667%}.grid-stack-9>.grid-stack-item[gs-w="7"]{width:77.778%}.grid-stack-9>.grid-stack-item[gs-x="7"]{left:77.778%}.grid-stack-9>.grid-stack-item[gs-w="8"]{width:88.889%}.grid-stack-9>.grid-stack-item[gs-x="8"]{left:88.889%}.grid-stack-9>.grid-stack-item[gs-w="9"]{width:100%}.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack-10>.grid-stack-item[gs-x="1"]{left:10%}.grid-stack-10>.grid-stack-item[gs-w="2"]{width:20%}.grid-stack-10>.grid-stack-item[gs-x="2"]{left:20%}.grid-stack-10>.grid-stack-item[gs-w="3"]{width:30%}.grid-stack-10>.grid-stack-item[gs-x="3"]{left:30%}.grid-stack-10>.grid-stack-item[gs-w="4"]{width:40%}.grid-stack-10>.grid-stack-item[gs-x="4"]{left:40%}.grid-stack-10>.grid-stack-item[gs-w="5"]{width:50%}.grid-stack-10>.grid-stack-item[gs-x="5"]{left:50%}.grid-stack-10>.grid-stack-item[gs-w="6"]{width:60%}.grid-stack-10>.grid-stack-item[gs-x="6"]{left:60%}.grid-stack-10>.grid-stack-item[gs-w="7"]{width:70%}.grid-stack-10>.grid-stack-item[gs-x="7"]{left:70%}.grid-stack-10>.grid-stack-item[gs-w="8"]{width:80%}.grid-stack-10>.grid-stack-item[gs-x="8"]{left:80%}.grid-stack-10>.grid-stack-item[gs-w="9"]{width:90%}.grid-stack-10>.grid-stack-item[gs-x="9"]{left:90%}.grid-stack-10>.grid-stack-item[gs-w="10"]{width:100%}.grid-stack-11>.grid-stack-item{min-width:9.091%}.grid-stack-11>.grid-stack-item[gs-x="1"]{left:9.091%}.grid-stack-11>.grid-stack-item[gs-w="2"]{width:18.182%}.grid-stack-11>.grid-stack-item[gs-x="2"]{left:18.182%}.grid-stack-11>.grid-stack-item[gs-w="3"]{width:27.273%}.grid-stack-11>.grid-stack-item[gs-x="3"]{left:27.273%}.grid-stack-11>.grid-stack-item[gs-w="4"]{width:36.364%}.grid-stack-11>.grid-stack-item[gs-x="4"]{left:36.364%}.grid-stack-11>.grid-stack-item[gs-w="5"]{width:45.455%}.grid-stack-11>.grid-stack-item[gs-x="5"]{left:45.455%}.grid-stack-11>.grid-stack-item[gs-w="6"]{width:54.545%}.grid-stack-11>.grid-stack-item[gs-x="6"]{left:54.545%}.grid-stack-11>.grid-stack-item[gs-w="7"]{width:63.636%}.grid-stack-11>.grid-stack-item[gs-x="7"]{left:63.636%}.grid-stack-11>.grid-stack-item[gs-w="8"]{width:72.727%}.grid-stack-11>.grid-stack-item[gs-x="8"]{left:72.727%}.grid-stack-11>.grid-stack-item[gs-w="9"]{width:81.818%}.grid-stack-11>.grid-stack-item[gs-x="9"]{left:81.818%}.grid-stack-11>.grid-stack-item[gs-w="10"]{width:90.909%}.grid-stack-11>.grid-stack-item[gs-x="10"]{left:90.909%}.grid-stack-11>.grid-stack-item[gs-w="11"]{width:100%}
|