Use sprites for all the menu icons

Summary:
See D3277, D3278.

  - Sprite all the menu icons.
  - Delete the unsprited versions.
  - Notification bolt now uses the same style as everything else.

Test Plan: Looked at page, hovered, clicked things.

Reviewers: btrahan, chad, vrana

Reviewed By: vrana

CC: aran

Maniphest Tasks: T1569

Differential Revision: https://secure.phabricator.com/D3279
This commit is contained in:
epriestley
2012-08-14 14:20:01 -07:00
parent 27b86d5132
commit 47b96fdebe
30 changed files with 25 additions and 199 deletions

View File

@@ -61,7 +61,7 @@ $sheet->addCSSHeader(<<<EOCSS
*/
.autosprite {
background-image: url(/rsrc/image/autosprite.png);
background-image: url(/rsrc/images/autosprite.png);
background-repeat: no-repeat;
}
EOCSS