Template:Team:Bonn:NetworkBottom

From 2013.igem.org

(Difference between revisions)
Line 145: Line 145:
     var nodeTitle = new Array;
     var nodeTitle = new Array;
     nodeTitle[i] = document.createElement("DIV");
     nodeTitle[i] = document.createElement("DIV");
-
    nodeTitle[i].style.borderBottom = "1px solid black";
 
     nodeTitle[i].style.lineHeight = "25px";
     nodeTitle[i].style.lineHeight = "25px";
     nodeTitle[i].style.height = "20px";
     nodeTitle[i].style.height = "20px";
Line 309: Line 308:
       nodeSummary.innerHTML = "";
       nodeSummary.innerHTML = "";
       nodeTitle.innerHTML = content.titleShort;
       nodeTitle.innerHTML = content.titleShort;
-
       this.style.backgroundColor = "black";
+
       this.style.backgroundColor = "white";
       $(".node-"+this.mainnode+"-"+this.type+"-"+this.i).css({"width":"1px","height":"1px"});
       $(".node-"+this.mainnode+"-"+this.type+"-"+this.i).css({"width":"1px","height":"1px"});
       if(general.mainnode != "0") {
       if(general.mainnode != "0") {

Revision as of 12:24, 4 October 2013