diff options
author | raghunayyar <me@iraghu.com> | 2014-01-16 14:23:39 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-01-16 14:23:39 +0530 |
commit | f975fd54996fd994f0fa9628d4eba42d92406792 (patch) | |
tree | c2a0adacc15a00660c32d13b5df1ad5c4c263fd7 /apps/files_trashbin/css/trash.css | |
parent | d8eac2b9bcb5e9e7e9537a458fa331a53b603796 (diff) | |
download | nextcloud-server-f975fd54996fd994f0fa9628d4eba42d92406792.tar.gz nextcloud-server-f975fd54996fd994f0fa9628d4eba42d92406792.zip |
Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebase
Diffstat (limited to 'apps/files_trashbin/css/trash.css')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 97819f4e80b..a85ee3f5a6d 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -1,3 +1,5 @@ #fileList td a.file, #fileList td a.file span { cursor: default; } +.trash-controls { top: 45px; } +.trash-filestable { top: 5px !important; } /* To avoid the clashes with #filestable in files */
\ No newline at end of file |