summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/layout/SplitContainer.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
commit2f01fe57a8d37767827d6db42850aef86a767c53 (patch)
tree516a95ffce2fc2435aed8d9976e444dbcba7dce3 /lib/dijit/themes/tundra/layout/SplitContainer.css
parent951906dcecb1d3c7bcf751976a03e0c196ca6db0 (diff)
add dijit/dojo stuff; initial ui mockup
Diffstat (limited to 'lib/dijit/themes/tundra/layout/SplitContainer.css')
-rw-r--r--lib/dijit/themes/tundra/layout/SplitContainer.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/dijit/themes/tundra/layout/SplitContainer.css b/lib/dijit/themes/tundra/layout/SplitContainer.css
new file mode 100644
index 000000000..278503116
--- /dev/null
+++ b/lib/dijit/themes/tundra/layout/SplitContainer.css
@@ -0,0 +1,28 @@
+.tundra .dijitSplitContainerSizerH {
+ background:url("../images/splitContainerSizerV.png") repeat-y #fff;
+ border:0;
+ border-left:1px solid #bfbfbf;
+ border-right:1px solid #bfbfbf;
+ width:7px;
+}
+.tundra .dijitSplitContainerSizerH .thumb {
+ background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
+ left:1px;
+ width:3px;
+ height:19px;
+ overflow: hidden;
+}
+.tundra .dijitSplitContainerSizerV {
+ background:url("../images/splitContainerSizerH.png") repeat-x #fff;
+ border:0;
+ border-top:1px solid #bfbfbf;
+ border-bottom:1px solid #bfbfbf;
+ height:7px;
+}
+.tundra .dijitSplitContainerSizerV .thumb {
+ background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
+ top:1px;
+ width:19px;
+ height:3px;
+ overflow: hidden;
+}