RoundRect-compat.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* dojox.mobile.RoundRect */
  2. .mblRoundRect {
  3. -moz-border-radius: 5px;
  4. -o-border-radius: 5px;
  5. -ms-border-radius: 5px;
  6. border-radius: 5px;
  7. }
  8. /* Round Corner */
  9. .mblRoundCorner {
  10. background-color: white;
  11. height: 1px;
  12. font-size: 1px;
  13. overflow: hidden;
  14. border-style: solid;
  15. border-color: #ADAAAD;
  16. border-width: 0px 1px;
  17. }
  18. .mblRoundRectContainer {
  19. margin: 0px;
  20. padding: 0px;
  21. background-color: white;
  22. border-style: solid;
  23. border-color: #ADAAAD;
  24. border-width: 0px 1px;
  25. }
  26. .mblRoundRect .mblRoundRectContainer {
  27. padding: 3px 8px;
  28. }
  29. .mblRoundCorner0T {
  30. height: 0px;
  31. }
  32. .mblRoundCorner1T {
  33. background-color: #ADAAAD;
  34. margin: 0px 5px;
  35. }
  36. .mblRoundCorner2T {
  37. margin: 0px 2px;
  38. border-width: 0px 3px;
  39. }
  40. .mblRoundCorner3T {
  41. margin: 0px 1px;
  42. border-width: 0px 2px;
  43. }
  44. .mblRoundCorner4T {
  45. margin: 0px 1px;
  46. }
  47. .mblRoundCorner5T {
  48. margin: 0px 1px;
  49. }
  50. .mblRoundCorner0B {
  51. height: 0px;
  52. }
  53. .mblRoundCorner1B {
  54. margin: 0px 1px;
  55. }
  56. .mblRoundCorner2B {
  57. margin: 0px 1px;
  58. }
  59. .mblRoundCorner3B {
  60. margin: 0px 1px;
  61. border-width: 0px 2px;
  62. }
  63. .mblRoundCorner4B {
  64. margin: 0px 2px;
  65. border-width: 0px 3px;
  66. }
  67. .mblRoundCorner5B {
  68. background-color: #ADAAAD;
  69. margin: 0px 5px;
  70. }