5:de01e29e06b5
Anton Shestakov <engored@ya.ru>, Thu, 14 Mar 2013 23:36:24 +0900
Highlight error messages. Usually they are fatal and thus the last thing appearing on the status bar, so no removeClass (or other methods) needed.

next change 7:ecb710cf56fb
previous change 3:d69239d4ae6d

static/css/main.css

Permissions: -rw-r--r--

Other formats: Feeds:
video#remote {
width: 480px;
height: 360px;
background: #777;
}
video#local {
position: absolute;
width: 160px;
height: 120px;
background: #555;
margin-top: 240px;
margin-left: -160px;
}
footer {
background: #222;
color: #ccc;
position: fixed;
left: 0;
right: 0;
bottom: 0;
}
.error {
color: #ff9696;
}