author | Alexandre Poirot <poirot.alex@gmail.com> |
Mon, 26 Jan 2015 12:22:00 +0100 | |
changeset 225988 | 750f76c08fecfbe2bab22a9fc1f62e609b4d4adc |
parent 225987 | 31c45bffae2ad8d42df166bfaf9d4d8b17a09e54 |
child 225989 | 34d0394ad69da798c608fbfdb933bfcdffd97208 |
push id | 28180 |
push user | cbook@mozilla.com |
push date | Tue, 27 Jan 2015 14:47:40 +0000 |
treeherder | mozilla-central@63f8a47cfdf5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jryans |
bugs | 1123784 |
milestone | 38.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/devtools/webide/themes/webide.css +++ b/browser/devtools/webide/themes/webide.css @@ -290,15 +290,17 @@ panel > .panel-arrowcontainer > .panel-a margin-top: -3px; position: relative; border-bottom: 1px solid #aaa; } /* Toolbox */ #notificationbox[toolboxfullscreen] > .devtools-horizontal-splitter, -#notificationbox[toolboxfullscreen] > #deck { - display: none; +#notificationbox[toolboxfullscreen] > #deck, +#notificationbox[toolboxfullscreen] > #deck > iframe { + min-height: 0; + max-height: 0; } #notificationbox[toolboxfullscreen] > #toolbox { -moz-box-flex: 1; }