diff options
Diffstat (limited to 'webclient/style.css')
| -rw-r--r-- | webclient/style.css | 40 |
1 files changed, 25 insertions, 15 deletions
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; |
