update gh-pages with the last changes
This commit is contained in:
parent
2876854a7e
commit
e84a222a18
14 changed files with 297 additions and 27 deletions
5
dist/gridstack.css
vendored
5
dist/gridstack.css
vendored
|
|
@ -83,7 +83,6 @@
|
|||
}
|
||||
|
||||
.grid-stack > .grid-stack-item > .ui-resizable-se {
|
||||
display: inline-block;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
|
|
@ -155,6 +154,10 @@
|
|||
bottom: 15px;
|
||||
}
|
||||
|
||||
.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.grid-stack > .grid-stack-item[data-gs-width='1'] {
|
||||
width: 8.3333333333%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue