35 lines
894 B
CSS
35 lines
894 B
CSS
|
.tundra .dijitTitlePaneTitle {
|
||
|
background: #cccccc;
|
||
|
background:#fff url("images/titleBar.png") repeat-x bottom left;
|
||
|
border:1px solid #bfbfbf;
|
||
|
padding:3px 4px;
|
||
|
}
|
||
|
.tundra .dijitTitlePaneTitleHover {
|
||
|
background: #f8fafd url("images/accordionItemHover.gif") bottom repeat-x;
|
||
|
}
|
||
|
.tundra .dijitTitlePane .dijitArrowNode {
|
||
|
background-image: url('images/spriteArrows.png');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: 0px 0px;
|
||
|
height: 7px;
|
||
|
width: 7px;
|
||
|
}
|
||
|
.dj_ie6 .tundra .dijitTitlePane .dijitArrowNode {
|
||
|
background-image: url('images/spriteArrows.gif');
|
||
|
}
|
||
|
.tundra .dijitTitlePane .dijitClosed .dijitArrowNode {
|
||
|
background-position: -14px 0px;
|
||
|
}
|
||
|
.tundra .dijitTitlePaneContentOuter {
|
||
|
background: #ffffff;
|
||
|
border:1px solid #bfbfbf;
|
||
|
border-top: 0px;
|
||
|
}
|
||
|
.tundra .dijitTitlePaneContentInner {
|
||
|
padding:10px;
|
||
|
}
|
||
|
.tundra .dijitTitlePaneTextNode {
|
||
|
margin-left: 4px;
|
||
|
margin-right: 4px;
|
||
|
}
|