diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-15 15:12:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-15 15:12:37 +0100 |
commit | fb220a1e09fdc8a6a932567eaaba4639aa150e2e (patch) | |
tree | 1f0675376fb287a928656a32e99fbaec851aa505 /apps | |
parent | 4dbe8c6771e64b3ac103b8a6b7f9845bb88148d4 (diff) | |
download | nextcloud-server-fb220a1e09fdc8a6a932567eaaba4639aa150e2e.tar.gz nextcloud-server-fb220a1e09fdc8a6a932567eaaba4639aa150e2e.zip |
shift actions to the left a bit to account for right shift due to favorites action, not not overlap with size info
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a767c6a31f0..7d482ccbb7a 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -293,6 +293,7 @@ table td.filename .nametext { } #fileList.has-favorites td.filename a.name { left: 50px; + margin-right: 50px; } table td.filename .nametext .innernametext { |