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