Add squirrel logo and favicon

This commit is contained in:
Alan Friedman 2016-01-11 21:01:44 -05:00
parent a2a0b02517
commit 7eebbe0a95
3 changed files with 18 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -149,7 +149,7 @@ input {
.inputMessage{
border: none;
border-top: 2px solid #ececec;
border-top: 1px solid #e7e7e7;
bottom: 0;
height: 60px;
left: 0;
@ -181,8 +181,7 @@ input {
.chat .warning-sign {
display: none;
cursor: pointer;
color: red;
font-size: 24px;
width: 35px;
}
.inputMessage.encryption-disabled {
@ -193,4 +192,16 @@ input {
position: relative;
top: 16px;
text-align: center;
}
.navbar {
background: none;
}
.navbar-brand {
padding: 5px 15px;
}
.navbar-brand img {
width: 40px;
}

View File

@ -24,7 +24,9 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="javascript:void(0)">FattyChat</a>
<a class="navbar-brand" href="javascript:void(0)">
<img src="https://s3.amazonaws.com/fattychat/img/logo.png">
</a>
<span class="participants">
<span class="glyphicon glyphicon-user"></span>&nbsp;<span id="participants"></span>
</span>
@ -52,7 +54,7 @@
</div>
<input class="inputMessage" placeholder="Type here..."/>
<div id="input-icons">
<span class="glyphicon glyphicon-warning-sign warning-sign"></span>
<img src="https://s3.amazonaws.com/fattychat/img/warning-icon.png" class="warning-sign">
</div>
</li>
</ul>