controller_memberships.css
749 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
@import url(profile-list-block.css);
#memberships-index ul {
width: 100%;
padding: 0px;
margin: 0px;
display: block;
}
#memberships-index li {
display: block;
list-style: none;
margin-bottom: 20px
}
#memberships-index li {
background-color: #B8CFE7;
}
#memberships-index li .vcard {
float: right;
padding: 4% 20px 4% 0px;
}
#memberships-index li .profile-details {
display: block;
padding: 3% 0px 3% 30px;
}
#memberships-index li .vcard a.profile_link.url {
border: 2px solid #729FCF;
background-color: #ABC;
}
#memberships-index li .vcard a.profile_link.url:hover {
border: 2px solid #2A5896;
}
.action_memberships_destroy_community .main-block u {
text-decoration: none;
border-bottom: 1px dotted red;
}