diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-16 12:46:06 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-16 12:46:06 -0400 |
| commit | a4122573367ef36a9725e09b8447f3edfaa5c6a1 (patch) | |
| tree | 76fec7e0f5f964efc0af0957681d63fde309e5cc /src/client/views/collections/CollectionTreeView.scss | |
| parent | c6360fb4aed348f6f6a3c7412b6acc0d1990c239 (diff) | |
| parent | feae8f4d314ef389cc544fd3ad0792a6bb04832c (diff) | |
Merge branch 'master' into presentation_view
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 973eead97..8ecc5b67b 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -50,15 +50,15 @@ .docContainer:hover { .delete-button { display: inline; - width: auto; + // width: auto; } } .delete-button { color: $intermediate-color; - float: right; + // float: right; margin-left: 15px; - margin-top: 3px; + // margin-top: 3px; display: inline; } }
\ No newline at end of file |
