Projet

Général

Profil

Paste
Télécharger (1,32 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / author_pane / author_pane.css @ 76df55b7

1 85ad3d82 Assos Assos
2
/* POSITIONING **************************************************************/
3
.author-pane-section {
4
  margin-bottom: 10px;
5
}
6
7
.author-pane-line {
8
  padding-bottom: 5px;
9
}
10
11
.author-pane .picture {
12
  float: none;
13
  padding-left: 0px;
14
  margin-bottom: 10px;
15
}
16
17
/* IMAGES ******************************************************************/
18
.author-online {
19
  background: transparent url(images/user-online.png) no-repeat;
20
  padding-left: 20px;
21
  height: 20px;
22
  width: 200px;
23
  display: block;
24
}
25
26
.author-offline {
27
  background: transparent url(images/user-offline.png) no-repeat;
28
  padding-left: 20px;
29
  height: 20px;
30
  width: 200px;
31
  display: block;
32
}
33
34
.author-email-icon {
35
  background: transparent url(images/contact.png) no-repeat;
36
  padding-left: 26px;
37
  height: 20px;
38
  width: 200px;
39
  display: block;
40
}
41
42 6c9579f7 Assos Assos
.author-privatemsg {
43 85ad3d82 Assos Assos
  background: transparent url(images/private-message.png) no-repeat;
44
  padding-left: 26px;
45
  height: 20px;
46
  width: 200px;
47
  display: block;
48
}
49
50 6c9579f7 Assos Assos
.author-user-relationship a[href*="request/"] {
51 85ad3d82 Assos Assos
  background: transparent url(images/buddy-add.png) no-repeat;
52
  padding-left: 26px;
53
  height: 20px;
54
  width: 200px;
55
  display: block;
56
}
57
58 6c9579f7 Assos Assos
.author-user-relationship a[href*="/remove?"] {
59 85ad3d82 Assos Assos
  background: transparent url(images/buddy-remove.png) no-repeat;
60
  padding-left: 26px;
61
  height: 20px;
62
  width: 100px;
63
  display: block;
64
}