aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-26 16:25:33 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-26 16:25:33 -0500
commitaa87aa5c549661d825f2b53fae0cdc549d454c60 (patch)
treeee02811202e3849ac9d2ca484cb5c489fec9907a /src/client/views/collections/CollectionSchemaView.scss
parent6b61bc19641b3c10658aba00b9cc2cddb6254049 (diff)
parent3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff)
fixed merge conflicts
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss32
1 files changed, 30 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 0bd5a2ed3..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;
@@ -7,12 +8,39 @@
height: 100%;
::-webkit-scrollbar {
-webkit-appearance: none;
- width: 10px;
+ height:5px;
+ width:5px;
}
::-webkit-scrollbar-thumb {
- border-radius: 5px;
+ 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;