MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 440: Line 440:
     margin-top: 10px;
     margin-top: 10px;
   }
   }
}
/* Close button for donate notice */
.icelist-notice-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
.icelist-notice-close:hover {
  color: #000;
}
#siteNotice {
  position: relative;
}
}