1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-21 22:32:41 +01:00

Generate Releeph GLYPHICON

Summary: Generate a gunsights stylesheet entry for use in Releeph.

Test Plan: None!

Reviewers: edward

Reviewed By: edward

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3773
This commit is contained in:
epriestley 2012-10-21 15:56:17 -07:00
parent a3ffab6205
commit 96b5d0e74a
4 changed files with 113 additions and 92 deletions

View file

@ -179,6 +179,7 @@ $app_map = array(
'repositories' => array(8, 13),
'phame' => array(8, 4),
'macro' => array(0, 31),
'releeph' => array(5, 18),
);
$xadj = -1;

View file

@ -51,8 +51,8 @@ celerity_register_resource_map(array(
),
'/rsrc/image/autosprite.png' =>
array(
'hash' => 'c469fe5678bfa68660c6ad5b074b0163',
'uri' => '/res/c469fe56/rsrc/image/autosprite.png',
'hash' => '54fb08e017b4cb0045c7d8595e5deb88',
'uri' => '/res/54fb08e0/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/052da364/rsrc/css/autosprite.css',
'uri' => '/res/1830551a/rsrc/css/autosprite.css',
'type' => 'css',
'requires' =>
array(

View file

@ -688,126 +688,146 @@
background-position: 0px -7039px;
}
.action-file {
.app-releeph-large {
background-position: 0px -7070px;
}
.action-fork {
background-position: 0px -7087px;
.device-desktop .phabricator-application-launch-container:hover .app-releeph-large /* hover */ {
background-position: 0px -7131px;
}
.action-edit {
background-position: 0px -7104px;
.app-releeph {
background-position: 0px -7192px;
}
.action-flag-0 {
background-position: 0px -7121px;
}
.action-flag-1 {
background-position: 0px -7138px;
}
.action-flag-2 {
background-position: 0px -7155px;
}
.action-flag-3 {
background-position: 0px -7172px;
}
.action-flag-4 {
background-position: 0px -7189px;
}
.action-flag-5 {
background-position: 0px -7206px;
}
.action-flag-6 {
.device-desktop .app-releeph:hover {
background-position: 0px -7223px;
}
.app-releeph-selected {
background-position: 0px -7254px;
}
.action-file {
background-position: 0px -7285px;
}
.action-fork {
background-position: 0px -7302px;
}
.action-edit {
background-position: 0px -7319px;
}
.action-flag-0 {
background-position: 0px -7336px;
}
.action-flag-1 {
background-position: 0px -7353px;
}
.action-flag-2 {
background-position: 0px -7370px;
}
.action-flag-3 {
background-position: 0px -7387px;
}
.action-flag-4 {
background-position: 0px -7404px;
}
.action-flag-5 {
background-position: 0px -7421px;
}
.action-flag-6 {
background-position: 0px -7438px;
}
.action-flag-7 {
background-position: 0px -7240px;
background-position: 0px -7455px;
}
.action-flag-ghost {
background-position: 0px -7257px;
}
.action-subscribe-auto {
background-position: 0px -7274px;
}
.action-subscribe-add {
background-position: 0px -7291px;
}
.action-subscribe-delete {
background-position: 0px -7308px;
}
.action-new {
background-position: 0px -7325px;
}
.action-world {
background-position: 0px -7342px;
}
.action-delete {
background-position: 0px -7359px;
}
.action-move {
background-position: 0px -7376px;
}
.action-preview {
background-position: 0px -7393px;
}
.action-unpublish {
background-position: 0px -7410px;
}
.remarkup-assist-b {
background-position: 0px -7427px;
}
.remarkup-assist-code {
background-position: 0px -7442px;
}
.remarkup-assist-i {
background-position: 0px -7457px;
}
.remarkup-assist-image {
background-position: 0px -7472px;
}
.action-subscribe-auto {
background-position: 0px -7489px;
}
.action-subscribe-add {
background-position: 0px -7506px;
}
.action-subscribe-delete {
background-position: 0px -7523px;
}
.action-new {
background-position: 0px -7540px;
}
.action-world {
background-position: 0px -7557px;
}
.action-delete {
background-position: 0px -7574px;
}
.action-move {
background-position: 0px -7591px;
}
.action-preview {
background-position: 0px -7608px;
}
.action-unpublish {
background-position: 0px -7625px;
}
.remarkup-assist-b {
background-position: 0px -7642px;
}
.remarkup-assist-code {
background-position: 0px -7657px;
}
.remarkup-assist-i {
background-position: 0px -7672px;
}
.remarkup-assist-image {
background-position: 0px -7687px;
}
.remarkup-assist-ol {
background-position: 0px -7487px;
background-position: 0px -7702px;
}
.remarkup-assist-tag {
background-position: 0px -7502px;
background-position: 0px -7717px;
}
.remarkup-assist-tt {
background-position: 0px -7517px;
background-position: 0px -7732px;
}
.remarkup-assist-ul {
background-position: 0px -7532px;
background-position: 0px -7747px;
}
.remarkup-assist-help {
background-position: 0px -7547px;
background-position: 0px -7762px;
}
.remarkup-assist-table {
background-position: 0px -7562px;
background-position: 0px -7777px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 147 KiB