diff options
author | luckydonald <luckydonald@flutterb.at> | 2014-08-11 02:37:01 +0200 |
---|---|---|
committer | luckydonald <luckydonald@flutterb.at> | 2014-08-11 02:37:01 +0200 |
commit | 7fc574cc537fe295cc6821765a5cf675b6c740fd (patch) | |
tree | 008c209b2bd192cd7bf4cfa8798beef34b8fd887 /apps/files/templates/list.php | |
parent | 19efa259e9846555c06f08560ab01328c5422b99 (diff) | |
download | nextcloud-server-7fc574cc537fe295cc6821765a5cf675b6c740fd.tar.gz nextcloud-server-7fc574cc537fe295cc6821765a5cf675b6c740fd.zip |
Updated and optimized Mobile Layout as well.
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index af616d71c19..a70dee1a8df 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -38,7 +38,7 @@ </div> <div id="uploadprogresswrapper"> <div id="uploadprogressbar"> - <em class="label outer" style="display:none"><?php p($l->t('Uploading...'));?></em> + <em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading...'));?></span><span class="mobile"><?php p($l->t('...'));?></span></em> </div> <div style="display:none" class="speed"></div> <input type="button" class="stop icon-close" style="display:none" value="" /> |