X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ded231a736e76d245cf76b92e9047eb5daca8c2a..0eaad7ee985d2534e030e2d2839392435c33bba2:/src/components/collection-panel-files/collection-panel-files.tsx diff --git a/src/components/collection-panel-files/collection-panel-files.tsx b/src/components/collection-panel-files/collection-panel-files.tsx index d08d36d6bb..9a534e4bcb 100644 --- a/src/components/collection-panel-files/collection-panel-files.tsx +++ b/src/components/collection-panel-files/collection-panel-files.tsx @@ -19,7 +19,7 @@ export interface CollectionPanelFilesProps { onCollapseToggle: (id: string, status: TreeItemStatus) => void; } -type CssRules = 'root' | 'cardSubheader' | 'nameHeader' | 'fileSizeHeader' | 'uploadIcon'; +type CssRules = 'root' | 'cardSubheader' | 'nameHeader' | 'fileSizeHeader' | 'uploadIcon' | 'button'; const styles: StyleRulesCallback = theme => ({ root: { @@ -37,6 +37,10 @@ const styles: StyleRulesCallback = theme => ({ }, uploadIcon: { transform: 'rotate(180deg)' + }, + button: { + marginRight: -theme.spacing.unit, + marginTop: '0px' } }); @@ -46,19 +50,20 @@ export const CollectionPanelFiles = - + Upload data } /> +