init commit
This commit is contained in:
BIN
skins/larry/plugins/vcard_attachments/listicons.png
Normal file
BIN
skins/larry/plugins/vcard_attachments/listicons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 432 B |
37
skins/larry/plugins/vcard_attachments/style.css
Normal file
37
skins/larry/plugins/vcard_attachments/style.css
Normal file
@ -0,0 +1,37 @@
|
||||
p.vcardattachment {
|
||||
margin: 8px;
|
||||
width: auto;
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #d3d3d3;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
p.vcardattachment span {
|
||||
display: block;
|
||||
background: url(vcard_add_contact.png) 6px 2px 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: 5px;
|
||||
}
|
||||
|
||||
a.listbutton.vcard .inner {
|
||||
background-position: center -2107px;
|
||||
}
|
||||
|
||||
.messagelist tbody tr .attachment span.attachment.vcard {
|
||||
background: url(vcard.png) 0 center no-repeat;
|
||||
}
|
||||
|
||||
ul.toolbarmenu li span.vcard {
|
||||
background: url(listicons.png) no-repeat 7px 0;
|
||||
background-position: 0 -3px;
|
||||
}
|
1
skins/larry/plugins/vcard_attachments/style.min.css
vendored
Normal file
1
skins/larry/plugins/vcard_attachments/style.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
p.vcardattachment{margin:8px;width:auto;background:#f9f9f9;border:1px solid #d3d3d3;position:relative}p.vcardattachment span{display:block;background:url(vcard_add_contact.png?v=3583.1859) 6px 2px 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:5px}a.listbutton.vcard .inner{background-position:center -2107px}.messagelist tbody tr .attachment span.attachment.vcard{background:url(vcard.png?v=2f38.493) 0 center no-repeat}ul.toolbarmenu li span.vcard{background:url(listicons.png?v=df9a.432) no-repeat 7px 0;background-position:0 -3px}
|
BIN
skins/larry/plugins/vcard_attachments/vcard.png
Normal file
BIN
skins/larry/plugins/vcard_attachments/vcard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 493 B |
BIN
skins/larry/plugins/vcard_attachments/vcard_add_contact.png
Normal file
BIN
skins/larry/plugins/vcard_attachments/vcard_add_contact.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user