From b11654bf7e54cdd86398a33ce278f3b70e4e319d Mon Sep 17 00:00:00 2001 From: Zaran Date: Mon, 17 Jan 2011 10:34:09 +0100 Subject: Add presence management (change contact display in roster on each presence stanza) --- webclient/style.css | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) (limited to 'webclient/style.css') diff --git a/webclient/style.css b/webclient/style.css index 202a45d..e568584 100644 --- a/webclient/style.css +++ b/webclient/style.css @@ -11,11 +11,12 @@ div padding:0px; } -#contacts +#roster { float:left; - width:40%; + width:250px; height:100%; + font-size:0.8em; } #bottom @@ -43,10 +44,42 @@ div #log { - height:200px; + height:400px; width:100%; overflow:auto; display:none; border-top:1px solid black; } - \ No newline at end of file + +.roster-contact +{ + border-bottom : 1px dotted black; + padding: 5px; +} + +.roster-contact:hover +{ + background-color: #E5E9EE; +} + + +.roster-name +{ + font-weight:bold; +} + +#roster > ul +{ + list-style-type: none; + padding: 0px; +} + +.online +{ + background-color: #DBFFDC; +} + +.away +{ + background-color: #E3E3E3; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2