Mercurial > hg > rc1
annotate plugins/vcard_attachments/skins/larry/style.css @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 |
2 p.vcardattachment { | |
3 margin: 0.5em 1em; | |
4 width: auto; | |
5 background: #f9f9f9; | |
6 border: 1px solid #d3d3d3; | |
7 border-radius: 4px; | |
8 } | |
9 | |
10 p.vcardattachment a { | |
11 display: block; | |
12 background: url(vcard_add_contact.png) 6px 2px no-repeat; | |
13 padding: 1.2em 0.5em 0.7em 46px; | |
14 } | |
15 | |
16 a.listbutton.vcard .inner | |
17 { | |
18 background-position: center -2107px; | |
19 } |