diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-19 16:17:18 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-19 16:17:18 -0400 |
| commit | 358437eeafe42e029ffe27702bde15a3fad54a3b (patch) | |
| tree | 9065b711a949c5a0afbefb45611a8f3361c20974 /src/client/views/collections/CollectionTreeView.scss | |
| parent | 4ebbdd803cdf83806902509dfa0432ce3a139403 (diff) | |
working version of embedded tree view docs.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 2d5092980..ec78fdb80 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -12,7 +12,7 @@ padding-right: 0px; background: $light-color-secondary; font-size: 13px; - overflow: scroll; + overflow: auto; ul { list-style: none; @@ -50,10 +50,12 @@ font-size: 24px; } - .collectionTreeView-keyHeader { - font-style: italic; - font-size: 8pt; - } +} +.collectionTreeView-keyHeader { + font-style: italic; + font-size: 8pt; + margin-left: 3px; + display:none; } .docContainer { @@ -74,6 +76,9 @@ } .treeViewItem-header:hover { + .collectionTreeView-keyHeader { + display:inherit; + } .treeViewItem-openRight { display: inline-block; height:13px; |
