You are here

grid-stack-10.css in GridStack 8.2

Same filename and directory in other branches
  1. 8 css/layout/grid-stack-10.css

File

css/layout/grid-stack-10.css
View source
  1. /**
  2. * @file
  3. */
  4. .gridstack.grid-stack-10 > .box {
  5. min-width: 10%;
  6. }
  7. .gridstack.grid-stack-10 > .box[data-gs-width='1'] {
  8. width: 10%;
  9. }
  10. .gridstack.grid-stack-10 > .box[data-gs-x='1'] {
  11. left: 10%;
  12. }
  13. .gridstack.grid-stack-10 > .box[data-gs-min-width='1'] {
  14. min-width: 10%;
  15. }
  16. .gridstack.grid-stack-10 > .box[data-gs-max-width='1'] {
  17. max-width: 10%;
  18. }
  19. .gridstack.grid-stack-10 > .box[data-gs-width='2'] {
  20. width: 20%;
  21. }
  22. .gridstack.grid-stack-10 > .box[data-gs-x='2'] {
  23. left: 20%;
  24. }
  25. .gridstack.grid-stack-10 > .box[data-gs-min-width='2'] {
  26. min-width: 20%;
  27. }
  28. .gridstack.grid-stack-10 > .box[data-gs-max-width='2'] {
  29. max-width: 20%;
  30. }
  31. .gridstack.grid-stack-10 > .box[data-gs-width='3'] {
  32. width: 30%;
  33. }
  34. .gridstack.grid-stack-10 > .box[data-gs-x='3'] {
  35. left: 30%;
  36. }
  37. .gridstack.grid-stack-10 > .box[data-gs-min-width='3'] {
  38. min-width: 30%;
  39. }
  40. .gridstack.grid-stack-10 > .box[data-gs-max-width='3'] {
  41. max-width: 30%;
  42. }
  43. .gridstack.grid-stack-10 > .box[data-gs-width='4'] {
  44. width: 40%;
  45. }
  46. .gridstack.grid-stack-10 > .box[data-gs-x='4'] {
  47. left: 40%;
  48. }
  49. .gridstack.grid-stack-10 > .box[data-gs-min-width='4'] {
  50. min-width: 40%;
  51. }
  52. .gridstack.grid-stack-10 > .box[data-gs-max-width='4'] {
  53. max-width: 40%;
  54. }
  55. .gridstack.grid-stack-10 > .box[data-gs-width='5'] {
  56. width: 50%;
  57. }
  58. .gridstack.grid-stack-10 > .box[data-gs-x='5'] {
  59. left: 50%;
  60. }
  61. .gridstack.grid-stack-10 > .box[data-gs-min-width='5'] {
  62. min-width: 50%;
  63. }
  64. .gridstack.grid-stack-10 > .box[data-gs-max-width='5'] {
  65. max-width: 50%;
  66. }
  67. .gridstack.grid-stack-10 > .box[data-gs-width='6'] {
  68. width: 60%;
  69. }
  70. .gridstack.grid-stack-10 > .box[data-gs-x='6'] {
  71. left: 60%;
  72. }
  73. .gridstack.grid-stack-10 > .box[data-gs-min-width='6'] {
  74. min-width: 60%;
  75. }
  76. .gridstack.grid-stack-10 > .box[data-gs-max-width='6'] {
  77. max-width: 60%;
  78. }
  79. .gridstack.grid-stack-10 > .box[data-gs-width='7'] {
  80. width: 70%;
  81. }
  82. .gridstack.grid-stack-10 > .box[data-gs-x='7'] {
  83. left: 70%;
  84. }
  85. .gridstack.grid-stack-10 > .box[data-gs-min-width='7'] {
  86. min-width: 70%;
  87. }
  88. .gridstack.grid-stack-10 > .box[data-gs-max-width='7'] {
  89. max-width: 70%;
  90. }
  91. .gridstack.grid-stack-10 > .box[data-gs-width='8'] {
  92. width: 80%;
  93. }
  94. .gridstack.grid-stack-10 > .box[data-gs-x='8'] {
  95. left: 80%;
  96. }
  97. .gridstack.grid-stack-10 > .box[data-gs-min-width='8'] {
  98. min-width: 80%;
  99. }
  100. .gridstack.grid-stack-10 > .box[data-gs-max-width='8'] {
  101. max-width: 80%;
  102. }
  103. .gridstack.grid-stack-10 > .box[data-gs-width='9'] {
  104. width: 90%;
  105. }
  106. .gridstack.grid-stack-10 > .box[data-gs-x='9'] {
  107. left: 90%;
  108. }
  109. .gridstack.grid-stack-10 > .box[data-gs-min-width='9'] {
  110. min-width: 90%;
  111. }
  112. .gridstack.grid-stack-10 > .box[data-gs-max-width='9'] {
  113. max-width: 90%;
  114. }
  115. .gridstack.grid-stack-10 > .box[data-gs-width='10'] {
  116. width: 100%;
  117. }
  118. .gridstack.grid-stack-10 > .box[data-gs-x='10'] {
  119. left: 100%;
  120. }
  121. .gridstack.grid-stack-10 > .box[data-gs-min-width='10'] {
  122. min-width: 100%;
  123. }
  124. .gridstack.grid-stack-10 > .box[data-gs-max-width='10'] {
  125. max-width: 100%;
  126. }