Skip to content
Snippets Groups Projects
Commit 047ceaac authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #2360 from sherbrecher/master

files_external: fix for overlap if input controls
parents ebb2cb34 ec45a843
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@
</tbody>
</table>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>">
<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 p($l->t('Import Root Certificate')); ?>" />
</fieldset>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment