--- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Mar 01 17:18:53 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Mar 01 17:35:13 2017 +0100
@@ -527,7 +527,8 @@
}
.cut-canvas {
width: 100%;
- height: 600px;
+ height: 700px;
+ border: 1px solid #ddd;
}
.canvas--rect:hover {
cursor: crosshair;
--- a/src_js/iconolab-bundle/src/components/editor/Comment.vue Wed Mar 01 17:18:53 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/Comment.vue Wed Mar 01 17:35:13 2017 +0100
@@ -69,12 +69,12 @@
.comment {
font-size: 12px;
padding: 10px 0;
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid #ddd;
}
.comment-thread {
border-bottom-width: 0px;
- border-left: 3px solid #ccc;
+ border-left: 3px solid #ddd;
padding-left: 10px;
margin-left: 10px;
}
--- a/src_js/iconolab-bundle/src/iconolab.scss Wed Mar 01 17:18:53 2017 +0100
+++ b/src_js/iconolab-bundle/src/iconolab.scss Wed Mar 01 17:35:13 2017 +0100
@@ -54,7 +54,7 @@
padding: 0px;
}
-#zoomTarget, .cut-canvas {
+#zoomTarget {
border: 1px solid #C3C3C3;
}