0
|
1
|
|
2 p.vcardattachment {
|
|
3 margin: 0.5em 1em;
|
|
4 border: 1px solid #999;
|
|
5 border-radius:4px;
|
|
6 -moz-border-radius: 4px;
|
|
7 -webkit-border-radius: 4px;
|
|
8 border-radius: 4px;
|
|
9 width: auto;
|
|
10 }
|
|
11
|
|
12 p.vcardattachment a {
|
|
13 display: block;
|
|
14 background: url(vcard_add_contact.png) 4px 0px no-repeat;
|
|
15 padding: 0.7em 0.5em 0.3em 42px;
|
|
16 height: 22px;
|
|
17 }
|
|
18
|
|
19 #abookactions a.vcard span {
|
|
20 text-indent: -5000px;
|
|
21 display: inline-block;
|
|
22 height: 22px;
|
|
23 width: 15px;
|
|
24 background: url(../../../../skins/classic/images/messageicons.png) 0 -168px no-repeat;
|
|
25 }
|
|
26
|
|
27 #abookactions a.vcard.disabled span {
|
|
28 opacity: 0.5;
|
|
29 }
|