Change icons to Creative Commons Attribution 3.0 licensed ones

This commit is contained in:
Johan Tibell 2012-04-03 18:27:06 -07:00
parent 3a246d6bba
commit c9ad661d7c
7 changed files with 6 additions and 16 deletions

View file

@ -1,13 +1,3 @@
Icon: assets/graph-icon.png
Author: Dirceu Veiga
URL: http://www.fasticon.com/freeware/comic-ipad-icons/
LICENSE:
All Icons on the FastIcon “Download” page are Freeware for Personal Use.
However, if you want to use these icons in your project, software,
application or website, you need to pay US$ 24 per icon set.
Icon: assets/dialog_close.png
Author: Silvestre Herrera
URL: http://www.softicons.com/free-icons/toolbar-icons/gion-icons-by-silvestre-herrera/actions-dialog-close-icon
LICENSE: GPL-2
Icons: assets/chart_line_add.png assets/cross.png
URL: http://www.fatcow.com/free-icons
LICENSE: Creative Commons Attribution 3.0 License

BIN
assets/chart_line_add.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

BIN
assets/cross.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 B

View file

@ -197,7 +197,7 @@ $(document).ready(function () {
$("#plots:last").append(
'<div id="' + key + '-plot" class="plot-container">' +
'<img src="dialog_close.png" class="close-button"><h3>' + key +
'<img src="cross.png" class="close-button"><h3>' + key +
'</h3><div class="plot"></div></div>');
var plot = $("#plots > .plot-container:last > div");
var observer = addPlot(plot,
@ -234,7 +234,7 @@ $(document).ready(function () {
// Add UI element
table.find("tbody:last").append(
'<tr><td>' + key +
' <img src="graph-icon.png" class="graph-button"' +
' <img src="chart_line_add.png" class="graph-button"' +
' width="16" height="16"' +
' alt="Add graph" title="Add graph"></td>' +
'<td class="value">N/A</td></tr>');

View file

@ -16,7 +16,7 @@ cabal-version: >=1.6
data-files: assets/index.html assets/monitor.js assets/monitor.css
assets/jquery.flot.min.js assets/jquery-1.6.4.min.js
assets/bootstrap-1.4.0.min.css
assets/dialog_close.png assets/graph-icon.png
assets/chart_line_add.png assets/cross.png
library
exposed-modules: System.Remote.Counter