aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-06 00:14:11 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-06 00:14:11 -0400
commit153632276d9326eecfbcabb759aad142254381f0 (patch)
treed46198e938b69a57c86ad7c20c1fca5bc4f62d05 /src/client/views/collections/CollectionTreeView.scss
parent1ccabe155cb4f23c0aa7e37f91cd4a303008b8c7 (diff)
parent09a471ac693e8178598c0d953b83868db9e4c8b4 (diff)
Merge branch 'newDocs' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index 19d4abc05..6ce13cf56 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -33,9 +33,10 @@
}
.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);
@@ -50,7 +51,7 @@
.docContainer {
margin-left: 10px;
display: block;
- width: max-content;
+ width:100%;//width: max-content;
}
.docContainer:hover {
@@ -59,6 +60,9 @@
// width: auto;
}
}
+ .editableView-container {
+ font-weight: bold;
+ }
.delete-button {
color: $intermediate-color;
@@ -67,4 +71,9 @@
// margin-top: 3px;
display: inline;
}
+
+ .collectionTreeView-keyHeader {
+ font-style: italic;
+ font-size: 8pt;
+ }
} \ No newline at end of file