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 328B

1234567891011121314151617
  1. p.vcardattachment {
  2. margin: 0.5em 1em;
  3. border: 1px solid #999;
  4. border-radius:4px;
  5. -moz-border-radius: 4px;
  6. -webkit-border-radius: 4px;
  7. border-radius: 4px;
  8. width: auto;
  9. }
  10. p.vcardattachment a {
  11. display: block;
  12. background: url(vcard_add_contact.png) 4px 0px no-repeat;
  13. padding: 0.7em 0.5em 0.3em 42px;
  14. height: 22px;
  15. }