You are here

grid-stack-7.css in GridStack 8.2

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

File

css/layout/grid-stack-7.css
View source
  1. /**
  2. * @file
  3. */
  4. .gridstack.grid-stack-7 > .box {
  5. min-width: 14.2857142857%;
  6. }
  7. .gridstack.grid-stack-7 > .box[data-gs-width='1'] {
  8. width: 14.2857142857%;
  9. }
  10. .gridstack.grid-stack-7 > .box[data-gs-x='1'] {
  11. left: 14.2857142857%;
  12. }
  13. .gridstack.grid-stack-7 > .box[data-gs-min-width='1'] {
  14. min-width: 14.2857142857%;
  15. }
  16. .gridstack.grid-stack-7 > .box[data-gs-max-width='1'] {
  17. max-width: 14.2857142857%;
  18. }
  19. .gridstack.grid-stack-7 > .box[data-gs-width='2'] {
  20. width: 28.5714285714%;
  21. }
  22. .gridstack.grid-stack-7 > .box[data-gs-x='2'] {
  23. left: 28.5714285714%;
  24. }
  25. .gridstack.grid-stack-7 > .box[data-gs-min-width='2'] {
  26. min-width: 28.5714285714%;
  27. }
  28. .gridstack.grid-stack-7 > .box[data-gs-max-width='2'] {
  29. max-width: 28.5714285714%;
  30. }
  31. .gridstack.grid-stack-7 > .box[data-gs-width='3'] {
  32. width: 42.8571428571%;
  33. }
  34. .gridstack.grid-stack-7 > .box[data-gs-x='3'] {
  35. left: 42.8571428571%;
  36. }
  37. .gridstack.grid-stack-7 > .box[data-gs-min-width='3'] {
  38. min-width: 42.8571428571%;
  39. }
  40. .gridstack.grid-stack-7 > .box[data-gs-max-width='3'] {
  41. max-width: 42.8571428571%;
  42. }
  43. .gridstack.grid-stack-7 > .box[data-gs-width='4'] {
  44. width: 57.1428571429%;
  45. }
  46. .gridstack.grid-stack-7 > .box[data-gs-x='4'] {
  47. left: 57.1428571429%;
  48. }
  49. .gridstack.grid-stack-7 > .box[data-gs-min-width='4'] {
  50. min-width: 57.1428571429%;
  51. }
  52. .gridstack.grid-stack-7 > .box[data-gs-max-width='4'] {
  53. max-width: 57.1428571429%;
  54. }
  55. .gridstack.grid-stack-7 > .box[data-gs-width='5'] {
  56. width: 71.4285714286%;
  57. }
  58. .gridstack.grid-stack-7 > .box[data-gs-x='5'] {
  59. left: 71.4285714286%;
  60. }
  61. .gridstack.grid-stack-7 > .box[data-gs-min-width='5'] {
  62. min-width: 71.4285714286%;
  63. }
  64. .gridstack.grid-stack-7 > .box[data-gs-max-width='5'] {
  65. max-width: 71.4285714286%;
  66. }
  67. .gridstack.grid-stack-7 > .box[data-gs-width='6'] {
  68. width: 85.7142857143%;
  69. }
  70. .gridstack.grid-stack-7 > .box[data-gs-x='6'] {
  71. left: 85.7142857143%;
  72. }
  73. .gridstack.grid-stack-7 > .box[data-gs-min-width='6'] {
  74. min-width: 85.7142857143%;
  75. }
  76. .gridstack.grid-stack-7 > .box[data-gs-max-width='6'] {
  77. max-width: 85.7142857143%;
  78. }
  79. .gridstack.grid-stack-7 > .box[data-gs-width='7'] {
  80. width: 100%;
  81. }
  82. .gridstack.grid-stack-7 > .box[data-gs-x='7'] {
  83. left: 100%;
  84. }
  85. .gridstack.grid-stack-7 > .box[data-gs-min-width='7'] {
  86. min-width: 100%;
  87. }
  88. .gridstack.grid-stack-7 > .box[data-gs-max-width='7'] {
  89. max-width: 100%;
  90. }