alecpl
2012-04-16 963a10bf8198ff21a26e6dd3d29a198587916858
commit | author | age
48e9c1 1
T 2 p.vcardattachment {
3     margin: 0.5em 1em;
4     width: auto;
5     background: #f9f9f9;
6     border: 1px solid #d3d3d3;
7     border-radius:4px;
8     -moz-border-radius: 4px;
9     -webkit-border-radius: 4px;
10     border-radius: 4px;
11     box-shadow: 0 0 2px #ccc;
12     -o-box-shadow: 0 0 2px #ccc;
13     -webkit-box-shadow: 0 0 2px #ccc;
14     -moz-box-shadow: 0 0 2px #ccc;
15 }
16
17 p.vcardattachment a {
18     display: block;
19     background: url(vcard_add_contact.png) 6px 2px no-repeat;
20     padding: 1.2em 0.5em 0.7em 46px;
21 }