user contacts: fix #797 , add searching in url and nickname, add batch actions

This commit is contained in:
Fabrixxm 2013-12-17 05:19:06 -05:00
commit 9febcedf93
10 changed files with 206 additions and 56 deletions

View file

@ -1349,6 +1349,19 @@ span[id^="showmore-wrap"] {
.contact-photo-wrapper {
position: relative;
}
.contact-select {
position: absolute;
top: 64px;
left: 64px;
display: none;
}
.contact-select:checked,
.contact-photo:hover .contact-select {
display: block;
}
.submit {
clear: both;
}
.contact-photo {
width: 48px;
height: 48px;