Module:Location map/styles.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
.locmap .od { | .locmap .od { | ||
position: absolute; | position: absolute; | ||
Line 97: | Line 97: | ||
/* Target the magnify icon within the first image container */ | |||
/* Target the magnify icon within the first image container | |||
.locmap .magnify { | .locmap .magnify { | ||
float: right; | float: right; | ||
Line 114: | Line 113: | ||
width: 15px; | width: 15px; | ||
height: 11px; | height: 11px; | ||
background | background: #ccc; | ||
background-size: 15px 11px; | background-size: 15px 11px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 120: | Line 119: | ||
user-select: none; | user-select: none; | ||
} | } | ||