blue icon on mindmap list

This commit is contained in:
Ezequiel Bergamaschi 2014-01-19 21:39:54 -03:00 committed by Ezequiel Bergamaschi
parent 0933786525
commit 871d89a304
4 changed files with 6 additions and 2 deletions

View File

@ -1771,6 +1771,10 @@ table .span24 {
background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-blue {
background-image: url("../img/glyphicons-halflings-blue.png");
}
.icon-glass {
background-position: 0 0;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -58,7 +58,7 @@
bUseRendered:false,
mDataProp:"title",
fnRender:function (obj) {
return '<span class="icon-file"></span>' + '<a href="c/maps/' + obj.aData.id + '/edit">' + $('<span></span>').text(obj.aData.title).html() + '</a>';
return '<span class="icon-file icon-blue"></span>' + '<a href="c/maps/' + obj.aData.id + '/edit">' + $('<span></span>').text(obj.aData.title).html() + '</a>';
}
},
{