Bug 801891 - Make fullscreen approval UI modal in browser. r=dao

This commit is contained in:
Chris Pearce 2012-10-17 11:25:23 +13:00
parent 5f562a1bf7
commit 39fec17699

View File

@ -378,7 +378,6 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
}
#full-screen-warning-container {
pointer-events: none;
position: fixed;
top: 0;
left: 0;
@ -393,10 +392,9 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
}
#full-screen-warning-message {
pointer-events: auto;
/* We must specify a max-width, otherwise word-wrap:break-word doesn't
work in descendant <description> and <label> elements. Bug 630864. */
max-width: 800px;
max-width: 800px;
}
#full-screen-domain-text,