From 2d09ae4454d07fcb083507966122321d6451e9be Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 12 Mar 2012 08:41:07 +0000 Subject: Added skinning for Larry git-svn-id: https://svn.roundcube.net/trunk@5997 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/vcard_attachments/skins/default/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/vcard_attachments/skins/default/style.css (limited to 'plugins/vcard_attachments/skins/default') diff --git a/plugins/vcard_attachments/skins/default/style.css b/plugins/vcard_attachments/skins/default/style.css new file mode 100644 index 000000000..044d3983e --- /dev/null +++ b/plugins/vcard_attachments/skins/default/style.css @@ -0,0 +1,17 @@ + +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; +} -- cgit v1.2.3