e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
34 lines
761 B
CSS
34 lines
761 B
CSS
/**
|
|
* dijit.layout.SplitContainer
|
|
*
|
|
*/
|
|
|
|
.soria .dijitSplitContainerSizerH {
|
|
background:url("../images/splitContainerSizerV.png") repeat-y #cddef4;
|
|
border:0;
|
|
border-left:0px solid #436496;
|
|
border-right:0px solid #436496;
|
|
width:5px;
|
|
}
|
|
|
|
.soria .dijitSplitContainerSizerH .thumb {
|
|
background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
|
|
left:1px;
|
|
width:2px;
|
|
height:19px;
|
|
}
|
|
|
|
.soria .dijitSplitContainerSizerV {
|
|
background:url("../images/splitContainerSizerH.png") repeat-x #cddef4;
|
|
border:0;
|
|
border-top:0px solid #436496;
|
|
border-bottom:0px solid #436496;
|
|
height:2px;
|
|
}
|
|
|
|
.soria .dijitSplitContainerSizerV .thumb {
|
|
background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
|
|
top:1px;
|
|
width:19px;
|
|
height:5px;
|
|
}
|