renbame nodeinfo div to infobox
This commit is contained in:
		
							parent
							
								
									9cf5a90802
								
							
						
					
					
						commit
						cf66b6a0ce
					
				@ -28,20 +28,20 @@
 | 
				
			|||||||
        text-align: left !important;
 | 
					        text-align: left !important;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      #nodeinfo .clients {
 | 
					      #infobox .clients {
 | 
				
			||||||
        font-family: "ionicons";
 | 
					        font-family: "ionicons";
 | 
				
			||||||
        color: #1566A9;
 | 
					        color: #1566A9;
 | 
				
			||||||
        word-spacing: -0.2em;
 | 
					        word-spacing: -0.2em;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      #nodeinfo {
 | 
					      #infobox {
 | 
				
			||||||
        position: relative;
 | 
					        position: relative;
 | 
				
			||||||
        box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.16), 0px 0.5px 2px rgba(0, 0, 0, 0.24);
 | 
					        box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.16), 0px 0.5px 2px rgba(0, 0, 0, 0.24);
 | 
				
			||||||
        background: rgba(0, 0, 0, 0.02);
 | 
					        background: rgba(0, 0, 0, 0.02);
 | 
				
			||||||
        padding: 0.25em 0;
 | 
					        padding: 0.25em 0;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      #nodeinfo.hidden {
 | 
					      #infobox.hidden {
 | 
				
			||||||
        display: none;
 | 
					        display: none;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -235,7 +235,7 @@
 | 
				
			|||||||
        </button>
 | 
					        </button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div id="sidebardata">
 | 
					        <div id="sidebardata">
 | 
				
			||||||
          <div id="nodeinfo" class="hidden">
 | 
					          <div id="infobox" class="hidden">
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <p>
 | 
					          <p>
 | 
				
			||||||
 | 
				
			|||||||
@ -429,7 +429,7 @@ function infobox() {
 | 
				
			|||||||
      el.removeChild(el.childNodes[0])
 | 
					      el.removeChild(el.childNodes[0])
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  var el = document.getElementById("nodeinfo")
 | 
					  var el = document.getElementById("infobox")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  destroy()
 | 
					  destroy()
 | 
				
			||||||
  el.classList.remove("hidden")
 | 
					  el.classList.remove("hidden")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user