Rename series added

This commit is contained in:
Mark McDowall 2013-07-18 22:23:04 -07:00
commit 637b101975
13 changed files with 233 additions and 19 deletions

View file

@ -54,6 +54,15 @@
color : @errorText;
}
.icon-nd-spinner:before {
.icon(@spinner);
.icon-spin;
}
.icon-nd-rename:before {
.icon(@pencil)
}
.icon-nd-add:before {
.icon(@plus);
}