[dw-nonfree] 'insert image' pop-up in html editor is broken
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/f624616080c8]
http://bugs.dwscoalition.org/show_bug.cgi?id=308
Fix z-index of insert image popup.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=308
Fix z-index of insert image popup.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 4273b984df45 -r f624616080c8 htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Mon Mar 02 14:35:41 2009 -0800 +++ b/htdocs/stc/tropo/red.css Wed Mar 04 07:57:52 2009 +0000 @@ -369,6 +369,10 @@ a:active, border-bottom: 0.5em solid #f4717a; } +#updateinsobject { + z-index: 5; +} + /** * Form field styles */ --------------------------------------------------------------------------------