Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-02-05 23:09:43 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-02-05 23:09:43 +0400
commitd042036b1f37e564f4b26c417e19646f4f7b5dc1 (patch)
tree40182011d3bfb5374f7bad77c9114c2cfa54a28b /templates/documents.php
parentdf83dc5e12cdf516fdd2d0f68a2cf5efa9688a83 (diff)
Remove webroot from css. Fixes #197
Diffstat (limited to 'templates/documents.php')
-rwxr-xr-xtemplates/documents.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/documents.php b/templates/documents.php
index 21edb4e3..5270700e 100755
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -1,7 +1,7 @@
<div id="documents-content">
<ul class="documentslist">
<li class="add-document">
- <a class="add svg" target="_blank" href="">
+ <a class="icon icon-add add svg" target="_blank" href="">
<label><?php p($l->t('New document')) ?></label>
</a>
<div id="upload" title="<?php p($l->t('Upload') . ' max. '.$_['uploadMaxHumanFilesize']) ?>">
@@ -23,12 +23,12 @@
value="(max <?php p($_['uploadMaxHumanFilesize']); ?>)" />
<input type="hidden" name="dir" value="<?php p($_['savePath']) ?>" id="dir" />
<input type="file" id="file_upload_start" name='files[]' />
- <a href="#" class="upload svg">
+ <a href="#" class="icon icon-upload upload svg">
<label><?php p($l->t('Upload')) ?></label></a>
</form>
</div>
</li>
- <li class="progress"><div><?php p($l->t('Loading documents...')); ?></div></li>
+ <li class="progress icon icon-loading"><div><?php p($l->t('Loading documents...')); ?></div></li>
<li class="document template" data-id="" style="display:none;">
<a target="_blank" href=""><label></label></a>
</li>