Cleaned file

This commit is contained in:
Pierre 2018-03-11 16:24:35 +01:00
parent 38a9c96078
commit d2240934a9

View File

@ -4,17 +4,14 @@
* @author Pierre HUBERT * @author Pierre HUBERT
*/ */
.personnal-friends-list .friend a, .personnal-friends-list .friend a {
.friends-list-ro .friend a {
color: white; color: white;
} }
.personnal-friends-list .friend a:hover, .personnal-friends-list .friend a:hover {
.friends-list-ro .friend a:hover {
color: #001F3F; color: #001F3F;
} }
.personnal-friends-list .friend img, .personnal-friends-list .friend img {
.friends-list-ro .friend img {
margin: auto 10px auto auto; margin: auto 10px auto auto;
max-width: 40px; max-width: 40px;
height: 40px; height: 40px;
@ -22,8 +19,7 @@
visibility: visible; visibility: visible;
} }
.personnal-friends-list .friend .friends-name, .personnal-friends-list .friend .friends-name {
.friends-list-ro .friend .friends-name {
display: inline-block; display: inline-block;
white-space: normal; white-space: normal;
max-width: 100px; max-width: 100px;