]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
change column width in network map
authorhadaq <hadaq@hades33.gsi.de>
Mon, 16 Dec 2024 10:15:20 +0000 (11:15 +0100)
committerhadaq <hadaq@hades33.gsi.de>
Mon, 16 Dec 2024 10:15:20 +0000 (11:15 +0100)
web/htdocs/layout/styles.css

index d1c8c7349e8fb489aaec9e59fb55b14de6bd7752..58ad06491f9e85ea4515a487375dd2a1de57bc53 100644 (file)
@@ -106,6 +106,7 @@ table.content td, table.content th {
  padding-right:10px;
 }
 
+
 table.content {
  border:1px solid #ccc; 
 }
@@ -240,11 +241,13 @@ width: 89px;
 table#content.map tr {transition:background .4s;}
 table#content.map tr:hover {background:#eed;}
 table#content.map td {border-bottom:none; margin-left:10px; text-align:right; cursor:default;}
-table#content.map td:first-child {text-align:left;padding-left:10px; width:10px;}
-table#content.map td:nth-child(2)  {width:180px; text-align:left}
-table#content.map td:nth-child(3)  {width:280px;}
-table#content.map td:nth-child(4)  {width:150px;}
-table#content.map td:nth-child(5)  {width:100px;}
+table#content.map td:first-child,  table#content.map th:first-child   {text-align:left;padding-left:10px; width:10px;}
+table#content.map td:nth-child(2), table#content.map th:nth-child(2)  {width:180px; text-align:left}
+table#content.map td:nth-child(3), table#content.map th:nth-child(3)  {width:300px;}
+table#content.map td:nth-child(4), table#content.map th:nth-child(4)  {width:120px;}
+table#content.map td:nth-child(5), table#content.map th:nth-child(5)  {min-width:80px; width:80px;}
+table#content.map td:nth-child(6), table#content.map th:nth-child(6)  {width:150px;}
+table#content.map td:nth-child(8), table#content.map th:nth-child(8)  {min-width:70px; width:70px;}
 
 #content .level1 {background:#f5f5f5;}
 #content .level2 {background:#eaeaea;}