[Frontend] New symbols font and CSS adjustments

WTD-980
WTD-396
Changed glyph for stacked plots;
Normalized button line-heights and size of required symbol;
Updated symbol art in symbols font;
Restored mistakenly removed "menu" gesture to grid-item;
This commit is contained in:
Charles Hacskaylo
2015-06-24 11:42:29 -07:00
parent db3e132799
commit fdfa35d1da
14 changed files with 126 additions and 99 deletions

View File

@ -29,7 +29,7 @@ define(
var STACKED = {
key: "stacked",
name: "Stacked",
glyph: "8",
glyph: "m",
factory: PlotStackMode
},
OVERLAID = {