Ticket #6036 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Give .wrap a max-width

Reported by: iammattthomas Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: General Version: 2.5
Severity: normal Keywords: has-patch
Cc:

Description

Let's make everyone happy here. Setting a max-width on .wrap at 960px, so now the page fits on a 800x600 screen, but doesn't get overly-wide on a high-res screen.

Changes to .submitbox necessary as a result, now floated instead of positioned absolute; new containing div around main Post page column to keep it from overlapping submitbox.

Also set a max-width and word-wrap on the .comment column on the Comments page; this keeps overly-long words from breaking layout (for the one browser that supports it currently, anyway).

Attachments

6036.diff (1.4 kB) - added by iammattthomas on 02/28/08 22:49:57.

Change History

02/28/08 22:49:57 changed by iammattthomas

  • attachment 6036.diff added.

02/29/08 08:08:17 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [7101]) Set max width on .wrap. Props mt. fixes #6036

02/29/08 08:09:36 changed by ryan

I added post-body to the edit page and link forms. Note that since the edit link form doesn't have a postarea for the editor, it doesn't have a min width constraint to prevent the submitbox from overlapping the left side when the browser is sized down.