Changing the width of the addmedia input

From a character count to fixed (to fit in a fixed-width window w/ different font sizes)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-07 00:42:42 -08:00
parent abf6720a5e
commit ef5f7edca7

View File

@@ -16,7 +16,7 @@
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td class="nowrap"><label for="pageTitle">{#addmedia_dlg.path_label}</label></td>
<td><input id="MediaItemPath" name="MediaItemPath" type="file" class="text" size="64" /></td>
<td><input id="MediaItemPath" name="MediaItemPath" type="file" class="text" style="width:410px;" /></td>
</tr>
</table>
<input type="hidden" id="MediaPath" name="MediaPath" />