Forráskód Böngészése

심플랫폼 css추가 요

songjungeun 4 éve
szülő
commit
8087f7412f
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      src/main/webapp/resources/css/common/classic.css

+ 6 - 0
src/main/webapp/resources/css/common/classic.css

@@ -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; }