1
0
Fork 0

provide textmode "micropro" (small profile display but without the photo) for better scalability of group selection tools when confronted with huge numbers of contacts

This commit is contained in:
Friendika 2011-05-12 18:55:28 -07:00
commit 8674d01432
4 changed files with 28 additions and 6 deletions

View file

@ -223,6 +223,7 @@ aside #viewcontacts { text-align: right;}
* contacts block
*/
.contact-block-div { width: 50px; height: 50px; float: left; }
.contact-block-textdiv { width: 150px; height: 34px; float: left; }
#contact-block-end { clear: both; }
/**

View file

@ -2054,6 +2054,12 @@ a.mail-list-link {
width: 52px;
height: 52px;
}
.contact-block-textdiv {
float: left;
width: 150px;
height: 34px;
}
#contact-block-end {
clear: both;
}

View file

@ -2087,6 +2087,12 @@ a.mail-list-link {
width: 52px;
height: 52px;
}
.contact-block-textdiv {
float: left;
width: 150px;
height: 34px;
}
#contact-block-end {
clear: both;
}