Compass style based on map type. Hacky because widgets have classes, not IDs
This commit is contained in:
parent
553a956949
commit
8d5f081cdf
3 changed files with 15 additions and 1 deletions
|
|
@ -506,7 +506,7 @@
|
|||
position: absolute;
|
||||
z-index: 10;
|
||||
|
||||
top: 10px;
|
||||
top: 20px;
|
||||
right: 32px;
|
||||
|
||||
height: 84px;
|
||||
|
|
@ -516,6 +516,16 @@
|
|||
background-image: url(../images/compass.png);
|
||||
}
|
||||
|
||||
.compass_flat {
|
||||
top: 10px;
|
||||
right: 21px;
|
||||
|
||||
height: 105px;
|
||||
width: 105px;
|
||||
|
||||
background-image: url(../images/compass_flat.png);
|
||||
}
|
||||
|
||||
/*******************
|
||||
* Chat
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue