Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Status indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
tomskin committed May 6, 2016
1 parent a98dd76 commit f9708ce
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
Binary file modified PSD/indicators.psd
Binary file not shown.
4 changes: 4 additions & 0 deletions static/css/chat.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions static/css/chat.scss
Expand Up @@ -125,7 +125,7 @@ pre {
display: block;
float: left;
border: 1px solid $themeColor2;
border-left:0;
border-left:0;
height: 40px;
width: 33%;
line-height: 40px;
Expand Down Expand Up @@ -247,10 +247,15 @@ pre {
height:8px;
background-image:url('../img/indicator-offline.png');
background-size:100% 100%;

&.status-0{
background-image:url('../img/indicator-online.png');
}
&.status-1{
background-image:url('../img/indicator-away.png');
}
&.status-2{
background-image:url('../img/indicator-busy.png');
}
}
#entry{
height:35px;
Expand Down
Binary file added static/img/indicator-away.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/indicator-busy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/indicator-offline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/indicator-online.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9708ce

Please sign in to comment.