Module:Location map/styles.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* {{pp|small=yes}} */
 
.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-image: url("https://en.ikwipedia.org/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg");
     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;
}
}
*/