editor: first approach to supplementing comments with user and date metadata
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index 2a78438..7bae063 100644 (file)
     font-size:18px;
 }
 
-[wlxml-class|="uri"] {
+[wlxml-class="comment"] {
+    background-color: #96e0e4;
+    border: 1px solid black;
+    border-radius: 10px;
+    padding: 20px 10px 10px 10px;
+}
+
+[wlxml-class|="link"] {
     color: blue;
     text-decoration: underline;
 }
@@ -65,7 +72,7 @@
     text-indent: 1.5em;
 }
 
-[wlxml-class|="emph-tech"] {
+[wlxml-class|="emp"] {
     font-style: italic;
 }
 
@@ -73,9 +80,9 @@
     display:none;
 }
 
-[wlxml-class="list"] {
+[wlxml-class|="list"] {
 
-     [wlxml-class="item"] {
+     [wlxml-class|="item"] {
         display: list-item;
         margin-left: 10px;
         padding-left: 5px;