2011-11-08 17:40:44 +01:00
|
|
|
/**
|
|
|
|
* dijit.layout.SplitContainer
|
|
|
|
*
|
|
|
|
*/
|
2010-11-15 08:39:52 +01:00
|
|
|
|
|
|
|
.soria .dijitSplitContainerSizerH {
|
|
|
|
background:url("../images/splitContainerSizerV.png") repeat-y #cddef4;
|
|
|
|
border:0;
|
2011-11-08 17:40:44 +01:00
|
|
|
border-left:0 solid #436496;
|
|
|
|
border-right:0 solid #436496;
|
2010-11-15 08:39:52 +01:00
|
|
|
width:5px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSplitContainerSizerH .thumb {
|
|
|
|
background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
|
|
|
|
left:1px;
|
|
|
|
width:2px;
|
|
|
|
height:19px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSplitContainerSizerV {
|
|
|
|
background:url("../images/splitContainerSizerH.png") repeat-x #cddef4;
|
|
|
|
border:0;
|
2011-11-08 17:40:44 +01:00
|
|
|
border-top:0 solid #436496;
|
|
|
|
border-bottom:0 solid #436496;
|
2010-11-15 08:39:52 +01:00
|
|
|
height:2px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSplitContainerSizerV .thumb {
|
|
|
|
background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
|
|
|
|
top:1px;
|
|
|
|
width:19px;
|
|
|
|
height:5px;
|
2011-11-08 17:40:44 +01:00
|
|
|
}
|