1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
| p.vcardattachment {
| margin: 0.5em 1em;
| border: 1px solid #999;
| border-radius:4px;
| -moz-border-radius: 4px;
| -webkit-border-radius: 4px;
| border-radius: 4px;
| width: auto;
| }
|
| p.vcardattachment a {
| display: block;
| background: url(vcard_add_contact.png) 4px 0px no-repeat;
| padding: 0.7em 0.5em 0.3em 42px;
| height: 22px;
| }
|
|