summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2013-07-09 11:40:09 +0200
committerGeorg Ehrke <developer@georgehrke.com>2013-07-10 12:30:11 +0200
commit8eefaba719160eb92dcb6747b5e70b7e04736cea (patch)
tree5b572ad90676101eec77be38d9835b2f6487300b /apps/files/templates
parentd699135c5e9cc56b7c3bcbb2263ffa5946b0b8b6 (diff)
downloadnextcloud-server-8eefaba719160eb92dcb6747b5e70b7e04736cea.tar.gz
nextcloud-server-8eefaba719160eb92dcb6747b5e70b7e04736cea.zip
some style adjustments
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index c4a15c5fa61..89e270fd146 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -6,11 +6,11 @@
<div id="new" class="button">
<a><?php p($l->t('New'));?></a>
<ul>
- <li style="background-image:url('<?php p(OCP\mimetype_icon('text/plain')) ?>');background-size: 16px 16px;"
+ <li style="background-image:url('<?php p(OCP\mimetype_icon('text/plain')) ?>')"
data-type='file'><p><?php p($l->t('Text file'));?></p></li>
- <li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>');background-size: 16px 16px;"
+ <li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')"
data-type='folder'><p><?php p($l->t('Folder'));?></p></li>
- <li style="background-image:url('<?php p(OCP\image_path('core', 'actions/public.png')) ?>')"
+ <li style="background-image:url('<?php p(OCP\image_path('core', 'web.png')) ?>')"
data-type='web'><p><?php p($l->t('From link'));?></p></li>
</ul>
</div>