root / trunk / web / dojo / dijit / themes / tundra / TitlePane.css @ 9
History | View | Annotate | Download (894 Bytes)
1 |
.tundra .dijitTitlePaneTitle { |
---|---|
2 |
background: #cccccc; |
3 |
background:#fff url("images/titleBar.png") repeat-x bottom left; |
4 |
border:1px solid #bfbfbf; |
5 |
padding:3px 4px; |
6 |
} |
7 |
.tundra .dijitTitlePaneTitleHover { |
8 |
background: #f8fafd url("images/accordionItemHover.gif") bottom repeat-x; |
9 |
} |
10 |
.tundra .dijitTitlePane .dijitArrowNode { |
11 |
background-image: url('images/spriteArrows.png'); |
12 |
background-repeat: no-repeat; |
13 |
background-position: 0px 0px; |
14 |
height: 7px; |
15 |
width: 7px; |
16 |
} |
17 |
.dj_ie6 .tundra .dijitTitlePane .dijitArrowNode { |
18 |
background-image: url('images/spriteArrows.gif'); |
19 |
} |
20 |
.tundra .dijitTitlePane .dijitClosed .dijitArrowNode { |
21 |
background-position: -14px 0px; |
22 |
} |
23 |
.tundra .dijitTitlePaneContentOuter { |
24 |
background: #ffffff; |
25 |
border:1px solid #bfbfbf; |
26 |
border-top: 0px; |
27 |
} |
28 |
.tundra .dijitTitlePaneContentInner { |
29 |
padding:10px; |
30 |
} |
31 |
.tundra .dijitTitlePaneTextNode { |
32 |
margin-left: 4px; |
33 |
margin-right: 4px; |
34 |
} |