2011-11-08 17:40:44 +01:00
|
|
|
/* Accordion */
|
2010-11-15 08:39:52 +01:00
|
|
|
|
|
|
|
.tundra .dijitAccordionContainer {
|
|
|
|
border-color: #ccc;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* common */
|
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitAccordionTitle {
|
|
|
|
background:#fafafa url("../images/titleBar.png") repeat-x bottom left;
|
|
|
|
border-top: 1px solid #bfbfbf;
|
|
|
|
padding: 4px 4px 4px 8px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitAccordionTitleHover {
|
|
|
|
background: #f8fafd url("../images/accordionItemHover.gif") bottom repeat-x;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitAccordionTitleSelected {
|
|
|
|
background: #f9f9f9 url("../images/accordionItemActive.gif") bottom repeat-x;
|
|
|
|
font-weight: bold;
|
|
|
|
border-top: 1px solid #aaaaaa;
|
|
|
|
border-bottom: 1px solid #bfbfbf;
|
|
|
|
padding: 4px 4px 4px 8px;
|
2011-11-08 17:40:44 +01:00
|
|
|
}
|