MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 386: | Line 386: | ||
#close-map-lightbox { | #close-map-lightbox { | ||
position: | position: absolute; | ||
top: | top: 10px; | ||
right: 40px; /* ← | right: -40px; /* ← offset OUTSIDE the modal */ | ||
background: #fff; | background: #fff; | ||
border: none; | border: none; | ||
Line 395: | Line 395: | ||
font-weight: bold; | font-weight: bold; | ||
border-radius: 4px; | border-radius: 4px; | ||
z-index: | z-index: 10; | ||
cursor: pointer; | cursor: pointer; | ||
box-shadow: 0 0 8px rgba(0,0,0,0.3); | box-shadow: 0 0 8px rgba(0,0,0,0.3); | ||
} | } | ||
#close-map-lightbox:hover { | #close-map-lightbox:hover { | ||
background: #ddd; | background: #ddd; | ||
} | } |