comparison src/browser/public/libervia.css @ 673:e489218886d7 frontends_multi_profiles

browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser
author souliane <souliane@mailoo.org>
date Wed, 11 Mar 2015 19:01:27 +0100
parents 2201ff543a05
children a90cc8fc9605
comparison
equal deleted inserted replaced
672:b39a9eddfe56 673:e489218886d7
1033 background-color: #eee; 1033 background-color: #eee;
1034 border: 1px solid #ddd; 1034 border: 1px solid #ddd;
1035 white-space: nowrap; 1035 white-space: nowrap;
1036 } 1036 }
1037 1037
1038 .occupantsPanel { 1038 .occupantsPanelCell {
1039 border-right: 2px dotted #ddd; 1039 border-right: 2px dotted #ddd;
1040 margin-left: 5px; 1040 padding-left: 5px;
1041 margin-right: 10px;
1042 height: 100%; 1041 height: 100%;
1043 } 1042 }
1044 1043
1045 /* Games */ 1044 /* Games */
1046 1045