From 98c38cd86474cbba0152acbc9addf74ec989d7e0 Mon Sep 17 00:00:00 2001 From: Zaran Date: Mon, 17 Jan 2011 15:55:42 +0100 Subject: Add field to filter the roster. --- webclient/style.css | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) (limited to 'webclient/style.css') diff --git a/webclient/style.css b/webclient/style.css index e568584..d152af7 100644 --- a/webclient/style.css +++ b/webclient/style.css @@ -11,14 +11,6 @@ div padding:0px; } -#roster -{ - float:left; - width:250px; - height:100%; - font-size:0.8em; -} - #bottom { position:fixed; @@ -51,6 +43,31 @@ div border-top:1px solid black; } +#roster +{ + float:left; + width:250px; + height:100%; + font-size:0.8em; + padding:5px; +} + +#rosterfilter +{ + border: 1px solid black; +} + +#rosterfilter:before +{ + content:'x'; +} + +#roster > ul +{ + list-style-type: none; + padding: 0px; +} + .roster-contact { border-bottom : 1px dotted black; @@ -62,18 +79,11 @@ div background-color: #E5E9EE; } - .roster-name { font-weight:bold; } -#roster > ul -{ - list-style-type: none; - padding: 0px; -} - .online { background-color: #DBFFDC; -- cgit v1.2.3-70-g09d2