0c4a287fcc0a057312a5ec6f3134ac9eabff3f69.svn-base 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. .dojoxGrid {
  2. position: relative;
  3. background-color: #EBEADB;
  4. font-family: Geneva, Arial, Helvetica, sans-serif;
  5. -moz-outline-style: none;
  6. outline: none;
  7. }
  8. .dojoxGrid table {
  9. padding: 0;
  10. }
  11. .dojoxGrid td {
  12. -moz-outline: none;
  13. }
  14. /* master header */
  15. .dojoxGrid-master-header {
  16. position: relative;
  17. }
  18. /* master view */
  19. .dojoxGrid-master-view {
  20. position: relative;
  21. }
  22. /* views */
  23. .dojoxGrid-view {
  24. position: absolute;
  25. overflow: hidden;
  26. }
  27. /* header */
  28. .dojoxGrid-header {
  29. position: absolute;
  30. overflow: hidden;
  31. }
  32. .dojoxGrid-header {
  33. background-color: #E8E1CF;
  34. }
  35. .dojoxGrid-header table {
  36. text-align: center;
  37. }
  38. .dojoxGrid-header .dojoxGrid-cell-content {
  39. text-align: center;
  40. }
  41. .dojoxGrid-header .dojoxGrid-cell {
  42. border: 1px solid;
  43. border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB;
  44. background: url(images/grid_dx_gradient.gif) #E8E1CF top repeat-x;
  45. padding-bottom: 2px;
  46. }
  47. .dojoxGrid-header .dojoxGrid-cell-over {
  48. background-image: none;
  49. background-color: white;
  50. border-bottom-color: #FEBE47;
  51. margin-bottom: 0;
  52. padding-bottom: 0;
  53. border-bottom-width: 3px;
  54. }
  55. .dojoxGrid-sort-down {
  56. background: url(images/grid_sort_down.gif) left no-repeat;
  57. padding-left:16px;
  58. margin-left:4px;
  59. }
  60. .dojoxGrid-sort-up {
  61. background: url(images/grid_sort_up.gif) left no-repeat;
  62. padding-left:16px;
  63. margin-left:4px;
  64. }
  65. /* content */
  66. .dojoxGrid-scrollbox {
  67. position: relative;
  68. overflow: scroll;
  69. background-color: white;
  70. width: 100%;
  71. }
  72. .dojoxGrid-content {
  73. position: relative;
  74. overflow: hidden;
  75. -moz-outline-style: none;
  76. outline: none;
  77. }
  78. /* rowbar */
  79. .dojoxGrid-rowbar {
  80. border: 1px solid;
  81. border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB;
  82. border-top: none;
  83. background: url(images/grid_dx_gradient.gif) #E8E1CF top repeat-x;
  84. }
  85. .dojoxGrid-rowbar-inner {
  86. border-top: 1px solid #F6F4EB;
  87. }
  88. .dojoxGrid-rowbar-over {
  89. background-image: none;
  90. background-color: white;
  91. border-top-color: #FEBE47;
  92. border-bottom-color: #FEBE47;
  93. }
  94. .dojoxGrid-rowbar-selected {
  95. background-color: #D9E8F9;
  96. background-image: none;
  97. /*background-image: url(images/grid_green_dot.gif);*/
  98. background-position: center;
  99. background-repeat: no-repeat;
  100. }
  101. /* rows */
  102. .dojoxGrid-row {
  103. position: relative;
  104. width: 9000em;
  105. }
  106. .dojoxGrid-row {
  107. /*border: 1px solid #E8E4D8;*/
  108. border: 1px solid #E8E4D8;
  109. border-color: #F8F7F1;
  110. /*padding: 0 0 1px 0;*/
  111. border-left: none;
  112. border-right: none;
  113. background-color: white;
  114. border-top: none;
  115. }
  116. .dojoxGrid-row-over {
  117. border-top-color: #FEBE47;
  118. border-bottom-color: #FEBE47;
  119. /*border-bottom-width: 2px;
  120. padding-bottom: 0;*/
  121. /*background-color: #FFDD9D;*/
  122. /*background-color: #FDFDFD;*/
  123. }
  124. .dojoxGrid-row-odd {
  125. background-color: #FFFDF3;
  126. /*background-color: #F9F7E8;*/
  127. }
  128. .dojoxGrid-row-selected {
  129. background-color: #D9E8F9;
  130. }
  131. .dojoxGrid-row-table {
  132. table-layout: fixed;
  133. width: 0;
  134. }
  135. .dojoxGrid-invisible {
  136. visibility: hidden;
  137. }
  138. .Xdojo-ie .dojoxGrid-invisible {
  139. display: none;
  140. }
  141. .dojoxGrid-invisible td, .dojoxGrid-header .dojoxGrid-invisible td {
  142. border-top-width: 0;
  143. border-bottom-width: 0;
  144. padding-top: 0;
  145. padding-bottom: 0;
  146. height: 0;
  147. overflow: hidden;
  148. }
  149. /* cells */
  150. .dojoxGrid-cell {
  151. border: 1px solid;
  152. border-color: #EBEADB;
  153. border-right-color: #D5CDB5;
  154. padding: 3px 3px 3px 3px;
  155. text-align: left;
  156. overflow: hidden;
  157. }
  158. .dojoxGrid-cell-focus {
  159. border: 1px dashed blue;
  160. }
  161. .dojoxGrid-cell-over {
  162. border: 1px dotted #FEBE47;
  163. }
  164. .dojoxGrid-cell-focus.dojoxGrid-cell-over {
  165. border: 1px dotted green;
  166. }
  167. .dojoxGrid-cell-clip {
  168. width: 100%;
  169. overflow: hidden;
  170. white-space:nowrap;
  171. text-overflow: ellipsis;
  172. }
  173. /* editing */
  174. .dojoxGrid-row-editing td {
  175. background-color: #F4FFF4;
  176. }
  177. .dojoxGrid-row-inserting td {
  178. background-color: #F4FFF4;
  179. }
  180. .dojoxGrid-row-inflight td {
  181. background-color: #F2F7B7;
  182. }
  183. .dojoxGrid-row-error td {
  184. background-color: #F8B8B6;
  185. }
  186. .dojoxGrid-input, .dojoxGrid-select, .dojoxGrid-textarea {
  187. margin: 0;
  188. padding: 0;
  189. border-style: none;
  190. width: 100%;
  191. font-size: 100%;
  192. font-family: inherit;
  193. }
  194. .dojoxGrid-hidden-focus {
  195. position: absolute;
  196. left: -1000px;
  197. top: -1000px;
  198. height: 0px, width: 0px;
  199. }