mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +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:
parent
5f59532d6c
commit
a6b6a9766b
4 changed files with 24 additions and 15 deletions
|
@ -148,6 +148,7 @@ $app_map = array(
|
||||||
'phid' => array(9, 25),
|
'phid' => array(9, 25),
|
||||||
'diviner' => array(1, 35),
|
'diviner' => array(1, 35),
|
||||||
'repositories' => array(8, 13),
|
'repositories' => array(8, 13),
|
||||||
|
'phame' => array(8, 4),
|
||||||
);
|
);
|
||||||
|
|
||||||
$xadj = -1;
|
$xadj = -1;
|
||||||
|
|
|
@ -51,8 +51,8 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'/rsrc/image/autosprite.png' =>
|
'/rsrc/image/autosprite.png' =>
|
||||||
array(
|
array(
|
||||||
'hash' => '7b29558c2c67f5e667cc51b380a1795e',
|
'hash' => '72184117972407fe930910bee886fd21',
|
||||||
'uri' => '/res/7b29558c/rsrc/image/autosprite.png',
|
'uri' => '/res/72184117/rsrc/image/autosprite.png',
|
||||||
'disk' => '/rsrc/image/autosprite.png',
|
'disk' => '/rsrc/image/autosprite.png',
|
||||||
'type' => 'png',
|
'type' => 'png',
|
||||||
),
|
),
|
||||||
|
@ -657,7 +657,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'autosprite-css' =>
|
'autosprite-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/c6a807c2/rsrc/css/autosprite.css',
|
'uri' => '/res/17eb3f9b/rsrc/css/autosprite.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -300,50 +300,58 @@
|
||||||
background-position: 0px -3042px;
|
background-position: 0px -3042px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-file {
|
.app-phame-full {
|
||||||
background-position: 0px -3073px;
|
background-position: 0px -3073px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-phame {
|
||||||
|
background-position: 0px -3134px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-file {
|
||||||
|
background-position: 0px -3165px;
|
||||||
|
}
|
||||||
|
|
||||||
.action-fork {
|
.action-fork {
|
||||||
background-position: 0px -3090px;
|
background-position: 0px -3182px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-edit {
|
.action-edit {
|
||||||
background-position: 0px -3107px;
|
background-position: 0px -3199px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-0 {
|
.action-flag-0 {
|
||||||
background-position: 0px -3124px;
|
background-position: 0px -3216px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-1 {
|
.action-flag-1 {
|
||||||
background-position: 0px -3141px;
|
background-position: 0px -3233px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-2 {
|
.action-flag-2 {
|
||||||
background-position: 0px -3158px;
|
background-position: 0px -3250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-3 {
|
.action-flag-3 {
|
||||||
background-position: 0px -3175px;
|
background-position: 0px -3267px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-4 {
|
.action-flag-4 {
|
||||||
background-position: 0px -3192px;
|
background-position: 0px -3284px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-5 {
|
.action-flag-5 {
|
||||||
background-position: 0px -3209px;
|
background-position: 0px -3301px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-6 {
|
.action-flag-6 {
|
||||||
background-position: 0px -3226px;
|
background-position: 0px -3318px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-7 {
|
.action-flag-7 {
|
||||||
background-position: 0px -3243px;
|
background-position: 0px -3335px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flag-ghost {
|
.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 |
Loading…
Reference in a new issue