You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
749 B
34 lines
749 B
/** |
|
* dijit.layout.SplitContainer |
|
* |
|
*/ |
|
|
|
.soria .dijitSplitContainerSizerH { |
|
background:url("../images/splitContainerSizerV.png") repeat-y #cddef4; |
|
border:0; |
|
border-left:0 solid #436496; |
|
border-right:0 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:0 solid #436496; |
|
border-bottom:0 solid #436496; |
|
height:2px; |
|
} |
|
|
|
.soria .dijitSplitContainerSizerV .thumb { |
|
background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc; |
|
top:1px; |
|
width:19px; |
|
height:5px; |
|
} |