View.css 406 B

1234567891011121314151617181920212223
  1. @import url("../common/transitions/slide.css");
  2. @import url("../common/transitions/flip.css");
  3. @import url("../common/transitions/fade.css");
  4. /* dojox.mobile.View */
  5. .mblView {
  6. position: relative;
  7. top: 0px;
  8. left: 0px;
  9. width: 100%;
  10. }
  11. .mblView.mblIn {
  12. position: absolute;
  13. }
  14. .mblFixedHeaderBar {
  15. z-index: 1;
  16. }
  17. .mblFixedBottomBar {
  18. position: absolute !important;
  19. width: 100%;
  20. z-index: 1;
  21. }