]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/themes/soria/layout/SplitContainer.css
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dijit / themes / soria / layout / SplitContainer.css
CommitLineData
81bea17a
AD
1/**
2 * dijit.layout.SplitContainer
3 *
4 */
2f01fe57
AD
5
6.soria .dijitSplitContainerSizerH {
7 background:url("../images/splitContainerSizerV.png") repeat-y #cddef4;
8 border:0;
81bea17a
AD
9 border-left:0 solid #436496;
10 border-right:0 solid #436496;
2f01fe57
AD
11 width:5px;
12}
81bea17a 13
2f01fe57
AD
14.soria .dijitSplitContainerSizerH .thumb {
15 background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
16 left:1px;
17 width:2px;
18 height:19px;
19}
81bea17a 20
2f01fe57
AD
21.soria .dijitSplitContainerSizerV {
22 background:url("../images/splitContainerSizerH.png") repeat-x #cddef4;
23 border:0;
81bea17a
AD
24 border-top:0 solid #436496;
25 border-bottom:0 solid #436496;
2f01fe57
AD
26 height:2px;
27}
81bea17a 28
2f01fe57
AD
29.soria .dijitSplitContainerSizerV .thumb {
30 background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
31 top:1px;
32 width:19px;
33 height:5px;
81bea17a 34}