Main theme for SuiteDesk
This commit is contained in:
parent
8cf3c56044
commit
42540d1310
185 changed files with 17597 additions and 0 deletions
16
themes/zuitedesk/css/extlink.css
Normal file
16
themes/zuitedesk/css/extlink.css
Normal 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;
|
||||
}
|
||||
}
|
Reference in a new issue