dx.spa.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /*!
  2. * DevExtreme
  3. * Version: 15.1.4
  4. * Build date: Jun 22, 2015
  5. *
  6. * Copyright (c) 2012 - 2015 Developer Express Inc. ALL RIGHTS RESERVED
  7. * EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml
  8. */
  9. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
  10. {
  11. font-size: 100%;
  12. margin: 0;
  13. padding: 0;
  14. border: 0;
  15. outline: 0;
  16. background: transparent;
  17. }
  18. html, body
  19. {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. body
  24. {
  25. background: #fff;
  26. }
  27. .dx-viewport
  28. {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. blockquote, q
  33. {
  34. quotes: none;
  35. }
  36. a
  37. {
  38. color: #818181;
  39. }
  40. :focus
  41. {
  42. outline: 0;
  43. }
  44. ins
  45. {
  46. text-decoration: none;
  47. }
  48. del
  49. {
  50. text-decoration: line-through;
  51. }
  52. table
  53. {
  54. border-collapse: collapse;
  55. border-spacing: 0;
  56. }
  57. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
  58. {
  59. display: block;
  60. }
  61. .dx-full-height
  62. {
  63. height: 100%;
  64. }
  65. .dx-transition
  66. {
  67. position: relative;
  68. }
  69. .dx-transition-absolute .dx-transition-inner-wrapper
  70. {
  71. position: absolute;
  72. height: 100%;
  73. width: 100%;
  74. }
  75. .dx-hidden, .dx-inactive-view
  76. {
  77. display: none !important;
  78. }
  79. .dx-transition-absolute .dx-active-view
  80. {
  81. left: 0;
  82. height: 100%;
  83. position: absolute;
  84. }