Add FA icons to sidebar and for edit connection

This commit is contained in:
Dan Sosedoff
2014-12-01 20:43:37 -06:00
parent b376588d54
commit af75cf55b5
4 changed files with 507 additions and 495 deletions

View File

@@ -173,6 +173,10 @@
background: #272c30;
}
#sidebar ul li i {
margin-right: 4px;
}
#sidebar ul li span {
padding: 0px 8px 0 12px;
display: inline-block;
@@ -362,6 +366,10 @@
top: 10px;
}
#edit_connection i {
margin-right: 4px;
}
#close_connection_window {
display: none;
}