aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-18 14:02:21 -0400
committerbob <bcz@cs.brown.edu>2019-03-18 14:02:21 -0400
commitda576c10538c025f247a50ed8561b112f78f828e (patch)
tree5de4668987068c27428a01afb9a700c745c41171 /src/client/views/collections/CollectionSchemaView.scss
parent6cc582d85317c35908d313b4f129617073c5ccac (diff)
added column dividers
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 8d3eba696..863bb256a 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -28,6 +28,23 @@
top: 0;
background: $main-accent;
}
+ .collectionSchemaView-columnsHandle {
+ position: absolute;
+ height: 37px;
+ width: 20px;
+ z-index: 20;
+ left: 0;
+ bottom: 0;
+ background: $main-accent;
+ }
+ .collectionSchemaView-colDividerDragger {
+ position: relative;
+ box-sizing: border-box;
+ border-top: 1px solid $intermediate-color;
+ border-bottom: 1px solid $intermediate-color;
+ float: top;
+ width: 100%;
+ }
.collectionSchemaView-dividerDragger {
position: relative;
box-sizing: border-box;