Pagination.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. .dojoxGridPaginator {
  2. border-top:1px #DBDBDB solid;
  3. text-align:center;
  4. width: 100%;
  5. height: 24px;
  6. table-layout : fixed;
  7. background-color: #EAEAEA;
  8. }
  9. .dojoxGridDescriptionTd {
  10. text-align: left;
  11. width: 35%;
  12. }
  13. .dojoxGridDescription {
  14. text-align: left;
  15. margin-left: 9px;
  16. overflow: hidden;
  17. }
  18. .dojoxGridPaginatorFastStep {
  19. text-align: right;
  20. width: 35%;
  21. overflow: hidden;
  22. }
  23. .dojoxGridPaginatorStep {
  24. float: right;
  25. }
  26. .dojoxGridPaginatorGotoTd {
  27. width: 20px!important;
  28. }
  29. .dojoxGridPaginatorGotoDiv {
  30. cursor: pointer;
  31. width: 12px!important;
  32. height: 16px!important;
  33. margin: 0 6px 0 2px;
  34. background: url("images/sprite_icons.png") no-repeat -77px 4px;
  35. }
  36. .dojoxGridPaginatorGotoDivDisabled {
  37. background: url("images/sprite_icons.png") no-repeat -77px -16px;
  38. }
  39. .dojoxGridWardButton {
  40. margin-top: 2px;
  41. width: 12px!important;
  42. height: 12px!important;
  43. float: left;
  44. background: url("images/sprite_icons.png") no-repeat;
  45. }
  46. .dojoxGridWardButtonInner {
  47. visibility: hidden;
  48. }
  49. .dijit_a11y .dojoxGridWardButtonInner {
  50. visibility: visible;
  51. margin-bottom: 8px;
  52. }
  53. .dojoxGridfirstPageBtn {
  54. cursor: pointer;
  55. margin-left: 1px;
  56. background-position: -57px 3px;
  57. }
  58. .dojoxGridfirstPageBtnDisable {
  59. margin-left: 1px;
  60. background-position: -57px -17px;
  61. }
  62. .dojoxGridprevPageBtn {
  63. cursor: pointer;
  64. margin: 2px 2px 0 9px;
  65. background-position: 3px 3px;
  66. }
  67. .dojoxGridprevPageBtnDisable {
  68. margin: 2px 2px 0 9px;
  69. background-position: 3px -17px;
  70. }
  71. .dojoxGridlastPageBtn {
  72. cursor: pointer;
  73. margin: 2px 9px 0 9px;
  74. background-position: -37px 3px;
  75. }
  76. .dojoxGridlastPageBtnDisable {
  77. margin: 2px 9px 0 9px;
  78. background-position: -37px -17px;
  79. }
  80. .dojoxGridnextPageBtn {
  81. cursor: pointer;
  82. margin-left: 3px;
  83. background-position: -17px 3px;
  84. }
  85. .dojoxGridnextPageBtnDisable {
  86. margin-left: 3px;
  87. background-position: -17px -17px;
  88. }
  89. .dojoxGridInactived {
  90. font-weight: normal;
  91. color: #5D88AF;
  92. cursor: pointer;
  93. margin: 1px 6px 0 5px;
  94. float: left;
  95. zoom: 1; /* for IE */
  96. }
  97. .dojoxGridActived {
  98. font-weight: bold;
  99. color: black;
  100. margin: 1px 6px 0 5px;
  101. float: left;
  102. text-decoration: none!important;
  103. zoom: 1; /* for IE */
  104. }
  105. .dojoxGridInactiveSwitch {
  106. font-weight: normal;
  107. color: #5D88AF;
  108. float: left;
  109. cursor: pointer;
  110. margin: 1px 7px 0 7px;
  111. zoom: 1; /* for IE */
  112. }
  113. .dojoxGridActivedSwitch {
  114. font-weight: bold;
  115. color: black;
  116. float: left;
  117. margin: 1px 7px 0 7px;
  118. text-decoration: none!important;
  119. zoom: 1; /* for IE */
  120. }
  121. .dojoxGridSeparator {
  122. float: left;
  123. }
  124. .dojoxGridPageTextHover {
  125. text-decoration: underline;
  126. }
  127. .dojoxGridDialogMargin {
  128. width: 220px!important;
  129. margin-bottom: 10px;
  130. }
  131. .dj_ie6 .dojoxGridDialogMargin {
  132. position: relative;
  133. }
  134. .dojoxGridDialogButton {
  135. width: 220px!important;
  136. text-align: right;
  137. }