- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2009-07-16 02:00:03+12:00
- Desc:
- the starting point for the HH tutorial example
- Permanent Source URI:
- https://models.fieldml.org/workspace/a1/rawfile/f6a8f90307388eb4b040ee3566b84d88b59247f7/dojo-presentation/js/dojo/dijit/themes/nihilo/layout/SplitContainer.css
/**
* dijit.layout.SplitContainer
*
*/
.nihilo .dijitSplitContainerSizerH {
background:url("../images/splitContainerSizerV.png") repeat-y #fff;
border:0;
border-left:0px solid #d3d3d3;
border-right:0px solid #d3d3d3;
width:5px;
}
.nihilo .dijitSplitContainerSizerH .thumb {
background:url("../images/splitContainerSizerV-thumb.png") no-repeat;
left:1px;
width:2px;
height:19px;
}
.nihilo .dijitSplitContainerSizerV {
background:url("../images/splitContainerSizerH.png") repeat-x #fff;
border:0;
border-top:0px solid #d3d3d3;
border-bottom:0px solid #d3d3d3;
height:2px;
}
.nihilo .dijitSplitContainerSizerV .thumb {
background:url("../images/splitContainerSizerH-thumb.png") no-repeat;
top:1px;
width:19px;
height:5px;
}