diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-12 08:41:07 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-12 08:41:07 +0000 |
| commit | 2d09ae4454d07fcb083507966122321d6451e9be (patch) | |
| tree | f58ab08b4b62b922c4fe527954597b4d435dccc7 /plugins/vcard_attachments/skins/default/style.css | |
| parent | b22694cb7acfbe52f0fd5f2014769b5b34303cae (diff) | |
Added skinning for Larry
git-svn-id: https://svn.roundcube.net/trunk@5997 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments/skins/default/style.css')
| -rw-r--r-- | plugins/vcard_attachments/skins/default/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
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; +} |
