aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-26 12:32:52 -0500
committerbob <bcz@cs.brown.edu>2019-02-26 12:32:52 -0500
commit3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (patch)
treef09b966dfdc94bda2851f96e849ef67c875721f9 /src/client/views/collections/CollectionSchemaView.scss
parent56cecd09e098e39592c1ace0da7c73f5d080c0a7 (diff)
extended CollectionTreeView to support drag and drop. updated CollectionSchemaView's drag drop
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index f86094a98..995d60f74 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -1,4 +1,5 @@
+
.collectionSchemaView-container {
border-style: solid;
box-sizing: border-box;
@@ -14,6 +15,32 @@
border-radius: 2px;
background-color: rgba(0,0,0,.5);
}
+ .collectionSchemaView-previewRegion {
+ position: relative;
+ background: black;
+ float: left;
+ height: 100%;
+ }
+ .collectionSchemaView-previewHandle {
+ position: absolute;
+ height: 37px;
+ width: 20px;
+ z-index: 20;
+ right: 0;
+ top: 0;
+ background: Black ;
+ }
+ .collectionSchemaView-dividerDragger{
+ position: relative;
+ background: black;
+ float: left;
+ height: 100%;
+ }
+ .collectionSchemaView-tableContainer {
+ position: relative;
+ float: left;
+ height: 100%;
+ }
.ReactTable {
position: absolute;