Mercurial > libervia-web
diff public/libervia.css @ 279:2d6bd975a72d
browser_side: set your own presence status and display those of others
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 23 Nov 2013 14:46:03 +0100 |
parents | 4517978a2e7e |
children | ae3ec654836d |
line wrap: on
line diff
--- a/public/libervia.css Fri Nov 22 21:43:08 2013 +0100 +++ b/public/libervia.css Sat Nov 23 14:46:03 2013 +0100 @@ -368,6 +368,7 @@ .contactsChooser { text-align: center; margin:auto; + cursor: pointer; } .infoDialogBody { @@ -454,7 +455,7 @@ padding: 3px 10px 3px 10px; } -.contact-menu { +.contact-menu-selected { font-size: 1em; margin-top: 3px; padding: 3px 10px 3px 10px; @@ -462,10 +463,30 @@ background-color: rgb(175, 175, 175); } -.contactConnected { +/* START - contact presence status */ +.contact-connected { + color: #3c7e0c; + font-weight: bold; +} +.contact-unavailable { +} +.contact-chat { color: #3c7e0c; font-weight: bold; } +.contact-away { + color: brown; + font-weight: bold; +} +.contact-dnd { + color: red; + font-weight: bold; +} +.contact-xa { + color: red; + font-weight: bold; +} +/* END - contact presence status */ .selected { color: #fff; @@ -517,6 +538,12 @@ border-bottom: 1px solid #ddd; } +.presence-button { + font-size: x-large; + padding-right: 5px; + cursor: pointer; +} + .status { font-style: italic; font-weight: bold; @@ -749,6 +776,7 @@ .mb_entry_header { background: #AFAFAF; + cursor: pointer; } .selected_widget .selected_entry .mb_entry_header @@ -1264,6 +1292,7 @@ .popupMenuItem { cursor: pointer; border-radius: 5px; + width: 100%; } /* Contact group manager */