view plugins/vcard_attachments/skins/classic/style.css @ 35:05c4c32948af

.hgignore: add vendor tree composer.json: new packages plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff index.php: commented debugging hooks others: new releases of vendor packages?
author Charlie Root
date Thu, 30 Aug 2018 16:21:59 -0400
parents 1e000243b222
children
line wrap: on
line source


p.vcardattachment {
	margin: 0.5em 1em;
	border: 1px solid #999;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: auto;
}

p.vcardattachment a {
	display: block;
	background: url(vcard_add_contact.png) 4px 0px no-repeat;
	padding: 0.7em 0.5em 0.3em 42px;
	height: 22px;
}

#abookactions a.vcard span {
	text-indent: -5000px;
	display: inline-block;
	height: 22px;
	width: 15px;
	background: url(../../../../skins/classic/images/messageicons.png) 0 -168px no-repeat;
}

#abookactions a.vcard.disabled span {
	opacity: 0.5;
}