Styles fixes

This commit is contained in:
Dante
2015-04-22 13:30:25 -04:00
parent 4fcc6ff89a
commit 9e6150a2c4
8 changed files with 115 additions and 67 deletions

View File

@@ -71,18 +71,19 @@
content: "\f065";
}
.grid-stack-item[data-gs-width="12"] { width: 100% }
.grid-stack-item[data-gs-width="11"] { width: 91.66666667% }
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% }
.grid-stack-item[data-gs-width="9"] { width: 75% }
.grid-stack-item[data-gs-width="8"] { width: 66.66666667% }
.grid-stack-item[data-gs-width="7"] { width: 58.33333333% }
.grid-stack-item[data-gs-width="6"] { width: 50% }
.grid-stack-item[data-gs-width="5"] { width: 41.66666667% }
.grid-stack-item[data-gs-width="4"] { width: 33.33333333% }
.grid-stack-item[data-gs-width="3"] { width: 25% }
.grid-stack-item[data-gs-width="2"] { width: 16.66666667% }
.grid-stack-item[data-gs-width="1"] { width: 8.33333333% }
.grid-stack-item[data-gs-width="12"] { width: 100%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="11"] { width: 91.66666667%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% ; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="9"] { width: 75%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="8"] { width: 66.66666667% ; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="7"] { width: 58.33333333%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="6"] { width: 50%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="5"] { width: 41.66666667%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="4"] { width: 33.33333333%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="3"] { width: 25%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="2"] { width: 16.66666667%; margin-bottom: 45px; }
.grid-stack-item[data-gs-width="1"] { width: 8.33333333%; margin-bottom: 45px; }
.grid-stack-item[data-gs-x="12"] { left: 100% }
.grid-stack-item[data-gs-x="11"] { left: 91.66666667% }