Small style improvements to marker labels
This commit is contained in:
parent
1a5fb84f53
commit
4e47d01a66
1 changed files with 3 additions and 3 deletions
|
|
@ -905,15 +905,15 @@
|
||||||
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgba(0,0,0,0.6);
|
background: rgba(0,0,0,0.6);
|
||||||
padding: 2px;
|
padding: 2px 6px;
|
||||||
|
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynmap .mapMarker .markerName16x16 {
|
.dynmap .mapMarker .markerName16x16 {
|
||||||
top: -6px;
|
top: -12px;
|
||||||
left: 10px;
|
left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynmap .mapMarker .markerName8x8 {
|
.dynmap .mapMarker .markerName8x8 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue