You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
780 B
CSS
42 lines
780 B
CSS
|
|
p.vcardattachment {
|
|
margin: 0.5em 1em;
|
|
border: 1px solid #999;
|
|
border-radius: 4px;
|
|
width: auto;
|
|
position: relative;
|
|
}
|
|
|
|
p.vcardattachment span {
|
|
display: block;
|
|
background: url(vcard_add_contact.png) 4px 0px no-repeat;
|
|
line-height: 32px;
|
|
padding: 0 60px 0 46px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
p.vcardattachment button {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
margin: 6px;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
.messagelist tr .attachment span.attachment.vcard {
|
|
background: url(vcard.png) 0 center no-repeat;
|
|
}
|