Mercurial > libervia-web
comparison src/browser/public/libervia.css @ 660:267761bf7f08 frontends_multi_profiles
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
- ContactPanels become the generic class for all lists of contacts
- OccupantsList will be removed
- need to implements specials icons (e.g. for games) in ContactBox
- ContactBox now manage a display arguments to set which data we want to display
- ContactsPanel.display renamed to setList
- ContactBox style can be changed when instaciating parent ContactsPanel
- muc_contact CSS class is used for list of MUC occupants
Not fully functionnal yet
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 27 Feb 2015 22:53:27 +0100 |
parents | 4dbd99de3aaa |
children | cbb3662818c8 |
comparison
equal
deleted
inserted
replaced
659:8e7d4de56e75 | 660:267761bf7f08 |
---|---|
537 padding: 3px 10px 3px 10px; | 537 padding: 3px 10px 3px 10px; |
538 border-radius: 5px; | 538 border-radius: 5px; |
539 background-color: rgb(175, 175, 175); | 539 background-color: rgb(175, 175, 175); |
540 } | 540 } |
541 | 541 |
542 /* Contacts in MUC */ | |
543 | |
544 .muc_contact { | |
545 border-radius: 5px; | |
546 background: #EDEDED; | |
547 margin: 2px; | |
548 } | |
549 | |
542 /* START - contact presence status */ | 550 /* START - contact presence status */ |
543 .contactLabel-connected { | 551 .contactLabel-connected { |
544 color: #3c7e0c; | 552 color: #3c7e0c; |
545 font-weight: bold; | 553 font-weight: bold; |
546 } | 554 } |
1021 background-color: #eee; | 1029 background-color: #eee; |
1022 border: 1px solid #ddd; | 1030 border: 1px solid #ddd; |
1023 white-space: nowrap; | 1031 white-space: nowrap; |
1024 } | 1032 } |
1025 | 1033 |
1026 .occupantsList { | 1034 .occupantsPanel { |
1027 border-right: 2px dotted #ddd; | 1035 border-right: 2px dotted #ddd; |
1028 margin-left: 5px; | 1036 margin-left: 5px; |
1029 margin-right: 10px; | 1037 margin-right: 10px; |
1030 height: 100%; | 1038 height: 100%; |
1031 } | 1039 } |