summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/common/FixedSplitter.css
blob: 67889694c2924b9ed09f283aabc1e35e939318cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.mblFixedSpliter {
	width: 100%;
	height: 100%;
}

.mblFixedSplitterPane {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
}

.mblFixedSplitterPaneH {
	position: absolute;
	height: 100%;
	top: 0px;
}

.mblFixedSplitterPaneV {
	position: absolute;
	width: 100%;
	left: 0px;
}