You are here

grid-stack-3.css in GridStack 8.2

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

File

css/layout/grid-stack-3.css
View source
  1. /**
  2. * @file
  3. */
  4. .gridstack.grid-stack-3 > .box {
  5. min-width: 33.3333333333%;
  6. }
  7. .gridstack.grid-stack-3 > .box[data-gs-width='1'] {
  8. width: 33.3333333333%;
  9. }
  10. .gridstack.grid-stack-3 > .box[data-gs-x='1'] {
  11. left: 33.3333333333%;
  12. }
  13. .gridstack.grid-stack-3 > .box[data-gs-min-width='1'] {
  14. min-width: 33.3333333333%;
  15. }
  16. .gridstack.grid-stack-3 > .box[data-gs-max-width='1'] {
  17. max-width: 33.3333333333%;
  18. }
  19. .gridstack.grid-stack-3 > .box[data-gs-width='2'] {
  20. width: 66.6666666667%;
  21. }
  22. .gridstack.grid-stack-3 > .box[data-gs-x='2'] {
  23. left: 66.6666666667%;
  24. }
  25. .gridstack.grid-stack-3 > .box[data-gs-min-width='2'] {
  26. min-width: 66.6666666667%;
  27. }
  28. .gridstack.grid-stack-3 > .box[data-gs-max-width='2'] {
  29. max-width: 66.6666666667%;
  30. }
  31. .gridstack.grid-stack-3 > .box[data-gs-width='3'] {
  32. width: 100%;
  33. }
  34. .gridstack.grid-stack-3 > .box[data-gs-x='3'] {
  35. left: 100%;
  36. }
  37. .gridstack.grid-stack-3 > .box[data-gs-min-width='3'] {
  38. min-width: 100%;
  39. }
  40. .gridstack.grid-stack-3 > .box[data-gs-max-width='3'] {
  41. max-width: 100%;
  42. }