msp: use icon from the MSP graphic kit to render the MSP strongbox button

This commit is contained in:
Benjamin Dauvergne 2013-10-25 23:34:29 +02:00
parent c72beda051
commit 082a174080
2 changed files with 9 additions and 0 deletions

BIN
theme/joindre_document.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -1048,3 +1048,12 @@ table#strongbox-items tr.even {
table#strongbox-items tr.odd {
background: #eeeeee;
}
.use-file-from-msp span {
display: block;
text-indent: -9999px;
width: 215px;
height: 70px;
background: url(joindre_document.jpg);
cursor: pointer;
}