Mercurial > libervia-web
comparison src/browser/public/libervia.css @ 684:e876f493dccc
browser_side: follow changes made on quick_frontend for chat states and MUC symbols + minor fixes following the refactorisation:
- some MUC handlers are no more needed, the presence handler is enough
- move the chat states logic to quick_frontend
- display MUC games symbols
- remove classes contact_list.ContactsPanel, contact_panel.Occupant and contact_panel.OccupantsList
- move buildPresenceStyle and setPresenceStyle to html_tools
- fixes games menu callback
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 18 Mar 2015 10:17:04 +0100 |
parents | a90cc8fc9605 |
children | 9877607c719a |
comparison
equal
deleted
inserted
replaced
683:801eb94aa869 | 684:e876f493dccc |
---|---|
1052 | 1052 |
1053 .chat_text_mymess { | 1053 .chat_text_mymess { |
1054 color: #006600; | 1054 color: #006600; |
1055 } | 1055 } |
1056 | 1056 |
1057 .occupant { | |
1058 margin-top: 10px; | |
1059 margin-right: 4px; | |
1060 min-width: 120px; | |
1061 padding: 5px 15px 5px 15px; | |
1062 font-weight: bold; | |
1063 background-color: #eee; | |
1064 border: 1px solid #ddd; | |
1065 white-space: nowrap; | |
1066 } | |
1067 | |
1068 .occupantsPanelCell { | 1057 .occupantsPanelCell { |
1069 border-right: 2px dotted #ddd; | 1058 border-right: 2px dotted #ddd; |
1070 padding-left: 5px; | 1059 padding-left: 5px; |
1071 height: 100%; | 1060 height: 100%; |
1072 } | 1061 } |