MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 386: Line 386:


#close-map-lightbox {
#close-map-lightbox {
   position: absolute;
   position: fixed;
   top: 10px;
   top: 15px;
   right: -10px;
   right: 40px; /* ← was 5%, now fixed distance */
   background: #fff;
   background: #fff;
   border: none;
   border: none;
   padding: 5px 10px;
   padding: 5px 12px;
  font-size: 1.3em;
   font-weight: bold;
   font-weight: bold;
  font-size: 1.2em;
   border-radius: 4px;
   border-radius: 4px;
  z-index: 100001;
   cursor: pointer;
   cursor: pointer;
   z-index: 100000;
   box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
}