diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-21 14:10:13 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-21 14:10:13 +0100 |
commit | 6f56fd99a65253c638eaaefa064634d372e3c8bf (patch) | |
tree | 6ead26a7cde456c46aa6fe3bcb56cc5f46094194 /apps/files | |
parent | 877cfb963ac67dc4a2eb7ea9f4923aa43894d38d (diff) | |
download | nextcloud-server-6f56fd99a65253c638eaaefa064634d372e3c8bf.tar.gz nextcloud-server-6f56fd99a65253c638eaaefa064634d372e3c8bf.zip |
fix too much distance between text and icon
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 2824d04d596..af863aca33e 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -49,7 +49,7 @@ #new > ul > li { height: 36px; margin: 5px; - padding-left: 48px; + padding-left: 42px; padding-bottom: 2px; background-position: initial; cursor: pointer; |