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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 803 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 819 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

View file

@ -193,6 +193,19 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
width: auto;
}
.delete-root {
color: red;
}
.delete-root:before {
vertical-align: middle !important;
}
.delete-root:hover {
cursor: pointer !important;
}
/* Local Series Search */
#localSeriesLookup
{
width: 220px;

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;
}