grid-stack-5.css in GridStack 8.2
File
css/layout/grid-stack-5.css
View source
- /**
- * @file
- */
-
- .gridstack.grid-stack-5 > .box {
- min-width: 20%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-width='1'] {
- width: 20%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-x='1'] {
- left: 20%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-min-width='1'] {
- min-width: 20%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-max-width='1'] {
- max-width: 20%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-width='2'] {
- width: 40%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-x='2'] {
- left: 40%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-min-width='2'] {
- min-width: 40%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-max-width='2'] {
- max-width: 40%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-width='3'] {
- width: 60%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-x='3'] {
- left: 60%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-min-width='3'] {
- min-width: 60%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-max-width='3'] {
- max-width: 60%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-width='4'] {
- width: 80%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-x='4'] {
- left: 80%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-min-width='4'] {
- min-width: 80%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-max-width='4'] {
- max-width: 80%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-width='5'] {
- width: 100%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-x='5'] {
- left: 100%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-min-width='5'] {
- min-width: 100%;
- }
-
- .gridstack.grid-stack-5 > .box[data-gs-max-width='5'] {
- max-width: 100%;
- }