]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/themes/tundra/layout/SplitContainer.css
5a3eed6c98f7a3eb5930cf7b352d8d92464b37ed
[tt-rss.git] / lib / dijit / themes / tundra / layout / SplitContainer.css
1 .tundra .dijitSplitContainerSizerH {
2 background:url("../images/splitContainerSizerV.png") repeat-y #fff;
3 border:0;
4 border-left:1px solid #bfbfbf;
5 border-right:1px solid #bfbfbf;
6 width:7px;
7 }
8
9 .tundra .dijitSplitContainerSizerH .thumb {
10 background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
11 left:1px;
12 width:3px;
13 height:19px;
14 overflow: hidden;
15 }
16
17 .tundra .dijitSplitContainerSizerV {
18 background:url("../images/splitContainerSizerH.png") repeat-x #fff;
19 border:0;
20 border-top:1px solid #bfbfbf;
21 border-bottom:1px solid #bfbfbf;
22 height:7px;
23 }
24
25 .tundra .dijitSplitContainerSizerV .thumb {
26 background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
27 top:1px;
28 width:19px;
29 height:3px;
30 overflow: hidden;
31 }