diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2012-09-19 23:16:55 +0200 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-09-19 22:10:13 +0000 |
commit | 1c643ce4bc7ae4c7f5ac917e6ead81e35144274a (patch) | |
tree | 4c2ff1d201e7400c0ae067ba437b9d15db628811 /apps/files/templates/index.php | |
parent | edbbb2bd9f405170e7fedd6fc950a224650efebf (diff) | |
download | nextcloud-server-1c643ce4bc7ae4c7f5ac917e6ead81e35144274a.tar.gz nextcloud-server-1c643ce4bc7ae4c7f5ac917e6ead81e35144274a.zip |
made upload button the same height in chrome and firefox
Signed-off-by: Tom Needham <needham.thomas@gmail.com>
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 911a312fb9a..dfd681c2a7c 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -16,7 +16,7 @@ <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload"> <input type="hidden" class="max_human_file_size" value="(max <?php echo $_['uploadMaxHumanFilesize']; ?>)"> <input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir"> - <button class="file_upload_filename"> <img class='svg action' alt="Upload" src="<?php echo OCP\image_path("core", "actions/upload-white.svg"); ?>" /></button> + <button class="file_upload_filename"></button> <input class="file_upload_start" type="file" name='files[]'/> <a href="#" class="file_upload_button_wrapper" onclick="return false;" title="<?php echo $l->t('Upload'); echo ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a> <iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe> |