e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
31 lines
799 B
CSS
31 lines
799 B
CSS
.tundra .dijitSplitContainerSizerH {
|
|
background:url("../images/splitContainerSizerV.png") repeat-y #fff;
|
|
border:0;
|
|
border-left:1px solid #bfbfbf;
|
|
border-right:1px solid #bfbfbf;
|
|
width:7px;
|
|
}
|
|
.tundra .dijitSplitContainerSizerH .thumb {
|
|
background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
|
|
left:1px;
|
|
width:3px;
|
|
height:19px;
|
|
overflow: hidden;
|
|
}
|
|
.tundra .dijitSplitContainerSizerV {
|
|
background:url("../images/splitContainerSizerH.png") repeat-x #fff;
|
|
border:0;
|
|
border-top:1px solid #bfbfbf;
|
|
border-bottom:1px solid #bfbfbf;
|
|
height:7px;
|
|
}
|
|
.tundra .dijitSplitContainerSizerV .thumb {
|
|
background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
|
|
top:1px;
|
|
width:19px;
|
|
height:3px;
|
|
overflow: hidden;
|
|
}
|
|
.tundra .dijitSplitter {
|
|
border-color: #bfbfbf;
|
|
}
|