Status bar for the snowflake console, instead of cluttered log messages during

polling
This commit is contained in:
Serene Han 2016-01-28 15:21:22 -08:00
parent cb505b6202
commit 30bfeb247e
4 changed files with 46 additions and 11 deletions

View file

@ -62,10 +62,19 @@
border: none; // box-shadow: 0 2px 5px #000;
}
#send:hover { background-color: #636; }
#status {
background-color: rgba(0,0,0,0.9); color: #999;
margin: 8px 0; padding: 8px 1em; cursor: default;
font-size: 12px;
text-align: left;
}
</style>
</head>
<body>
<div class="chatarea">
<div id="status">
Timeout...
</div>
<textarea id="msglog" readonly>
</textarea>
<div class="inputarea">