summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/layout/SplitContainer.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
committerAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
commit81bea17aefb26859f825b9293c7c99192874806e (patch)
treefb244408ca271affa2899adb634788802c9a89d8 /lib/dijit/themes/tundra/layout/SplitContainer.css
parent870a70e109ac9e80a88047044530de53d0404ec7 (diff)
upgrade Dojo to 1.6.1
Diffstat (limited to 'lib/dijit/themes/tundra/layout/SplitContainer.css')
-rw-r--r--lib/dijit/themes/tundra/layout/SplitContainer.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dijit/themes/tundra/layout/SplitContainer.css b/lib/dijit/themes/tundra/layout/SplitContainer.css
index 278503116..5a3eed6c9 100644
--- a/lib/dijit/themes/tundra/layout/SplitContainer.css
+++ b/lib/dijit/themes/tundra/layout/SplitContainer.css
@@ -5,6 +5,7 @@
border-right:1px solid #bfbfbf;
width:7px;
}
+
.tundra .dijitSplitContainerSizerH .thumb {
background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
left:1px;
@@ -12,6 +13,7 @@
height:19px;
overflow: hidden;
}
+
.tundra .dijitSplitContainerSizerV {
background:url("../images/splitContainerSizerH.png") repeat-x #fff;
border:0;
@@ -19,6 +21,7 @@
border-bottom:1px solid #bfbfbf;
height:7px;
}
+
.tundra .dijitSplitContainerSizerV .thumb {
background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
top:1px;