Mercurial > hg > rc1
annotate plugins/vcard_attachments/skins/larry/style.css @ 11:d57f154e7764
change plugins inventory
| author | Charlie Root |
|---|---|
| date | Sat, 13 Jan 2018 09:38:33 -0500 |
| parents | 1e000243b222 |
| 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 } |
