Removed extraneous icons

Font Awesomed AddSeries
Font Awesomed gritter
This commit is contained in:
Mark McDowall 2012-10-11 10:25:31 -07:00
commit a3d4b7ed82
36 changed files with 50 additions and 37 deletions

View file

@ -72,6 +72,16 @@
border-color: rgb(212, 44, 44);
}
.gritter-success .gritter-icon
{
color: rgb(100, 135, 46);
}
.gritter-fail .gritter-icon
{
color: rgb(212, 44, 44);
}
.hover .gritter-item
{
background-position: right -40px;
@ -116,3 +126,9 @@
width: 220px;
float: right;
}
.gritter-icon {
font-size: 50px;
float: left;
line-height: 35px;
}