update gh-pages with the last changes

This commit is contained in:
Pavel Reznikov 2016-02-21 20:55:29 -08:00
commit e84a222a18
14 changed files with 297 additions and 27 deletions

5
dist/gridstack.css vendored
View file

@ -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%;
}