]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update settings.php
authorsherbrecher <oss@herbrecher.de>
Fri, 15 Mar 2013 14:09:55 +0000 (15:09 +0100)
committersherbrecher <oss@herbrecher.de>
Fri, 15 Mar 2013 14:09:55 +0000 (15:09 +0100)
fixed overlap of input controls (root cert import)
see issue: https://github.com/owncloud/apps/issues/767

apps/files_external/templates/settings.php

index 367ce2bc03e33db6d656cccd8396d1857846381b..5a7b25d59a98ca12f9d82747bf06f7b17c22cb78 100644 (file)
                        <?php endforeach; ?>
                        </tbody>
                </table>
-        <input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
+        <input type="file" id="rootcert_import" name="rootcert_import">
         <input type="submit" name="cert_import" value="<?php echo $l->t('Import Root Certificate'); ?>" />
                <?php endif; ?>
 </fieldset>
-</form>
\ No newline at end of file
+</form>