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