Remove support for custom logos
Summary: - These don't fit anywhere in the new design. - Even if we figure out how to fit them in, 220px logos definitely won't fit on the 320px iPhone screen so anyone who has a custom logo will have to rework them anyway. - Kill it for now, and once we get the new design in and working maybe we can restore it somehow. Test Plan: Loaded local install, no logo. Grepped for config. Reviewers: btrahan, vrana Reviewed By: vrana CC: aran Maniphest Tasks: T1569 Differential Revision: https://secure.phabricator.com/D3101
This commit is contained in:
@@ -53,10 +53,6 @@
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.phabricator-logo-with-custom {
|
||||
width: 440px;
|
||||
}
|
||||
|
||||
.phabricator-logo a {
|
||||
display: block;
|
||||
width: 220px;
|
||||
@@ -65,10 +61,6 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.phabricator-logo a.logo-custom {
|
||||
position: absolute;
|
||||
background: url(/rsrc/image/custom/custom.png) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.phabricator-logo a.logo-standard {
|
||||
background: url(/rsrc/image/phabricator_logo.png) no-repeat -220px 0;
|
||||
@@ -78,20 +70,10 @@
|
||||
background-image: url(/rsrc/image/phabricator_logo_admin.png);
|
||||
}
|
||||
|
||||
.phabricator-logo-with-custom a.logo-standard {
|
||||
padding-left: 220px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.phabricator-logo a.logo-standard:hover {
|
||||
background-position: -220px -40px;
|
||||
}
|
||||
|
||||
.phabricator-logo a.logo-custom:hover,
|
||||
.phabricator-logo-with-custom a.logo-standard:hover {
|
||||
background-position: 0 -40px;
|
||||
}
|
||||
|
||||
.phabricator-primary-navigation td {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user