I keep clicking on the logo, expecting it to take me back to the overview. Let's fix that, shall we?
This commit is contained in:
		
							parent
							
								
									f37fc7e7af
								
							
						
					
					
						commit
						6a7fb39038
					
				| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
body { font: 12px Verdana,sans-serif; color: #484848; padding: 8px 35px; }
 | 
			
		||||
#logo { width: 204px; height: 37px; margin-bottom: 20px; background: url(../img/rabbitmqlogo.png); }
 | 
			
		||||
#logo { margin-bottom: 20px; }
 | 
			
		||||
#login { float: right; color: #444; }
 | 
			
		||||
#login p { padding: 0; margin: 0; }
 | 
			
		||||
#login b { color: black; font-weight: normal; }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,7 +17,11 @@
 | 
			
		|||
  <body>
 | 
			
		||||
    <div id="header">
 | 
			
		||||
      <div id="login"></div>
 | 
			
		||||
      <div id="logo"></div>
 | 
			
		||||
      <div id="logo">
 | 
			
		||||
        <a href="#/">
 | 
			
		||||
          <img src="img/rabbitmqlogo.png" width="204" height="37"/>
 | 
			
		||||
        </a>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div id="menu">
 | 
			
		||||
        <p id="vhost-form">
 | 
			
		||||
          <label for="show-vhost">Virtual host: </label>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue