Main theme for SuiteDesk

This commit is contained in:
Manuel Cillero 2017-07-25 13:57:02 +02:00
parent 8cf3c56044
commit 42540d1310
185 changed files with 17597 additions and 0 deletions

View file

@ -0,0 +1,16 @@
span.ext {
background: url(../images/extlink.png) right center no-repeat;
padding-right: 12px;
}
span.mailto {
background: url(../images/mailto.png) right center no-repeat;
padding-right: 12px;
}
/* Hide the extra spans when printing. */
@media print {
span.ext, span.mailto {
display: none;
padding: 0;
}
}