Commit b49c12d43e1d9efe8cbe0e5103e6434ae5c3fecf
1 parent
76d89ceb
Exists in
master
and in
39 other branches
Fixing class error at chatpanel
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/colab/static/css/screen.css
... | ... | @@ -262,11 +262,12 @@ div#controlbox-panes div#login-dialog{ |
262 | 262 | margin-top: 10px; |
263 | 263 | } |
264 | 264 | |
265 | -#chatpanel .error, #chatpanel .alert, #chatpanel .notice, #chatpanel .success, #chatpanel .info { | |
265 | +#chatpanel .conn-feedback.error { | |
266 | 266 | background: none; |
267 | 267 | border: none; |
268 | 268 | padding: 0; |
269 | 269 | } |
270 | + | |
270 | 271 | form.sendXMPPMessage textarea { |
271 | 272 | max-width: 189px; |
272 | 273 | max-height: 80px; | ... | ... |