]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Tue, 4 Dec 2012 17:14:44 +0000 (17:14 +0000)
committerhadeshyp <hadeshyp>
Tue, 4 Dec 2012 17:14:44 +0000 (17:14 +0000)
cts/htdocs/layout/styles.css
cts/htdocs/network/map.htm

index f632ab0d16c9528ad895451b456fabcf9fd8621e..fb6ab5adcbce81007528fb8c3b893497321448e7 100644 (file)
@@ -70,6 +70,7 @@ table#content, table#contentregs {
 table#contentregs td:first-child, table#contentregs th:first-child,
 table#content td:first-child, table#content th:first-child{
   width:40px;
+  
   padding-right:0px;
   text-align:center;
 }
@@ -80,6 +81,7 @@ table#content td, table#content th, table#contentregs td, table#contentregs th{
  border:solid #ccc; 
  border-width:0 1px 1px 0;
  width:90px;
+ min-width:90px;
  text-align:right;
  padding-right:15px;
 }
@@ -191,7 +193,7 @@ width: 89px;
 }
 
 table#content.map td {border-bottom:none; margin-left:10px; text-align:right}
-table#content.map td:first-child {text-align:left;padding-left:15px; }
+table#content.map td:first-child {text-align:left;padding-left:10px; width:100px;}
 table#content.map td + td + td + td {width:120px;}
 
 #content .level1 {background:#f5f5f5;}
@@ -216,9 +218,13 @@ table#content.map td + td + td + td {width:120px;}
 #content .newlevel td {border-top:1px solid #aaa;}
 /* #content .oldlevel td {border-top-style:hidden;}  */
 
+
+
 #content .level > td:first-child div {
   position:relative;
   left:-30px;
+  width:20px;
+  text-align:right;
   color:white;
   float:left;
   font-size:80%;
index db51dfdded418ce3b862bc9ef1bccb5056e27d36..b23662300ac29f7d505dd16536b676c87714b058 100644 (file)
@@ -35,7 +35,7 @@ function update(data) {
     o += "<tr class=\"level level"+c[j][2]+" ";
     if(lastlevel!=c[j][2])  o += "newlevel"; else o += "oldlevel";
     o += "\"><td>";
-    if(c[j][2]>1)  
+//     if(c[j][2]>1)  
       o += "<div>"+c[j][1]+"</div>";
     o += c[j][3];
     o += "<td>";