summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/layout/SplitContainer.css
diff options
context:
space:
mode:
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;