Show spam aliases #

This commit is contained in:
andryyy
2017-02-21 22:27:11 +01:00
parent 76426b65b2
commit 0eb932b3ab
2737 changed files with 357639 additions and 22 deletions

View File

@@ -0,0 +1,29 @@
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;
}

View File

@@ -0,0 +1 @@
p.vcardattachment{margin:.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 0 no-repeat;padding:.7em .5em .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:.5}

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,21 @@
p.vcardattachment {
margin: 0.5em 1em;
width: auto;
background: #f9f9f9;
border: 1px solid #d3d3d3;
border-radius: 4px;
box-shadow: 0 0 2px #ccc;
-webkit-box-shadow: 0 0 2px #ccc;
}
p.vcardattachment a {
display: block;
background: url(vcard_add_contact.png) 6px 2px no-repeat;
padding: 1.2em 0.5em 0.7em 46px;
}
a.listbutton.vcard .inner
{
background-position: center -2107px;
}

View File

@@ -0,0 +1 @@
p.vcardattachment{margin:.5em 1em;width:auto;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:4px;box-shadow:0 0 2px #ccc;-webkit-box-shadow:0 0 2px #ccc}p.vcardattachment a{display:block;background:url(vcard_add_contact.png) 6px 2px no-repeat;padding:1.2em .5em .7em 46px}a.listbutton.vcard .inner{background-position:center -2107px}

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB