ExpandoPane.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. /* dojox.layout.ExpandoPane */
  2. .dojoxExpandoPane {
  3. overflow:hidden;
  4. z-index:440 !important;
  5. }
  6. .dojoxExpandoPane .dojoxExpandoWrapper {
  7. overflow:hidden;
  8. }
  9. .dojoxExpandoClosed .dojoxExpandoTitleNode {
  10. display:none;
  11. }
  12. /* hide all layout children scrollbars when closed */
  13. .dojoxExpandoClosed .dojoxExpandoWrapper * {
  14. overflow:hidden !important;
  15. }
  16. .dojoxExpandoTitleNode {
  17. padding-right:6px;
  18. padding-left:6px;
  19. }
  20. .dojoxExpandoIcon .a11yNode {
  21. display:none;
  22. visibility:hidden;
  23. }
  24. .dojoxExpandoBottom .dojoxExpandoIcon,
  25. .dojoxExpandoTop .dojoxExpandoIcon,
  26. .dojoxExpandoLeft .dojoxExpandoIcon {
  27. float:right;
  28. margin-right:2px;
  29. }
  30. .dojoxExpandoRight .dojoxExpandoIcon {
  31. float:left;
  32. margin-left:2px;
  33. }
  34. .dojoxExpandoIcon {
  35. width:14px;
  36. cursor:pointer;
  37. background-position:-60px 0px;
  38. background-repeat: no-repeat;
  39. height:14px;
  40. }
  41. .dojoxExpandoClosed .dojoxExpandoIcon {
  42. background-position: 0px 0px;
  43. margin:0 auto;
  44. }
  45. .dijitBorderContainer-dijitExpandoPane {
  46. border: none !important;
  47. }
  48. /* soria definitions */
  49. .soria .dojoxExpandoTitle {
  50. height:16px;
  51. font-size:0.9em;
  52. font-weight:bold;
  53. padding:3px;
  54. padding-top:6px;
  55. padding-bottom:5px;
  56. background:#F0F4FC url("../../../dijit/themes/soria/images/tabContainerSprite.gif") repeat-x scroll 0pt -50px;
  57. border-left: 1px solid #B1BADF;
  58. border-right: 1px solid #B1BADF;
  59. }
  60. .soria .dojoxExpandoClosed .dojoxExpandoTitle {
  61. background: none;
  62. background-color: #F0F4FC;
  63. border: none;
  64. }
  65. .soria .dojoxExpandoClosed {
  66. background: none;
  67. background-color: #F0F4FC;
  68. border: 1px solid #B1BADF !important;
  69. }
  70. .soria .dojoxExpandoIcon {
  71. background-image: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png');
  72. }
  73. .dj_ie6 .soria .dojoxExpandoIcon {
  74. background-image: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.gif');
  75. }
  76. /* tundra styles */
  77. .tundra .dojoxExpandoTitle {
  78. font-weight: bold;
  79. padding: 5px;
  80. padding-top: 6px;
  81. padding-bottom: 6px;
  82. background: #fafafa url("../../../dijit/themes/tundra/images/accordionItemActive.gif") repeat-x scroll left top;
  83. border-top: 1px solid #ccc;
  84. border-left: 1px solid #ccc;
  85. border-right: 1px solid #ccc;
  86. }
  87. .tundra .dojoxExpandoClosed .dojoxExpandoTitle {
  88. background: none;
  89. background-color: #fafafa;
  90. border: none;
  91. padding:3px;
  92. }
  93. .tundra .dojoxExpandoClosed {
  94. background: none;
  95. background-color: #fafafa;
  96. border: 1px solid #ccc !important;
  97. }
  98. .tundra .dojoxExpandoRight .dojoxExpandoTitle,
  99. .tundra .dojoxExpandoLeft .dojoxExpandoTitle,
  100. .tundra .dojoxExpandoClosed .dojoxExpandoTitle,
  101. .tundra .dojoxExpandoClosed {
  102. background-color: #fafafa;
  103. }
  104. .tundra .dojoxExpandoIcon {
  105. background-image: url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.gif');
  106. }
  107. .tundra .dojoxExpandoClosed .dojoxExpandoIconLeft,
  108. .tundra .dojoxExpandoClosed .dojoxExpandoIconRight,
  109. .tundra .dojoxExpandoClosed .dojoxExpandoIconTop,
  110. .tundra .dojoxExpandoClosed .dojoxExpandoIconBottom {
  111. margin-top: 3px;
  112. }
  113. /* claro styles */
  114. .claro .dojoxExpandoTitle {
  115. font-weight: bold;
  116. border:1px solid #769DC0;
  117. border-bottom:none;
  118. background-color:#cde8ff;
  119. background-image: url("../../../dijit/themes/claro/layout/images/accordion.png");
  120. background-position:0px 0px;
  121. background-repeat:repeat-x;
  122. padding: 5px 7px 2px 7px;
  123. min-height:17px;
  124. color:#4a4a4a;
  125. }
  126. .claro .dojoxExpandoClosed .dojoxExpandoTitle {
  127. background: none;
  128. background-color: #E6E6E7;
  129. border: none;
  130. padding:3px;
  131. }
  132. .claro .dojoxExpandoClosed {
  133. background: none;
  134. background-color: #E6E6E7;
  135. border: 1px solid #769DC0 !important;
  136. }
  137. .claro .dojoxExpandoRight .dojoxExpandoTitle,
  138. .claro .dojoxExpandoLeft .dojoxExpandoTitle,
  139. .claro .dojoxExpandoClosed .dojoxExpandoTitle{
  140. background-color: #E6E6E7;
  141. }
  142. .claro .dojoxExpandoClosed .dojoxExpandoTitle{
  143. background-image: url("../../../dijit/themes/claro/layout/images/accordion.png");
  144. background-position:0 0;
  145. }
  146. /* FIXME: use tundra spriteRoundedIconsSmall for now,
  147. because there is no compatible image files in claro (15x15
  148. icon, and icons are arranged in the same order as in
  149. spriteRoundedIconsSmall.gif */
  150. .claro .dojoxExpandoIcon {
  151. background-image: url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.gif');
  152. }
  153. .claro .dojoxExpandoClosed .dojoxExpandoIconLeft,
  154. .claro .dojoxExpandoClosed .dojoxExpandoIconRight,
  155. .claro .dojoxExpandoClosed .dojoxExpandoIconTop,
  156. .claro .dojoxExpandoClosed .dojoxExpandoIconBottom {
  157. margin-top: 3px;
  158. }
  159. /* nihilo theme styles */
  160. .nihilo .dojoxExpandoPane {
  161. background: #fafafa;
  162. }
  163. .nihilo .dojoxExpandoTitle {
  164. height:16px;
  165. font-size:0.9em;
  166. font-weight:bold;
  167. padding:3px;
  168. padding-top:6px;
  169. padding-bottom:5px;
  170. background:#fafafa url("../../../dijit/themes/nihilo/images/tabContainerSprite.gif") repeat-x scroll 0pt -50px;
  171. border-left: 1px solid #ccc;
  172. border-right: 1px solid #ccc;
  173. }
  174. .nihilo .dojoxExpandoClosed .dojoxExpandoTitle {
  175. background: none;
  176. background-color: #fafafa;
  177. border: none;
  178. }
  179. .nihilo .dojoxExpandoClosed {
  180. background: none;
  181. background-color: #fafafa;
  182. border: 1px solid #ccc !important;
  183. }
  184. .nihilo .dojoxExpandoIcon {
  185. background-image: url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png');
  186. }
  187. .dj_ie6 .nihilo .dojoxExpandoIcon {
  188. background-image: url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.gif');
  189. }
  190. .nihilo .dojoxExpandoTop {
  191. border-bottom:1px solid #ccc;
  192. border-left:1px solid #ccc;
  193. border-right:1px solid #ccc;
  194. }
  195. /* open/closed states */
  196. .dojoxExpandoClosed .dojoxExpandoIcon {
  197. margin-right:4px;
  198. }
  199. .dojoxExpandoIconLeft {
  200. background-position: 0 0;
  201. }
  202. .dojoxExpandoClosed .dojoxExpandoIconLeft {
  203. background-position: -30px 0;
  204. margin-right: 4px;
  205. }
  206. .dojoxExpandoIconRight {
  207. background-position: -30px 0;
  208. }
  209. .dojoxExpandoClosed .dojoxExpandoIconRight {
  210. background-position: 0 0;
  211. margin-left: 4px;
  212. }
  213. .dojoxExpandoIconBottom {
  214. background-position: -15px 0;
  215. }
  216. .dojoxExpandoClosed .dojoxExpandoIconBottom {
  217. background-position: -45px 0;
  218. margin-top:1px;
  219. }
  220. .dojoxExpandoIconTop {
  221. background-position: -45px 0;
  222. }
  223. .dojoxExpandoClosed .dojoxExpandoIconTop {
  224. background-position: -15px 0;
  225. }