aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-13 10:38:59 -0500
committerbob <bcz@cs.brown.edu>2019-02-13 10:38:59 -0500
commit47157f2d95ac1a9541ae313da321d050b073d0a7 (patch)
tree683e79c48cda177224748243ea5e72d58eabb2d1 /src/client/views/collections/CollectionSchemaView.scss
parent3033e4d5f26bbdb808c1a88d1ecabb57b2acade4 (diff)
more css playing. moved NodeView to DocumentView.scss
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 70715c7a3..7c4726c7b 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -1,10 +1,17 @@
.collectionSchemaView-container {
-
+ border-style: solid;
+ box-sizing: border-box;
+ .collectionfreeformview-container {
+ border-width: 0px !important
+ }
.imageBox-cont {
position:relative;
max-height:100%;
}
+ .ReactTable {
+ position: absolute
+ }
.ReactTable .rt-th, .ReactTable .rt-td {
max-height: 75px;
}
@@ -12,7 +19,7 @@
object-fit: contain;
height: 100%
}
- .node {
+ .documentView-node {
width:100% !important;
height:100% !important;
.imageBox-cont img {