Closed
Bug 948274
Opened 11 years ago
Closed 11 years ago
The top half of every page is gorp
Categories
(developer.mozilla.org Graveyard :: Design, defect)
developer.mozilla.org Graveyard
Design
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: db48x, Unassigned)
References
Details
Attachments
(2 files, 1 obsolete file)
This puts the title of the page in the middle of the screen. Then there's some more gorp before getting to the stuff I came to read which starts three-quarters of the way down.
There's just far too much space between elements of the page, and too many things stacked up vertically.
Reporter | ||
Comment 1•11 years ago
|
||
@-moz-document domain(developer.mozilla.org) {
.redesign-beta-notice { display: none !important; }
header { border-top: none !important; }
#tabzilla { display: none !important; }
.header-login { float: right !important;
margin-top: 17px !important;
margin-left: 11px !important;
margin-right: -18px !important; }
.user-state { position: static !important; }
#main-nav ul { margin: 13px 0 13px 20px !important; }
#main-nav li { display: none !important; }
#main-nav li.main-nav-search { display: inline-block !important; }
#content > .center { padding-top: 4px !important; }
.crumbs { margin-bottom: 0 !important; }
h1 { margin-bottom: 0 !important; }
.offline-notice { position: absolute !important;
right: 0 !important; }
#toc { margin: 0 !important; padding: 15px !important; }
#toc > .title { display: none !important; }
#toc > .toggle-container { display: block !important; }
#wiki-right { float: right !important;
margin-left: 20px !important; }
.standardNote, .notice { display: flex !important; }
.jsMinVerHeader { clear: right !important;
float: right !important; }
p:empty { display: none !important; }
#wiki-content { padding-bottom: 4px !important; }
.wiki-block { padding-top: 0 !important; }
footer { padding-top: 0 !important; }
}
Reporter | ||
Comment 2•11 years ago
|
||
I tried to fix the size of the search box, but your javascript is dumb and gets in the way.
Reporter | ||
Comment 3•11 years ago
|
||
(fixed the screenshot, dunno how that happened)
Attachment #8345526 -
Attachment is obsolete: true
Comment 4•11 years ago
|
||
Please submit a pull request @ https://github.com/mozilla/kuma
Comment 5•11 years ago
|
||
That said, a change like this would need to be approved by :mart3ll and/or :habber.
Flags: needinfo?(smartell)
Flags: needinfo?(hhabstritt.bugzilla)
Comment 6•11 years ago
|
||
Excess space is a common theme we are seeing in our feedback, so we'll be sure to address it. We will address all space related issues as a whole since addressing it in a single place will not take into account the template across all MDN pages. Thanks for the feedback and idea of how to fit it!
Flags: needinfo?(hhabstritt.bugzilla)
Updated•11 years ago
|
Comment 7•11 years ago
|
||
We've removed 40px from the top of the site, and the rest of your changes (i.e. hiding the menu) isn't something we want to do at this time, but we will keep this ticket in mind for a next round of updates.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Flags: needinfo?(smartell)
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•