Add IRC connection status indicator

This commit is contained in:
Ken-Håvard Lieng 2016-01-13 18:53:54 +01:00
parent 83aef5df7b
commit f429a528ba
11 changed files with 124 additions and 38 deletions

View file

@ -61,6 +61,7 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
.tablist p {
padding: 3px 15px;
padding-right: 10px;
cursor: pointer;
}
@ -77,11 +78,30 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
border-left: 5px solid #6BB758;
}
.tab-content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.tab-server {
display: flex;
align-items: center;
color: #999;
margin-top: 10px !important;
}
.tab-server .tab-content {
flex: 1;
margin-right: 5px;
}
.tab-indicator {
width: 10px;
height: 10px;
border-radius: 50%;
}
.button-connect {
width: 100%;
height: 50px;