]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/tundra/layout/SplitContainer.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / tundra / layout / SplitContainer.css.commented.css
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
9 .tundra .dijitSplitContainerSizerH .thumb {
10         background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
11         left:1px;
12         width:3px;
13         height:19px;
14         overflow: hidden;
15 }
16
17 .tundra .dijitSplitContainerSizerV {
18         background:url("../images/splitContainerSizerH.png") repeat-x #fff;
19         border:0;
20         border-top:1px solid #bfbfbf;
21         border-bottom:1px solid #bfbfbf;
22         height:7px;
23 }
24
25 .tundra .dijitSplitContainerSizerV .thumb {
26         background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
27         top:1px;
28         width:19px;
29         height:3px;
30         overflow: hidden;
31 }
32
33 .tundra .dijitSplitter {
34         border-color: #bfbfbf;
35 }