author | Chris Pearce <cpearce@mozilla.com> |
Wed, 17 Oct 2012 11:25:23 +1300 | |
changeset 110478 | ff8cdd87d8c1b14b83946ea4264571a608969f1d |
parent 110477 | 2604cbda92ac9f47b893439f32b20f612c3b8af3 |
child 110479 | c33b8a63580c65b44921dccf694fc4af481c2031 |
push id | 23695 |
push user | ryanvm@gmail.com |
push date | Wed, 17 Oct 2012 18:08:27 +0000 |
treeherder | mozilla-central@a76c1f4c4112 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dao |
bugs | 801891 |
milestone | 19.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -373,35 +373,33 @@ window[chromehidden~="toolbar"] toolbar: /* Full Screen UI */ #fullscr-toggler { height: 1px; background: black; } #full-screen-warning-container { - pointer-events: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; } #full-screen-warning-container[fade-warning-out] { transition-property: opacity !important; transition-duration: 500ms !important; opacity: 0.0; } #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, #full-screen-remember-decision > .checkbox-label-box > .checkbox-label { word-wrap: break-word; /* We must specify a min-width, otherwise word-wrap:break-word doesn't work. Bug 630864. */ min-width: 1px; }