mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-04 07:57 am

[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 [staff profile] denise.

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
  */
--------------------------------------------------------------------------------