afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-09 10:27 am

[dw-free] Manage Userpics -- Browse button breaks box border

[commit: http://hg.dwscoalition.org/dw-free/rev/11082cbe78c9]

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

Shrink userpic upload textbox slightly

Patch by [personal profile] draigwen.

Files modified:
  • htdocs/editpics.bml
--------------------------------------------------------------------------------
diff -r fd96649d7d3e -r 11082cbe78c9 htdocs/editpics.bml
--- a/htdocs/editpics.bml	Sat May 09 10:24:34 2009 +0000
+++ b/htdocs/editpics.bml	Sat May 09 10:27:13 2009 +0000
@@ -366,7 +366,7 @@ use strict;
                                           'class' => 'radio', 'value' => 'file', 'selected' => '1', 
                                           'accesskey' => $ML{'.fromfile.key'} }) . "\n";
                 $body .= "<label for='radio_file'>$ML{'.fromfile'}</label><br />\n";
-                $body .= "<input type='file' class='file' name='userpic_0' size='22' style='margin: 0em 0em 0.5em 2em;' />\n";
+                $body .= "<input type='file' class='file' name='userpic_0' size='18' style='margin: 0em 0em 0.5em 2em;' />\n";
                 $body .= "</p>\n";
                 $body .= "<p class='pkg'>\n";
                 $body .= LJ::html_check({ 'type' => 'radio', 'name' => 'src', 'value' => 'url',
--------------------------------------------------------------------------------