src_js/iconolab-bundle/src/iconolab.scss
changeset 410 a6db5e626850
parent 406 733be8cac793
child 411 74b01659ee40
--- a/src_js/iconolab-bundle/src/iconolab.scss	Wed Mar 01 15:46:18 2017 +0100
+++ b/src_js/iconolab-bundle/src/iconolab.scss	Wed Mar 01 17:18:53 2017 +0100
@@ -411,8 +411,8 @@
     .annotation-navigator-list {
         width: 20%;
         .panel {
-            max-height: 600px;
-            height: 600px;
+            max-height: 700px;
+            height: 700px;
             overflow-y: auto;
         }
         .list-group-item {
@@ -435,12 +435,17 @@
             }
         }
     }
+
     .annotation-navigator-canvas {
         width: 60%;
+        height: 700px;
         padding: 0 15px;
     }
+
     .annotation-navigator-panel {
         width: 20%;
+        height: 700px;
+
         display: flex;
         > div, .panel-body {
             display: flex;
@@ -448,22 +453,34 @@
         }
         .panel {
             margin-bottom: 0;
+            overflow-y: auto;
         }
         .panel-body {
             flex-direction: column;
-            justify-content: space-between;
+            // justify-content: space-between;
 
             > * {
-                flex: 1 1 auto;
+                // flex: 1 1 auto;
             }
+
+            .wrapper {
+              // border: 1px solid red;
+            }
+
             > *:last-child {
-                display: flex;
-                flex-direction: column;
-                justify-content: flex-end;
+                // display: flex;
+                // flex-direction: column;
+                // justify-content: flex-end;
             }
+
             .annotation-comment-box {
-                padding-top: 15px;
+                // padding-top: 15px;
+                // padding-bottom: 15px;
             }
+
+          .comment-form {
+              padding: 10px 0;
+          }
         }
     }
 }