comparison public/libervia.css @ 407:6a6551de4414

browser_side: display chat states (with symbols) for MUC participants
author souliane <souliane@mailoo.org>
date Sun, 16 Mar 2014 21:03:50 +0100
parents 98cd5387d291
children ae598511850d
comparison
equal deleted inserted replaced
406:63f8469b4ad3 407:6a6551de4414
972 .chat_text_mymess { 972 .chat_text_mymess {
973 color: #006600; 973 color: #006600;
974 } 974 }
975 975
976 .occupant { 976 .occupant {
977 margin-top: 10px; 977 margin-top: 10px;
978 margin-right: 4px; 978 margin-right: 4px;
979 min-width: 120px; 979 min-width: 120px;
980 padding: 5px 15px 5px 15px; 980 padding: 5px 15px 5px 15px;
981 font-weight: bold; 981 font-weight: bold;
982 background-color: #eee; 982 background-color: #eee;
983 border: 1px solid #ddd; 983 border: 1px solid #ddd;
984 white-space: nowrap;
984 } 985 }
985 986
986 .occupantsList { 987 .occupantsList {
987 border-right: 2px dotted #ddd; 988 border-right: 2px dotted #ddd;
988 margin-left: 5px; 989 margin-left: 5px;