mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
34fb98da66
Summary: Cleans up spacing, updates to fonts instead of images. Fixed some mobile issues. Test Plan: Test with and without counts on desktop, tablet, mobile. Test layout in FF, Chrome, IE. {F246745} {F246746} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10948
31 lines
579 B
CSS
31 lines
579 B
CSS
/**
|
|
* @provides sprite-menu-css
|
|
* @generated
|
|
*/
|
|
|
|
.sprite-menu {
|
|
background-image: url(/rsrc/image/sprite-menu.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
@media
|
|
only screen and (min-device-pixel-ratio: 1.5),
|
|
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
.sprite-menu {
|
|
background-image: url(/rsrc/image/sprite-menu-X2.png);
|
|
background-size: 97px 100px;
|
|
}
|
|
}
|
|
|
|
|
|
.phabricator-crumb-divider {
|
|
background-position: 0px -27px;
|
|
}
|
|
|
|
.phabricator-main-menu-logo {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.phabricator-main-menu-eye {
|
|
background-position: 0px -59px;
|
|
}
|