forked from 0x2620/oxjs
make map controls work
This commit is contained in:
parent
bbef38f0a9
commit
df3ea541b3
14 changed files with 177 additions and 132 deletions
|
|
@ -1255,15 +1255,37 @@ Maps
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
input[type=image].OxMapButton {
|
||||
.OxMap .OxButton.OxMapControl {
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
padding: 1px;
|
||||
border-width: 2px;
|
||||
}
|
||||
.OxMapLabel {
|
||||
.OxMap .OxButton.OxMapControl.OxMapButtonCenter {
|
||||
left: 24px;
|
||||
top: 24px;
|
||||
}
|
||||
.OxMap .OxButton.OxMapControl.OxMapButtonEast {
|
||||
left: 44px;
|
||||
top: 24px;
|
||||
}
|
||||
.OxMap .OxButton.OxMapControl.OxMapButtonNorth {
|
||||
left: 24px;
|
||||
top: 4px;
|
||||
}
|
||||
.OxMap .OxButton.OxMapControl.OxMapButtonSouth {
|
||||
left: 24px;
|
||||
top: 44px;
|
||||
}
|
||||
.OxMap .OxButton.OxMapControl.OxMapButtonWest {
|
||||
left: 4px;
|
||||
top: 24px;
|
||||
}
|
||||
.OxMap .OxLabel.OxMapControl {
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
top: 4px;
|
||||
height: 12px;
|
||||
font-size: 10px;
|
||||
border-width: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue