Commit ecf667dc authored by JC Brand's avatar JC Brand

More tweaks. updates #212

parent 00e05c02
......@@ -891,7 +891,7 @@ dl.add-converse-contact {
}
#converse-roster .roster-filter {
margin: 0 0.5em;
width: 182px;
width: 185px;
}
#converse-roster .roster-contacts {
margin: 0;
......
......@@ -990,7 +990,7 @@ dl.add-converse-contact {
#converse-roster .roster-filter {
margin: 0 0.5em;
width: 182px;
width: 185px;
}
#converse-roster .roster-contacts {
......
......@@ -33,6 +33,7 @@ jQuery.fn.liveFilter = function(list, options) {
if (filter.length > 0) {
$list.find(options.hide).hide();
} else {
// TODO: remember original state and set back to that
$list.find(options.hide).show();
}
var li, innerText;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment