1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/resources/sprite/manifest/buttonbar.json
Chad Little a4529b4e60 ProjectView improvements
Summary: Simplified header, added Workboard button and icon, moved Maniphest actions to "Open Tasks" Object Box. Reduced actions by 3.

Test Plan: Test a number of project pages, looks better, cleaner.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8219
2014-02-13 14:36:49 -08:00

51 lines
1.8 KiB
JSON

{
"version" : 1,
"sprites" : {
"buttonbar-calendar" : {
"name" : "buttonbar-calendar",
"rule" : ".buttonbar-calendar",
"hash" : "51aed380faf290dab35d736a92d15aba"
},
"buttonbar-chevron-left" : {
"name" : "buttonbar-chevron-left",
"rule" : ".buttonbar-chevron-left",
"hash" : "24e52c724c85eb313e19ecd222be73b5"
},
"buttonbar-chevron-right" : {
"name" : "buttonbar-chevron-right",
"rule" : ".buttonbar-chevron-right",
"hash" : "9bbe40f752ee650646021b348b2971a9"
},
"buttonbar-cog" : {
"name" : "buttonbar-cog",
"rule" : ".buttonbar-cog",
"hash" : "1c816c27b8d7b6bffe5e32ba716e5930"
},
"buttonbar-home" : {
"name" : "buttonbar-home",
"rule" : ".buttonbar-home",
"hash" : "3ab3bfd5bf3c1ba0a422c200a70578d5"
},
"buttonbar-pencil" : {
"name" : "buttonbar-pencil",
"rule" : ".buttonbar-pencil",
"hash" : "17d42be118aa21bc154b3f7da3faf7cb"
},
"buttonbar-time" : {
"name" : "buttonbar-time",
"rule" : ".buttonbar-time",
"hash" : "1355aa26ecd63e76a59352aba95e54ad"
},
"buttonbar-workboard" : {
"name" : "buttonbar-workboard",
"rule" : ".buttonbar-workboard",
"hash" : "fab3db9da0a6b14d8517c6c9868b30f7"
}
},
"scales" : [
1,
2
],
"header" : "\/**\n * @provides sprite-buttonbar-css\n * @generated\n *\/\n\n.sprite-buttonbar {\n background-image: url(\/rsrc\/image\/sprite-buttonbar.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-buttonbar {\n background-image: url(\/rsrc\/image\/sprite-buttonbar-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
"type" : "standard"
}