Guild Wars 2 Wiki:Projects/CSS documentation/ui notices- common
From Guild Wars 2 Wiki
Jump to navigationJump to search
/* Cookie notice */
/* Cookie notification banner fix for IE10 - Requires a snippet in Common.js to set the user agent into the HTML node */
html[data-useragent*="MSIE 10.0"] .index_cookieNotification__1-VLN > div {
display: block;
}
/* Site notice */
#mw-dismissable-notice {
margin-bottom: 1em;
}
div.mw-dismissable-notice .mw-dismissable-notice-body {
margin: 0;
margin-bottom: 0.5em;
}
div.mw-dismissable-notice .mw-dismissable-notice-close {
margin-right: 5px;
margin-top: 5px;
}