better comment

This commit is contained in:
James Campos 2011-06-16 00:13:12 -07:00
parent dbcf683030
commit 4528e431b7
2 changed files with 4 additions and 2 deletions

View File

@ -1005,7 +1005,8 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
to harmonize, position:fixed and display:-moz-box have to be set on different elements.
to harmonize, position:fixed and display:-moz-box have to be set on different elements -
#overlay and #options, respectively.
*/
overlay = $.el('div', {
id: 'overlay'

View File

@ -787,7 +787,8 @@ options =
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
to harmonize, position:fixed and display:-moz-box have to be set on different elements.
to harmonize, position:fixed and display:-moz-box have to be set on different elements -
#overlay and #options, respectively.
###
overlay = $.el 'div', id: 'overlay'
$.append overlay, dialog