View.css 422 B

123456789101112131415161718192021222324
  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. color: white;
  11. }
  12. .mblView.mblIn {
  13. position: absolute;
  14. }
  15. .mblFixedHeaderBar {
  16. z-index: 1;
  17. }
  18. .mblFixedBottomBar {
  19. position: absolute !important;
  20. width: 100%;
  21. z-index: 1;
  22. }