diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-03-02 22:47:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-02 22:47:37 -0500 |
| commit | 979da9061b6e6cab1f82a316387cb2db1c1eaefb (patch) | |
| tree | c72ea05ccbe8a65baf8b57fd8b2cfc566f1bfc10 /src/client/views/collections/CollectionTreeView.scss | |
| parent | 2bb713b4c4cf921960cbb03e4fbd1bf2639765ca (diff) | |
| parent | e67ea3e4df4af7b85c213baf2fc2fa0c695c3b8b (diff) | |
Merge pull request #18 from browngraphicslab/treeview
Treeview
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index c488e2894..f8d580a7b 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -1,3 +1,8 @@ +#body { + padding: 20px; + background: #bbbbbb; +} + ul { list-style: none; } @@ -10,25 +15,23 @@ li { padding-left: 0; } -/* ALL THESE SPACINGS ARE SUPER HACKY RIGHT NOW HANNAH PLS HELP */ - -li:before { - content: '\2014'; - margin-right: 0.7em; +.bullet { + width: 1.5em; + display: inline-block; } -.collapsed:before { - content: '\25b6'; - margin-right: 0.65em; +.collectionTreeView-dropTarget { + border-style: solid; + box-sizing: border-box; + height: 100%; } -.uncollapsed:before { - content: '\25bc'; - margin-right: 0.5em; +.docContainer { + display: inline-table; } -.collectionTreeView-dropTarget { - border-style: solid; - box-sizing: border-box; - height:100%; +.delete-button { + color: #999999; + float: right; + margin-left: 1em; }
\ No newline at end of file |
