You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 325B

12345678910111213141516
  1. p.vcardattachment {
  2. margin: 0.5em 1em;
  3. width: auto;
  4. background: #f9f9f9;
  5. border: 1px solid #d3d3d3;
  6. border-radius: 4px;
  7. box-shadow: 0 0 2px #ccc;
  8. -webkit-box-shadow: 0 0 2px #ccc;
  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. }