Pagination.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. cursor: not-allowed;
  38. background: url("images/sprite_icons.png") no-repeat -77px -16px;
  39. }
  40. .dojoxGridWardButton {
  41. margin-top: 2px;
  42. width: 12px!important;
  43. height: 12px!important;
  44. float: left;
  45. background: url("images/sprite_icons.png") no-repeat;
  46. }
  47. .dojoxGridWardButtonInner {
  48. visibility: hidden;
  49. }
  50. .dijit_a11y .dojoxGridWardButtonInner {
  51. visibility: visible;
  52. margin-bottom: 8px;
  53. }
  54. .dojoxGridfirstPageBtn {
  55. cursor: pointer;
  56. margin-left: 1px;
  57. background-position: -57px 3px;
  58. }
  59. .dojoxGridfirstPageBtnDisable {
  60. margin-left: 1px;
  61. cursor: not-allowed;
  62. background-position: -57px -17px;
  63. }
  64. .dojoxGridprevPageBtn {
  65. cursor: pointer;
  66. margin: 2px 2px 0 9px;
  67. background-position: 3px 3px;
  68. }
  69. .dojoxGridprevPageBtnDisable {
  70. cursor: not-allowed;
  71. margin: 2px 2px 0 9px;
  72. background-position: 3px -17px;
  73. }
  74. .dojoxGridlastPageBtn {
  75. cursor: pointer;
  76. margin: 2px 9px 0 9px;
  77. background-position: -37px 3px;
  78. }
  79. .dojoxGridlastPageBtnDisable {
  80. cursor: not-allowed;
  81. margin: 2px 9px 0 9px;
  82. background-position: -37px -17px;
  83. }
  84. .dojoxGridnextPageBtn {
  85. cursor: pointer;
  86. margin-left: 3px;
  87. background-position: -17px 3px;
  88. }
  89. .dojoxGridnextPageBtnDisable {
  90. margin-left: 3px;
  91. cursor: not-allowed;
  92. background-position: -17px -17px;
  93. }
  94. .dojoxGridInactived {
  95. font-weight: normal;
  96. color: #5D88AF;
  97. cursor: pointer;
  98. margin: 1px 6px 0 5px;
  99. float: left;
  100. zoom: 1; /* for IE */
  101. }
  102. .dojoxGridActived {
  103. font-weight: bold;
  104. color: black;
  105. margin: 1px 6px 0 5px;
  106. float: left;
  107. text-decoration: none!important;
  108. zoom: 1; /* for IE */
  109. }
  110. .dojoxGridInactiveSwitch {
  111. font-weight: normal;
  112. color: #5D88AF;
  113. float: left;
  114. cursor: pointer;
  115. margin: 1px 7px 0 7px;
  116. zoom: 1; /* for IE */
  117. }
  118. .dojoxGridActivedSwitch {
  119. font-weight: bold;
  120. color: black;
  121. float: left;
  122. margin: 1px 7px 0 7px;
  123. text-decoration: none!important;
  124. zoom: 1; /* for IE */
  125. }
  126. .dojoxGridSeparator {
  127. float: left;
  128. }
  129. .dojoxGridPageTextHover {
  130. text-decoration: underline;
  131. }
  132. .dojoxGridDialogMargin {
  133. width: 220px!important;
  134. margin-bottom: 10px;
  135. }
  136. .dj_ie6 .dojoxGridDialogMargin {
  137. position: relative;
  138. }
  139. .dojoxGridDialogButton {
  140. width: 220px!important;
  141. text-align: right;
  142. }
  143. .dojoxGridButtonFocus {
  144. outline: none;
  145. border: 0.5px dotted darkblue !important;
  146. }