fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-21 05:20 pm

[dw-free] Alt image text box in RTE is too small

[commit: http://hg.dwscoalition.org/dw-free/rev/709e84fbdb8e]

http://bugs.dwscoalition.org/show_bug.cgi?id=2127

Bigger textbox, more space to see what you're typing.

Patch by [personal profile] chemicallace.

Files modified:
  • htdocs/imguploadrte.bml
--------------------------------------------------------------------------------
diff -r 4b2e6860831b -r 709e84fbdb8e htdocs/imguploadrte.bml
--- a/htdocs/imguploadrte.bml	Wed Apr 21 09:57:12 2010 -0700
+++ b/htdocs/imguploadrte.bml	Wed Apr 21 10:25:03 2010 -0700
@@ -82,7 +82,7 @@ _c?>
                        </td></tr>
                        <tr>
                        <td><span fckLang="DlgImgAlt">Short Description</span><br />
-                       <input id="txtAlt" style="WIDTH: 9%" type="text"><br />
+                       <input id="txtAlt" style="WIDTH: 80%" type="text"><br />
                        </td></tr>
                        <tr height="100%">
                        <td valign="top">
--------------------------------------------------------------------------------