diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
commit | c40419bdfe866932fecf9fcb1f552312c669c228 (patch) | |
tree | 2c8e21f2f53d3b3b1ca86b743f9159a831424ba9 /plugins/vcard_attachments/skins/classic/style.css | |
parent | baecd8becccd7786632c1cda895123293ceb1408 (diff) |
Rename old 'default' skin folder to 'classic'
Diffstat (limited to 'plugins/vcard_attachments/skins/classic/style.css')
-rw-r--r-- | plugins/vcard_attachments/skins/classic/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/skins/classic/style.css b/plugins/vcard_attachments/skins/classic/style.css new file mode 100644 index 000000000..044d3983e --- /dev/null +++ b/plugins/vcard_attachments/skins/classic/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; +} |