root / trunk / web / dojo / dijit / themes / tundra / layout / SplitContainer.css
History | View | Annotate | Download (748 Bytes)
1 |
.tundra .dijitSplitContainerSizerH { |
---|---|
2 |
background:url("../images/splitContainerSizerV.png") repeat-y #fff; |
3 |
border:0; |
4 |
border-left:1px solid #bfbfbf; |
5 |
border-right:1px solid #bfbfbf; |
6 |
width:7px; |
7 |
} |
8 |
.tundra .dijitSplitContainerSizerH .thumb { |
9 |
background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc; |
10 |
left:1px; |
11 |
width:3px; |
12 |
height:19px; |
13 |
overflow: hidden; |
14 |
} |
15 |
.tundra .dijitSplitContainerSizerV { |
16 |
background:url("../images/splitContainerSizerH.png") repeat-x #fff; |
17 |
border:0; |
18 |
border-top:1px solid #bfbfbf; |
19 |
border-bottom:1px solid #bfbfbf; |
20 |
height:7px; |
21 |
} |
22 |
.tundra .dijitSplitContainerSizerV .thumb { |
23 |
background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc; |
24 |
top:1px; |
25 |
width:19px; |
26 |
height:3px; |
27 |
overflow: hidden; |
28 |
} |