|
@@ -145,6 +145,12 @@
|
|
|
.card-footer .pagination > li > a { color: inherit; text-decoration: none; cursor: inherit; }
|
|
|
#playButton.disabled, #pauseButton.disabled { display:none; }
|
|
|
#tabMemo th:nth-child(2), #tabMemo td:nth-child(2) { text-align: left; }
|
|
|
+
|
|
|
+table#phrDataTable th, table#symptomDataTable th, table#memoDataTable th { width: auto; }
|
|
|
+table#phrDataTable th:first-child, table#symptomDataTable th:first-child, table#memoDataTable th:first-child { width: 150px; }
|
|
|
+table#phrDataTable th:last-child, table#symptomDataTable th:last-child, table#memoDataTable th:last-child { width: 150px; }
|
|
|
+table#symptomDataTable tbody th { font-weight: normal; white-space: nowrap; }
|
|
|
+
|
|
|
#defaultModalPrimary_2 .form-check-inline { min-width: 110px; }
|
|
|
.showLegend { color: #FF0000 !important; font-weight: 500; cursor: pointer; }
|
|
|
.showLegend i.mdi { color: #FF0000 !important; }
|