Can delete friend from the list

This commit is contained in:
Pierre
2018-03-11 09:56:42 +01:00
parent 411800b46f
commit fb1f702c77
3 changed files with 162 additions and 2 deletions

View File

@ -11,14 +11,16 @@
margin: 5px;
}
.personnal-friends-list .friend a,
.friends-list-ro .friend a {
color: white;
}
.personnal-friends-list .friend a:hover,
.friends-list-ro .friend a:hover {
color: #001F3F;
}
.personnal-friends-list .friend img,
.friends-list-ro .friend img {
margin: auto 10px auto auto;
max-width: 40px;
@ -27,10 +29,20 @@
visibility: visible;
}
.personnal-friends-list .friend .friends-name,
.friends-list-ro .friend .friends-name {
display: inline-block;
white-space: normal;
max-width: 100px;
text-align: left;
vertical-align: middle;
}
.personnal-friends-list .friend {
margin-bottom: 10px;
}
.personnal-friends-list .friend .friends-name {
width: 200px;
max-width: 200px;
}