Commit 92f8eaf188e9aca1dd18dd596051cffcb126dc0a
1 parent
03734538
Exists in
master
and in
39 other branches
Changing CSS of chat
Showing
1 changed file
with
15 additions
and
2 deletions
Show diff stats
src/colab/static/css/screen.css
... | ... | @@ -233,10 +233,23 @@ img.center { |
233 | 233 | padding: 0; |
234 | 234 | } |
235 | 235 | |
236 | +div#controlbox-panes div#login-dialog{ | |
237 | + margin-top: 7px; | |
238 | +} | |
239 | + | |
236 | 240 | #chatpanel form#converse-login input, #chatpanel form#converse-login label { |
237 | - margin: 3px; | |
241 | + margin: 2px 10px; | |
242 | +} | |
243 | + | |
244 | +#chatpanel form#converse-login .login-submit{ | |
245 | + margin-top: 10px; | |
238 | 246 | } |
239 | 247 | |
248 | +#chatpanel .error, #chatpanel .alert, #chatpanel .notice, #chatpanel .success, #chatpanel .info { | |
249 | + background: none; | |
250 | + border: none; | |
251 | + padding: 0; | |
252 | +} | |
240 | 253 | form.sendXMPPMessage textarea { |
241 | 254 | max-width: 189px; |
242 | 255 | max-height: 80px; |
... | ... | @@ -308,7 +321,7 @@ div.chat-title { |
308 | 321 | } |
309 | 322 | |
310 | 323 | form#set-custom-xmpp-status .custom-xmpp-status { |
311 | - width: 136px; | |
324 | + width: 128px; | |
312 | 325 | margin: 0.5px; |
313 | 326 | padding: 2px; |
314 | 327 | } | ... | ... |