Closed Bug 948274 Opened 11 years ago Closed 10 years ago

The top half of every page is gorp

Categories

(developer.mozilla.org Graveyard :: Design, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: db48x, Unassigned)

References

Details

Attachments

(2 files, 1 obsolete file)

Attached image gorp.png
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.
Depends on: 947835
Attached image removing the gorp is easy (obsolete) —
@-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; }
}
I tried to fix the size of the search box, but your javascript is dumb and gets in the way.
(fixed the screenshot, dunno how that happened)
Attachment #8345526 - Attachment is obsolete: true
Please submit a pull request @ https://github.com/mozilla/kuma
That said, a change like this would need to be approved by :mart3ll and/or :habber.
Flags: needinfo?(smartell)
Flags: needinfo?(hhabstritt.bugzilla)
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)
Blocks: 948763
No longer blocks: MDNPostLaunch
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: 10 years ago
Resolution: --- → WORKSFORME
Flags: needinfo?(smartell)
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: