editor: gutter comments - refactoring and clean up
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / comments / comments.less
index 140e836..688d3f8 100644 (file)
@@ -4,6 +4,7 @@
     font-size: 12px;
 
     .comment {
+        position: relative;
         
         border-color: @borderColor;
         border-style: solid;
         .edit {
             display: none;
         }
+
+        .deleteDialog {
+            display: none;
+            position: absolute;
+            top: 0;
+            bottom: 0;
+            left: 0;
+            right: 0;
+            padding-top: 15px;
+            color: white;
+            background-color: rgba(0,0,0,0.7);
+            text-align: center;
+        }
     }
 
     .newComment {
         margin-top: 10px;
-
-
     }
 
     textarea {