new reporting icons

This commit is contained in:
Andreas Moik
2016-11-23 13:46:43 +01:00
parent da1aedabcf
commit 53dc0f5771
6 changed files with 1345 additions and 4 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
.icon-fhc-chart{
background:url('../../../skin/images/Graphs_clip_art.svg') no-repeat center center;
background:url('../../../skin/images/Chart.svg') no-repeat center center;
background-size: 16px 16px;
}
.icon-fhc-report{
background:url('../../../skin/images/x-office-presentation.svg') no-repeat center center;
background:url('../../../skin/images/Report.svg') no-repeat center center;
background-size: 16px 16px;
}
.icon-fhc-statistik{
background:url('../../../skin/images/x-office-spreadsheet.svg') no-repeat center center;
background:url('../../../skin/images/Statistik.svg') no-repeat center center;
background-size: 16px 16px;
}