Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Adding Sign Out, Applicants, and Spam sprites to sprites.css

I noticed that the 3 items mentioned in the title do not show up in the Me Module drop-down. I've added the following to sprites.css to fix that.

Added to the end of the main sprite class list:

.SpSignOut,
.SpApplicants,
.SpSpam,

Added to the bottom of the file in the individual sprite class definitions:

.SpSignOut { background-position: -294px -101px; }
.SpApplicants { background-position: -294px -29px; }
.SpSpam { background-position: -342px -5px; }

Comments

Sign In or Register to comment.