editor: documet summary view
[fnpeditor.git] / src / editor / modules / rng / documentSummary.less
diff --git a/src/editor/modules/rng/documentSummary.less b/src/editor/modules/rng/documentSummary.less
new file mode 100644 (file)
index 0000000..2c63fa1
--- /dev/null
@@ -0,0 +1,16 @@
+.documentSummary {
+    .title {
+        font-size: 13px;
+        margin: 0 0 5px 0;
+    }
+    table {
+        width: 100%;
+        tr td:first-child {
+            font-weight: bold;
+            text-align: left;
+        }
+        tr td:nth-child(2) {
+            text-align: right;
+        }
+    }
+}
\ No newline at end of file