Commit a2965d3c656dd8b23e7d2101c820cb42b0728b5a

Authored by Sergio Oliveira
1 parent 5498660e

remove legacy converse.js stuff

Showing 2 changed files with 0 additions and 86 deletions   Show diff stats
colab/static/css/screen.css
... ... @@ -275,88 +275,6 @@ ul.unstyled-list .glyphicon-chevron-right {
275 275 border-color: #999;
276 276 }
277 277  
278   -/* Converse JS */
279   -
280   -#chatpanel form#converse-login {
281   - padding: 0;
282   -}
283   -
284   -#chatpanel form#converse-login input,
285   -#chatpanel form#converse-login label {
286   - margin: 2px 10px;
287   -}
288   -
289   -#chatpanel form#converse-login .login-submit{
290   - margin-top: 10px;
291   -}
292   -
293   -#chatpanel a.configure-chatroom-button,
294   -#chatpanel a.close-chatbox-button {
295   - background-color: #F6F6F6;
296   - margin-right: 0.6em;
297   -}
298   -
299   -#chatpanel .chat-head #controlbox-tabs li {
300   - width:32%;
301   -}
302   -
303   -#chatpanel .oc-chat-head {
304   - height: 37px;
305   -}
306   -
307   -#chatpanel .chatbox dl.dropdown {
308   - margin-top: 0;
309   -}
310   -
311   -#chatpanel #converse-roster {
312   - height: 207px;
313   -}
314   -
315   -#chatpanel #toggle-controlbox {
316   - font-size: 100% !important;
317   - padding: 0 4px 26px !important;
318   -}
319   -
320   -#chatpanel {
321   - height: 342px !important;
322   -}
323   -
324   -#chatpanel div#controlbox-panes {
325   - width: auto;
326   -}
327   -
328   -#chatpanel .chat-head-chatbox, #chatpanel .chat-head-chatroom {
329   - height: 40.5px;
330   -}
331   -
332   -#chatpanel form.sendXMPPMessage {
333   - height: 76px;
334   - border: none;
335   -}
336   -
337   -#chatpanel form.sendXMPPMessage textarea {
338   - width: 189px;
339   - max-width: 285px;
340   - max-height: 66px;
341   -}
342   -
343   -#chatpanel .chatbox form.sendXMPPMessage textarea {
344   - max-width: 189px;
345   -}
346   -
347   -#chatpanel .chat-content,
348   -#chatpanel .chatroom .participants{
349   - width: auto;
350   -}
351   -
352   -#chatpanel div#chatrooms {
353   - overflow-y: visible;
354   -}
355   -
356   -
357   -/* End of Converse JS*/
358   -
359   -
360 278 /* user profile update */
361 279  
362 280 .btn.delete-email:not(:hover) {
... ...
setup.py
... ... @@ -28,10 +28,6 @@ REQUIREMENTS = [
28 28 # Deps for gitlab plugin
29 29 'python-dateutil>=1.5',
30 30 'requests',
31   -
32   - # Converse.js (XMPP client)
33   - 'django-conversejs>=0.3.4',
34   - 'django-mobile>=0.3.0',
35 31 ]
36 32  
37 33 TEST_REQUIREMENTS = [
... ...