aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ContentFittingDocumentView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-11-08 15:14:56 -0500
committerbob <bcz@cs.brown.edu>2019-11-08 15:14:56 -0500
commit5c6dc8fb25c2ac65a9efa534ee86211ac6d68301 (patch)
tree995d03c7d9c0c58c6f6749f751d8a45c53504363 /src/client/views/nodes/ContentFittingDocumentView.scss
parent2891b8f3547cb0a2d039099228e30a712457832f (diff)
moved schemaPreview into ContentFittingDOcumentView. fixed dragging link anchors
Diffstat (limited to 'src/client/views/nodes/ContentFittingDocumentView.scss')
-rw-r--r--src/client/views/nodes/ContentFittingDocumentView.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/nodes/ContentFittingDocumentView.scss b/src/client/views/nodes/ContentFittingDocumentView.scss
new file mode 100644
index 000000000..796e67269
--- /dev/null
+++ b/src/client/views/nodes/ContentFittingDocumentView.scss
@@ -0,0 +1,23 @@
+@import "../globalCssVariables";
+
+.contentFittingDocumentView {
+ position: relative;
+ height: auto !important;
+
+ .contentFittingDocumentView-previewDoc {
+ position: absolute;
+ display: inline;
+ }
+
+ .contentFittingDocumentView-input {
+ position: absolute;
+ max-width: 150px;
+ width: 100%;
+ bottom: 0px;
+ }
+
+ .documentView-node:first-child {
+ position: relative;
+ background: $light-color;
+ }
+} \ No newline at end of file