0d3f1dfd7c062f9084734d4576fdac45e667c20d.svn-base 398 B

1234567891011121314151617181920212223
  1. .empty-layout {
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. }
  6. .dx-theme-ios7 .empty-layout .layout-content{
  7. background-color: #EFEFF4;
  8. }
  9. /* Prevent margin collapse */
  10. .empty-layout::before {
  11. content: "\00a0";
  12. display: block;
  13. overflow: hidden;
  14. height: 0;
  15. }
  16. .empty-layout > div.content,
  17. .empty-layout > div.content > div {
  18. width: 100%;
  19. height: 100%;
  20. }