parent
8ec37d68e2
commit
08fd89284e
2 changed files with 11 additions and 0 deletions
|
@ -192,6 +192,16 @@ input[type=text], input[type=password], .badge {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#connection-infos {
|
||||||
|
float: left;
|
||||||
|
max-width: 10%;
|
||||||
|
padding-left: 5px;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #aaa;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-pills > li > a {
|
.nav-pills > li > a {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
|
|
|
@ -151,6 +151,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
|
||||||
<div class="brand">
|
<div class="brand">
|
||||||
<img alt="brand" src="img/favicon.png">
|
<img alt="brand" src="img/favicon.png">
|
||||||
</div>
|
</div>
|
||||||
|
<div id="connection-infos" class="monospace">{{ host }}:{{ port }}</div>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{{ activeBuffer().title}}
|
{{ activeBuffer().title}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue