diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-06 01:10:14 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-06 01:10:14 -0400 |
| commit | 9830eb15041fa8e99ef8f5bb6fdcf6b3c28c058d (patch) | |
| tree | 27e229891592865ce310b9c7748da631d150519e /src/client/views/collections/CollectionTreeView.scss | |
| parent | 09a471ac693e8178598c0d953b83868db9e4c8b4 (diff) | |
added start of "minimap" support via better buttons and summaries.
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; |
