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{ .inputMessage{
border: none; border: none;
border-top: 2px solid #ececec; border-top: 1px solid #e7e7e7;
bottom: 0; bottom: 0;
height: 60px; height: 60px;
left: 0; left: 0;
@ -181,8 +181,7 @@ input {
.chat .warning-sign { .chat .warning-sign {
display: none; display: none;
cursor: pointer; cursor: pointer;
color: red; width: 35px;
font-size: 24px;
} }
.inputMessage.encryption-disabled { .inputMessage.encryption-disabled {
@ -194,3 +193,15 @@ input {
top: 16px; top: 16px;
text-align: center; 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>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </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="participants">
<span class="glyphicon glyphicon-user"></span>&nbsp;<span id="participants"></span> <span class="glyphicon glyphicon-user"></span>&nbsp;<span id="participants"></span>
</span> </span>
@ -52,7 +54,7 @@
</div> </div>
<input class="inputMessage" placeholder="Type here..."/> <input class="inputMessage" placeholder="Type here..."/>
<div id="input-icons"> <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> </div>
</li> </li>
</ul> </ul>