diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-06 13:10:28 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-06 13:10:28 -0400 |
| commit | a9f465a32ac538c8dcf94bd37afda730e7be3526 (patch) | |
| tree | 48fe985b4530cd500baf707820e1de0fdae986d6 /src/client/views/collections/CollectionTreeView.scss | |
| parent | f63217890738e738dfa0e8eca3f8a8996440373e (diff) | |
| parent | e96e3382104a2ae8dbe41252c0b38206b983e94a (diff) | |
Merge branch 'newDocs'
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 6ce13cf56..411d67ff7 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -23,10 +23,6 @@ margin: 5px 0; } - .collection-child { - margin-top: 10px; - margin-bottom: 10px; - } .no-indent { padding-left: 0; @@ -42,24 +38,18 @@ transform: scale(1.3,1.3); } - .coll-title { - width:max-content; - display: block; - font-size: 24px; - } - .docContainer { margin-left: 10px; display: block; - width:100%;//width: max-content; + // width:100%;//width: max-content; } - .docContainer:hover { - .delete-button { - display: inline; - // width: auto; + .treeViewItem-openRight { + display:inline; } } + + .editableView-container { font-weight: bold; } @@ -71,7 +61,26 @@ // margin-top: 3px; display: inline; } + .treeViewItem-openRight { + margin-left: 5px; + display:none; + } + .docContainer:hover { + .delete-button { + display: inline; + // width: auto; + } + } + .coll-title { + width:max-content; + display: block; + font-size: 24px; + } + .collection-child { + margin-top: 10px; + margin-bottom: 10px; + } .collectionTreeView-keyHeader { font-style: italic; font-size: 8pt; |
