diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-06 15:33:33 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-06 15:33:33 +0200 |
commit | e39e6a5584e04d998f75e987aef398dd572b8538 (patch) | |
tree | 390bdb8ce68c94c9e66878307821268eb8a0a507 /apps/files_external/templates/list.php | |
parent | 710d017eec7a97c1e58ef0cd4556555cf84b9b8f (diff) | |
download | nextcloud-server-e39e6a5584e04d998f75e987aef398dd572b8538.tar.gz nextcloud-server-e39e6a5584e04d998f75e987aef398dd572b8538.zip |
Fixed delete button CSS in ext storage list
Diffstat (limited to 'apps/files_external/templates/list.php')
-rw-r--r-- | apps/files_external/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index 900a17be717..4e06bc7024c 100644 --- a/apps/files_external/templates/list.php +++ b/apps/files_external/templates/list.php @@ -19,7 +19,7 @@ <th id="headerBackend" class="hidden column-backend"> <a class="backend sort columntitle" data-sort="backend"><span><?php p($l->t('Storage type')); ?></span><span class="sort-indicator"></span></a> </th> - <th id="headerScope" class="hidden column-size"> + <th id="headerScope" class="hidden column-scope column-last"> <a class="scope sort columntitle" data-sort="scope"><span><?php p($l->t('Scope')); ?></span><span class="sort-indicator"></span></a> </th> </tr> |