mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-25 06:50:55 +01:00
Add "download" icon to action list view icon list
Summary: See D3849. Test Plan: {F22492} Reviewers: btrahan, chad Reviewed By: btrahan CC: aran Maniphest Tasks: T1997 Differential Revision: https://secure.phabricator.com/D3850
This commit is contained in:
parent
9f51f1933f
commit
8e65a04d98
3 changed files with 35 additions and 30 deletions
|
@ -132,6 +132,7 @@ final class PhabricatorActionView extends AphrontView {
|
|||
public static function getAvailableIcons() {
|
||||
return array(
|
||||
'delete',
|
||||
'download',
|
||||
'edit',
|
||||
'file',
|
||||
'flag-0',
|
||||
|
|
|
@ -732,122 +732,126 @@
|
|||
background-position: 0px -7500px;
|
||||
}
|
||||
|
||||
.action-edit {
|
||||
.action-download {
|
||||
background-position: 0px -7517px;
|
||||
}
|
||||
|
||||
.action-file {
|
||||
.action-edit {
|
||||
background-position: 0px -7534px;
|
||||
}
|
||||
|
||||
.action-flag-0 {
|
||||
.action-file {
|
||||
background-position: 0px -7551px;
|
||||
}
|
||||
|
||||
.action-flag-1 {
|
||||
.action-flag-0 {
|
||||
background-position: 0px -7568px;
|
||||
}
|
||||
|
||||
.action-flag-2 {
|
||||
.action-flag-1 {
|
||||
background-position: 0px -7585px;
|
||||
}
|
||||
|
||||
.action-flag-3 {
|
||||
.action-flag-2 {
|
||||
background-position: 0px -7602px;
|
||||
}
|
||||
|
||||
.action-flag-4 {
|
||||
.action-flag-3 {
|
||||
background-position: 0px -7619px;
|
||||
}
|
||||
|
||||
.action-flag-5 {
|
||||
.action-flag-4 {
|
||||
background-position: 0px -7636px;
|
||||
}
|
||||
|
||||
.action-flag-6 {
|
||||
.action-flag-5 {
|
||||
background-position: 0px -7653px;
|
||||
}
|
||||
|
||||
.action-flag-7 {
|
||||
.action-flag-6 {
|
||||
background-position: 0px -7670px;
|
||||
}
|
||||
|
||||
.action-flag-ghost {
|
||||
.action-flag-7 {
|
||||
background-position: 0px -7687px;
|
||||
}
|
||||
|
||||
.action-fork {
|
||||
.action-flag-ghost {
|
||||
background-position: 0px -7704px;
|
||||
}
|
||||
|
||||
.action-move {
|
||||
.action-fork {
|
||||
background-position: 0px -7721px;
|
||||
}
|
||||
|
||||
.action-new {
|
||||
.action-move {
|
||||
background-position: 0px -7738px;
|
||||
}
|
||||
|
||||
.action-preview {
|
||||
.action-new {
|
||||
background-position: 0px -7755px;
|
||||
}
|
||||
|
||||
.action-subscribe-add {
|
||||
.action-preview {
|
||||
background-position: 0px -7772px;
|
||||
}
|
||||
|
||||
.action-subscribe-auto {
|
||||
.action-subscribe-add {
|
||||
background-position: 0px -7789px;
|
||||
}
|
||||
|
||||
.action-subscribe-delete {
|
||||
.action-subscribe-auto {
|
||||
background-position: 0px -7806px;
|
||||
}
|
||||
|
||||
.action-unpublish {
|
||||
.action-subscribe-delete {
|
||||
background-position: 0px -7823px;
|
||||
}
|
||||
|
||||
.action-world {
|
||||
.action-unpublish {
|
||||
background-position: 0px -7840px;
|
||||
}
|
||||
|
||||
.remarkup-assist-b {
|
||||
.action-world {
|
||||
background-position: 0px -7857px;
|
||||
}
|
||||
|
||||
.remarkup-assist-b {
|
||||
background-position: 0px -7874px;
|
||||
}
|
||||
|
||||
.remarkup-assist-code {
|
||||
background-position: 0px -7872px;
|
||||
background-position: 0px -7889px;
|
||||
}
|
||||
|
||||
.remarkup-assist-i {
|
||||
background-position: 0px -7887px;
|
||||
background-position: 0px -7904px;
|
||||
}
|
||||
|
||||
.remarkup-assist-image {
|
||||
background-position: 0px -7902px;
|
||||
background-position: 0px -7919px;
|
||||
}
|
||||
|
||||
.remarkup-assist-ol {
|
||||
background-position: 0px -7917px;
|
||||
background-position: 0px -7934px;
|
||||
}
|
||||
|
||||
.remarkup-assist-tag {
|
||||
background-position: 0px -7932px;
|
||||
background-position: 0px -7949px;
|
||||
}
|
||||
|
||||
.remarkup-assist-tt {
|
||||
background-position: 0px -7947px;
|
||||
background-position: 0px -7964px;
|
||||
}
|
||||
|
||||
.remarkup-assist-ul {
|
||||
background-position: 0px -7962px;
|
||||
background-position: 0px -7979px;
|
||||
}
|
||||
|
||||
.remarkup-assist-help {
|
||||
background-position: 0px -7977px;
|
||||
background-position: 0px -7994px;
|
||||
}
|
||||
|
||||
.remarkup-assist-table {
|
||||
background-position: 0px -7992px;
|
||||
background-position: 0px -8009px;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
Loading…
Reference in a new issue