浏览代码

minor update

Peter Muturi 3 年之前
父节点
当前提交
39fe70e965
共有 1 个文件被更改,包括 12 次插入8 次删除
  1. 12 8
      resources/views/app/patient/note/custom-visit.blade.php

+ 12 - 8
resources/views/app/patient/note/custom-visit.blade.php

@@ -41,8 +41,10 @@
     .vt-group {
     }
     .vt-heading {
-        font-weight: bolder;
-        text-decoration: underline;
+      font-family: Verdana, sans-serif;
+      font-size: 12px;
+      font-weight: bold;
+      margin-bottom: 5px;
     }
     .vt-children {
         margin-left: 20px;
@@ -51,25 +53,27 @@
 
     }
     .vt-leaf {
-
+      margin-bottom: 12px;
     }
     .vt-leaf .vt-leaf-name {
-        font-weight: bold;
+      font-family: Verdana, sans-serif;
+      font-size: 12px;
+      font-weight: bold;
     }
     .vt-leaf .vt-leaf-summary {
         margin-left: 10px;
     }
     .vt-group.vt-pos-0 > .vt-heading {
-        font-size: 1.6em;
+        text-decoration: underline;
     }
     .vt-leaf.vt-pos-0 > .vt-leaf-name {
-        font-size: 1.6em;
+        text-decoration: underline;
     }
     .vt-group.vt-pos-1 > .vt-heading {
-        font-size: 1.4em;
+        /* font-size: 1.4em; */
     }
     .vt-leaf.vt-pos-1 > .vt-leaf-name {
-        font-size: 1.4em;
+        /* font-size: 1.4em; */
     }
 
 </style>