diff options
| author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-06-04 10:29:02 -0400 |
|---|---|---|
| committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-06-04 10:29:02 -0400 |
| commit | 376ebd44a16dfa04aacd3582e87767aed1a01f36 (patch) | |
| tree | 3a9e623cf6689e1ea6975954596bf5bda6303249 /src/client/views/collections/CollectionTreeView.scss | |
| parent | 8f14e688220096ccecfd1aa0dd54b00e48f92270 (diff) | |
| parent | 6f49d067b58caf6297f7ae7687cf05b627c27a1d (diff) | |
merge with master
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 65 |
1 files changed, 47 insertions, 18 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 19d4abc05..bb3be0a73 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -23,43 +23,44 @@ margin: 5px 0; } - .collection-child { - margin-top: 10px; - margin-bottom: 10px; - } .no-indent { padding-left: 0; } .bullet { - position: absolute; - width: 1.5em; - display: inline-block; + float: left; + position: relative; + width: 15px; + display: block; color: $intermediate-color; margin-top: 3px; - transform: scale(1.3,1.3); - } - - .coll-title { - width:max-content; - display: block; - font-size: 24px; + transform: scale(1.3, 1.3); } .docContainer { margin-left: 10px; display: block; - width: max-content; + // width:100%;//width: max-content; } .docContainer:hover { - .delete-button { - display: inline; - // width: auto; + .treeViewItem-openRight { + display: inline-block; + // display: inline; + svg { + display:block; + padding:0px; + margin: 0px; + } } } + + .editableView-container { + font-weight: bold; + } + .delete-button { color: $intermediate-color; // float: right; @@ -67,4 +68,32 @@ // 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; + } }
\ No newline at end of file |
