Bug 701618 - Remove use of min-width to prevent assertion when entering DOM full-screen mode. r=dao

This commit is contained in:
Chris Pearce 2011-11-14 09:53:13 +13:00
Родитель 4dbb784be5
Коммит 7297addb6e
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -362,8 +362,8 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
height: 100%;
}
#full-screen-warning-container[fade-warning-out] {

Просмотреть файл

@ -976,7 +976,7 @@
</hbox>
<hbox id="full-screen-warning-container" hidden="true" fadeout="true">
<hbox style="min-width: 100%;" pack="center"> <!-- Inner hbox needed due to bug 579776. -->
<hbox style="width: 100%;" pack="center"> <!-- Inner hbox needed due to bug 579776. -->
<hbox id="full-screen-warning-message">
<description id="full-screen-warning-text" value="&domFullScreenWarning.label;"></description>
</hbox>