1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/sprite-gradient.css
Chad Little 94d0704fdb Add objectheaders to new View
Summary: This adds the 'PHUIObjectBox' to nearly every place that should get it. I need to comb through Diffusion a little more. I've left Differential mostly alone, but may decide to do it anyways this weekend. I'm sure I missed something else, but these are easy enough to update.

Test Plan: tested each new layout.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D7162
2013-09-28 15:55:38 -07:00

52 lines
1,002 B
CSS

/**
* @provides sprite-gradient-css
* @generated
*/
.sprite-gradient, .phabricator-dark-menu .phui-list-item-type-label, .phabricator-side-menu .phui-list-item-type-label {
background-image: url(/rsrc/image/sprite-gradient.png);
background-repeat: repeat-x;
}
.gradient-blue-header {
background-position: 0px -83px;
}
.gradient-breadcrumbs {
background-position: 0px -51px;
}
.gradient-dark-grey-header {
background-position: 0px -154px;
}
.gradient-dark-menu-label, .phabricator-dark-menu .phui-list-item-type-label {
background-position: 0px -25px;
}
.gradient-green-header {
background-position: 0px -225px;
}
.gradient-grey-header {
background-position: 0px -296px;
}
.gradient-lightblue-header {
background-position: 0px -509px;
}
.gradient-menu-label, .phabricator-side-menu .phui-list-item-type-label {
background-position: 0px 0px;
}
.gradient-red-header {
background-position: 0px -367px;
}
.gradient-yellow-header {
background-position: 0px -438px;
}