phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/mobile/themes/common/FixedSplitter.css

20 lines
285 B
CSS
Raw Permalink Normal View History

2012-06-19 02:07:43 +00:00
.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;
}