mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
34 lines
387 B
CSS
34 lines
387 B
CSS
|
|
||
|
|
||
|
.contact-entry-wrapper {
|
||
|
float: left;
|
||
|
width: 120px;
|
||
|
height: 120px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
#contacts-search {
|
||
|
font-size: 1em;
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
#contacts-search-end {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.contact-entry-photo-end {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.contact-entry-name {
|
||
|
float: left;
|
||
|
margin-left: 0px;
|
||
|
margin-right: 10px;
|
||
|
width: 120px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.contact-entry-end {
|
||
|
clear: both;
|
||
|
}
|