increase width of user migrates form in personal settings, so you can read the whole label in all languages

This commit is contained in:
Georg Ehrke 2012-07-21 19:50:45 +02:00
parent f9d3388854
commit 81b917b2f6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<?php } ?>
<legend><strong><?php echo $l->t('Import user account');?></strong></legend>
</p>
<p><input type="file" id="owncloud_import" name="owncloud_import" style="width:180px;"><label for="owncloud_import"> <?php echo $l->t('ownCloud User Zip');?></label>
<p><input type="file" id="owncloud_import" name="owncloud_import" style="width:280px;"><label for="owncloud_import"> <?php echo $l->t('ownCloud User Zip');?></label>
</p>
<input type="submit" name="user_import" value="<?php echo $l->t('Import'); ?>" />
</fieldset>