1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 08:12:40 +01:00

Make star application icon available for Phame

Summary: See D3579.

Test Plan: Looked at sprite map, saw open-star.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D3583
This commit is contained in:
epriestley 2012-10-01 13:53:16 -07:00
parent 5f59532d6c
commit a6b6a9766b
4 changed files with 24 additions and 15 deletions

View file

@ -148,6 +148,7 @@ $app_map = array(
'phid' => array(9, 25),
'diviner' => array(1, 35),
'repositories' => array(8, 13),
'phame' => array(8, 4),
);
$xadj = -1;

View file

@ -51,8 +51,8 @@ celerity_register_resource_map(array(
),
'/rsrc/image/autosprite.png' =>
array(
'hash' => '7b29558c2c67f5e667cc51b380a1795e',
'uri' => '/res/7b29558c/rsrc/image/autosprite.png',
'hash' => '72184117972407fe930910bee886fd21',
'uri' => '/res/72184117/rsrc/image/autosprite.png',
'disk' => '/rsrc/image/autosprite.png',
'type' => 'png',
),
@ -657,7 +657,7 @@ celerity_register_resource_map(array(
),
'autosprite-css' =>
array(
'uri' => '/res/c6a807c2/rsrc/css/autosprite.css',
'uri' => '/res/17eb3f9b/rsrc/css/autosprite.css',
'type' => 'css',
'requires' =>
array(

View file

@ -300,50 +300,58 @@
background-position: 0px -3042px;
}
.action-file {
.app-phame-full {
background-position: 0px -3073px;
}
.app-phame {
background-position: 0px -3134px;
}
.action-file {
background-position: 0px -3165px;
}
.action-fork {
background-position: 0px -3090px;
background-position: 0px -3182px;
}
.action-edit {
background-position: 0px -3107px;
background-position: 0px -3199px;
}
.action-flag-0 {
background-position: 0px -3124px;
background-position: 0px -3216px;
}
.action-flag-1 {
background-position: 0px -3141px;
background-position: 0px -3233px;
}
.action-flag-2 {
background-position: 0px -3158px;
background-position: 0px -3250px;
}
.action-flag-3 {
background-position: 0px -3175px;
background-position: 0px -3267px;
}
.action-flag-4 {
background-position: 0px -3192px;
background-position: 0px -3284px;
}
.action-flag-5 {
background-position: 0px -3209px;
background-position: 0px -3301px;
}
.action-flag-6 {
background-position: 0px -3226px;
background-position: 0px -3318px;
}
.action-flag-7 {
background-position: 0px -3243px;
background-position: 0px -3335px;
}
.action-flag-ghost {
background-position: 0px -3260px;
background-position: 0px -3352px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 109 KiB