[wp-trac] [WordPress Trac] #19386: Optimise post update screen for 960px wide
WordPress Trac
wp-trac at lists.automattic.com
Wed Nov 30 19:25:03 UTC 2011
#19386: Optimise post update screen for 960px wide
------------------------------+--------------------------
Reporter: chexee | Owner: koopersmith
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 3.3
Component: UI | Version: 3.3
Severity: normal | Resolution:
Keywords: has-patch commit |
------------------------------+--------------------------
Comment (by nacin):
Looks great. Suggestion 1:
{{{
.about-wrap .feature-section.images-stagger-right {
position: relative;
max-width: 1050px;
}
}}}
Prevents text lines from getting too terribly long.
Suggestion 2:
{{{
.about-wrap .feature-section.right-two-thirds .angled-right p {
margin-left: 290px;
}
}}}
This is based on 260px image + 2em right margin on `.about-wrap .feature-
section .angled-right img`. Probably better to convert that margin to
straight pixels unless there's a reason otherwise. Prevents the final line
from wrapping: http://cl.ly/1c1t3z3V090v2L0Z131m. Not too worrisome,
though.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19386#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list