MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 386: | Line 386: | ||
#close-map-lightbox { | #close-map-lightbox { | ||
position: | position: fixed; | ||
top: | top: 15px; | ||
right: | right: 40px; /* ← was 5%, now fixed distance */ | ||
background: #fff; | background: #fff; | ||
border: none; | border: none; | ||
padding: 5px | padding: 5px 12px; | ||
font-size: 1.3em; | |||
font-weight: bold; | font-weight: bold; | ||
border-radius: 4px; | border-radius: 4px; | ||
z-index: 100001; | |||
cursor: pointer; | cursor: pointer; | ||
box-shadow: 0 0 8px rgba(0,0,0,0.3); | |||
} | } | ||