controller_friends.css
839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#content #manage_friends ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#content #manage_friends li {
float: left;
width: 200px;
height: 68px;
margin: 5px;
padding: 5px;
border: 2px solid #B8CFE7;
list-style: none;
overflow: hidden;
position: relative;
}
#content #manage_friends li:hover {
border: 2px solid #2A5896;
background: #729FCF;
}
.profile-list img {
float: left;
border: none;
}
.profile-list a {
text-decoration: none;
}
.profile-list .profile_link span {
width: 200px;
display: block;
overflow: hidden;
}
.controll {
position: absolute;
right: 5px;
bottom: 10px;
}
#manage_friends .button-bar {
clear: both;
padding-top: 20px;
}
#remove_friend .friend_picture {
float: left;
margin-right: 15px;
}
#remove_friend form {
clear: both;
padding-top: 20px;
}