1
0
Fork 0
forked from 0x2620/oxjs

make map fill parent element

This commit is contained in:
rlx 2011-03-05 17:46:35 +00:00
commit 802600f19f
3 changed files with 110 additions and 32 deletions

View file

@ -963,6 +963,18 @@ Maps
================================================================================
*/
.OxMap {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.OxMap > * {
position: absolute;
}
.OxMapButton {
position: absolute;
width: 12px;