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:
parent
75c4e6e9a6
commit
8674d01432
4 changed files with 28 additions and 6 deletions
|
@ -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; }
|
||||
|
||||
/**
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue