]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/tundra/layout/BorderContainer.css.commented.css
da2810673a1b86f57058b4e65ab135df0deabad7
[eow] / static / dojo-release-1.1.1 / dijit / themes / tundra / layout / BorderContainer.css.commented.css
1 /* BorderContainer */
2
3 .tundra .dijitSplitterH {
4         background:url("../images/splitContainerSizerH.png") repeat-x #fff;
5         border:0;
6         border-left:0px solid #d3d3d3;
7         border-right:0px solid #d3d3d3;
8         height:5px;
9 }
10
11 .tundra .dijitSplitterH .dijitSplitterThumb {
12         background:url("../images/splitContainerSizerH-thumb.png") no-repeat;
13         top:1px;
14         width:19px;
15         height:2px;
16 }
17
18 .tundra .dijitSplitterV {
19         background:url("../images/splitContainerSizerV.png") repeat-y #fff;
20         border:0;
21         border-top:0px solid #d3d3d3;
22         border-bottom:0px solid #d3d3d3;
23         width:5px;
24 }
25
26 .tundra .dijitSplitterV .dijitSplitterThumb {
27         background:url("../images/splitContainerSizerV-thumb.png") no-repeat;
28         left:1px;
29         height:19px;
30         width:5px;
31 }