grid-stack-9.css in GridStack 8.2
Same filename and directory in other branches
File
css/layout/grid-stack-9.cssView source
- /**
- * @file
- */
-
- .gridstack.grid-stack-9 > .box {
- min-width: 11.1111111111%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='1'] {
- width: 11.1111111111%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='1'] {
- left: 11.1111111111%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='1'] {
- min-width: 11.1111111111%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='1'] {
- max-width: 11.1111111111%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='2'] {
- width: 22.2222222222%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='2'] {
- left: 22.2222222222%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='2'] {
- min-width: 22.2222222222%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='2'] {
- max-width: 22.2222222222%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='3'] {
- width: 33.3333333333%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='3'] {
- left: 33.3333333333%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='3'] {
- min-width: 33.3333333333%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='3'] {
- max-width: 33.3333333333%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='4'] {
- width: 44.4444444444%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='4'] {
- left: 44.4444444444%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='4'] {
- min-width: 44.4444444444%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='4'] {
- max-width: 44.4444444444%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='5'] {
- width: 55.5555555556%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='5'] {
- left: 55.5555555556%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='5'] {
- min-width: 55.5555555556%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='5'] {
- max-width: 55.5555555556%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='6'] {
- width: 66.6666666667%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='6'] {
- left: 66.6666666667%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='6'] {
- min-width: 66.6666666667%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='6'] {
- max-width: 66.6666666667%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='7'] {
- width: 77.7777777778%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='7'] {
- left: 77.7777777778%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='7'] {
- min-width: 77.7777777778%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='7'] {
- max-width: 77.7777777778%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='8'] {
- width: 88.8888888889%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='8'] {
- left: 88.8888888889%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='8'] {
- min-width: 88.8888888889%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='8'] {
- max-width: 88.8888888889%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-width='9'] {
- width: 100%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-x='9'] {
- left: 100%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-min-width='9'] {
- min-width: 100%;
- }
-
- .gridstack.grid-stack-9 > .box[data-gs-max-width='9'] {
- max-width: 100%;
- }