editor: first approach to supplementing comments with user and date metadata
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / widgets.less
index 0f43c89..442af99 100644 (file)
         border-radius: 1px;
         cursor: pointer;
     }
+
+    .canvas-widget-comment-adnotation {
+        position:absolute;
+        top: 10px;
+        right:10px;
+        font-size: 10px;
+        color: lighten(@black, 10%);
+        z-index:1000;
+    }
 }
\ No newline at end of file