[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
draigwen.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=418
Shrink userpic upload textbox slightly
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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', --------------------------------------------------------------------------------