Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
open-source
gridstack.js
Commits
58856cfe
Commit
58856cfe
authored
Sep 14, 2017
by
radiolips
Committed by
GitHub
Sep 14, 2017
Browse files
Merge pull request #777 from adumesny/776_dist_remove
remove /dist
parents
048d3bf4
dc99b33c
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
4 additions
and
3643 deletions
+4
-3643
.gitignore
.gitignore
+1
-0
dist/gridstack-extra.css
dist/gridstack-extra.css
+0
-1295
dist/gridstack-extra.min.css
dist/gridstack-extra.min.css
+0
-1
dist/gridstack.all.js
dist/gridstack.all.js
+0
-37
dist/gridstack.css
dist/gridstack.css
+0
-387
dist/gridstack.jQueryUI.js
dist/gridstack.jQueryUI.js
+0
-95
dist/gridstack.jQueryUI.min.js
dist/gridstack.jQueryUI.min.js
+0
-13
dist/gridstack.js
dist/gridstack.js
+0
-1785
dist/gridstack.min.css
dist/gridstack.min.css
+0
-1
dist/gridstack.min.js
dist/gridstack.min.js
+0
-26
dist/gridstack.min.map
dist/gridstack.min.map
+0
-1
package.json
package.json
+3
-2
No files found.
.gitignore
View file @
58856cfe
dist
node_modules
bower_components
coverage
...
...
dist/gridstack-extra.css
deleted
100644 → 0
View file @
048d3bf4
.grid-stack.grid-stack-1
>
.grid-stack-item
{
min-width
:
100%
;
}
.grid-stack.grid-stack-1
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-1
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-1
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-1
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
{
min-width
:
50%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
50%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
50%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
50%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
50%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-width
=
'2'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-x
=
'2'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-min-width
=
'2'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-2
>
.grid-stack-item
[
data-gs-max-width
=
'2'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
{
min-width
:
33.3333333333%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
33.3333333333%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
33.3333333333%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
33.3333333333%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
33.3333333333%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-width
=
'2'
]
{
width
:
66.6666666667%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-x
=
'2'
]
{
left
:
66.6666666667%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-min-width
=
'2'
]
{
min-width
:
66.6666666667%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-max-width
=
'2'
]
{
max-width
:
66.6666666667%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-width
=
'3'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-x
=
'3'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-min-width
=
'3'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-3
>
.grid-stack-item
[
data-gs-max-width
=
'3'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
{
min-width
:
25%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
25%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
25%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
25%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
25%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-width
=
'2'
]
{
width
:
50%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-x
=
'2'
]
{
left
:
50%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-min-width
=
'2'
]
{
min-width
:
50%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-max-width
=
'2'
]
{
max-width
:
50%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-width
=
'3'
]
{
width
:
75%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-x
=
'3'
]
{
left
:
75%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-min-width
=
'3'
]
{
min-width
:
75%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-max-width
=
'3'
]
{
max-width
:
75%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-width
=
'4'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-x
=
'4'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-min-width
=
'4'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-4
>
.grid-stack-item
[
data-gs-max-width
=
'4'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
{
min-width
:
20%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
20%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
20%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
20%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
20%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-width
=
'2'
]
{
width
:
40%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-x
=
'2'
]
{
left
:
40%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-min-width
=
'2'
]
{
min-width
:
40%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-max-width
=
'2'
]
{
max-width
:
40%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-width
=
'3'
]
{
width
:
60%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-x
=
'3'
]
{
left
:
60%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-min-width
=
'3'
]
{
min-width
:
60%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-max-width
=
'3'
]
{
max-width
:
60%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-width
=
'4'
]
{
width
:
80%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-x
=
'4'
]
{
left
:
80%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-min-width
=
'4'
]
{
min-width
:
80%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-max-width
=
'4'
]
{
max-width
:
80%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-width
=
'5'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-x
=
'5'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-min-width
=
'5'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-5
>
.grid-stack-item
[
data-gs-max-width
=
'5'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
{
min-width
:
16.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
16.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
16.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
16.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
16.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-width
=
'2'
]
{
width
:
33.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-x
=
'2'
]
{
left
:
33.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-min-width
=
'2'
]
{
min-width
:
33.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-max-width
=
'2'
]
{
max-width
:
33.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-width
=
'3'
]
{
width
:
50%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-x
=
'3'
]
{
left
:
50%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-min-width
=
'3'
]
{
min-width
:
50%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-max-width
=
'3'
]
{
max-width
:
50%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-width
=
'4'
]
{
width
:
66.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-x
=
'4'
]
{
left
:
66.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-min-width
=
'4'
]
{
min-width
:
66.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-max-width
=
'4'
]
{
max-width
:
66.6666666667%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-width
=
'5'
]
{
width
:
83.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-x
=
'5'
]
{
left
:
83.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-min-width
=
'5'
]
{
min-width
:
83.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-max-width
=
'5'
]
{
max-width
:
83.3333333333%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-width
=
'6'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-x
=
'6'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-min-width
=
'6'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-6
>
.grid-stack-item
[
data-gs-max-width
=
'6'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
{
min-width
:
14.2857142857%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
14.2857142857%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
14.2857142857%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
14.2857142857%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
14.2857142857%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-width
=
'2'
]
{
width
:
28.5714285714%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-x
=
'2'
]
{
left
:
28.5714285714%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-min-width
=
'2'
]
{
min-width
:
28.5714285714%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-max-width
=
'2'
]
{
max-width
:
28.5714285714%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-width
=
'3'
]
{
width
:
42.8571428571%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-x
=
'3'
]
{
left
:
42.8571428571%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-min-width
=
'3'
]
{
min-width
:
42.8571428571%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-max-width
=
'3'
]
{
max-width
:
42.8571428571%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-width
=
'4'
]
{
width
:
57.1428571429%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-x
=
'4'
]
{
left
:
57.1428571429%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-min-width
=
'4'
]
{
min-width
:
57.1428571429%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-max-width
=
'4'
]
{
max-width
:
57.1428571429%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-width
=
'5'
]
{
width
:
71.4285714286%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-x
=
'5'
]
{
left
:
71.4285714286%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-min-width
=
'5'
]
{
min-width
:
71.4285714286%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-max-width
=
'5'
]
{
max-width
:
71.4285714286%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-width
=
'6'
]
{
width
:
85.7142857143%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-x
=
'6'
]
{
left
:
85.7142857143%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-min-width
=
'6'
]
{
min-width
:
85.7142857143%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-max-width
=
'6'
]
{
max-width
:
85.7142857143%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-width
=
'7'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-x
=
'7'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-min-width
=
'7'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-7
>
.grid-stack-item
[
data-gs-max-width
=
'7'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
{
min-width
:
12.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
12.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
12.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'1'
]
{
min-width
:
12.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'1'
]
{
max-width
:
12.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'2'
]
{
width
:
25%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'2'
]
{
left
:
25%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'2'
]
{
min-width
:
25%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'2'
]
{
max-width
:
25%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'3'
]
{
width
:
37.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'3'
]
{
left
:
37.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'3'
]
{
min-width
:
37.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'3'
]
{
max-width
:
37.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'4'
]
{
width
:
50%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'4'
]
{
left
:
50%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'4'
]
{
min-width
:
50%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'4'
]
{
max-width
:
50%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'5'
]
{
width
:
62.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'5'
]
{
left
:
62.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'5'
]
{
min-width
:
62.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'5'
]
{
max-width
:
62.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'6'
]
{
width
:
75%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'6'
]
{
left
:
75%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'6'
]
{
min-width
:
75%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'6'
]
{
max-width
:
75%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'7'
]
{
width
:
87.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'7'
]
{
left
:
87.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'7'
]
{
min-width
:
87.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'7'
]
{
max-width
:
87.5%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-width
=
'8'
]
{
width
:
100%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-x
=
'8'
]
{
left
:
100%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-min-width
=
'8'
]
{
min-width
:
100%
;
}
.grid-stack.grid-stack-8
>
.grid-stack-item
[
data-gs-max-width
=
'8'
]
{
max-width
:
100%
;
}
.grid-stack.grid-stack-9
>
.grid-stack-item
{
min-width
:
11.1111111111%
;
}
.grid-stack.grid-stack-9
>
.grid-stack-item
[
data-gs-width
=
'1'
]
{
width
:
11.1111111111%
;
}
.grid-stack.grid-stack-9
>
.grid-stack-item
[
data-gs-x
=
'1'
]
{
left
:
11.1111111111%
;