| Summary: | layout of "related pages" is off, other heading layout tweaks | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> | ||||
| Component: | Doc | Assignee: | Susan McCourt <susan> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | ken_walker, mamacdon | ||||
| Version: | 0.4 | Flags: | mamacdon:
review+
ken_walker: review+ |
||||
| Target Milestone: | 0.4 RC3 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Susan McCourt
The remote branch origin/css04RC3 contains some CSS and layout changes that I propose to make for 0.4 RC3. The changes address three bugs, as well as some styling/color issues Linda noticed while reviewing the implementation. this one (layout of related pages) bug 370841 - layout and appearance of slideout bug 371366 - cursor on close button Changes: ======== commands.css - fix command button colors so toolbars don't appear gray, fix the "temporary sprites" so that images are centered and don't have extra margins. This helps to fix the alignment of the favorite star in the banner. Add pointer to close sprite. ======== ide.css - add class "clear" to get layout blocks without margins, add a class for a menu in a slideout (used by find/replace), change font/layout/margins/hover appearance for slideout dismiss buttons, fix toolbar colors to not look gray, add margin to searchbox to align better with related pages. ======== commonHTMLFragments.js - use "clear" instead of "layoutBlock" to prevent double indent of title area ======== textSearcher.js - use "parametersMenu" instead of "commandImage" for options menu ======== parameterCollectors.js - remove "spacer" spans since CSS provides margins, switch to "close" icon instead of "delete", use text instead of icons for "More" and "Submit" Ken, Simon: ok to fix? Mark: can you review? to review effect of changes, look at: - layout of related pages, star, searchbox - alignment on left of page title/breadcrumb - find/replace slideout Created attachment 211350 [details]
Replace layout still a bit off?
Checked before and after and code, looks good. As a project lead I +1 these for RC3. My attachment is something else and will be resolved later. (In reply to comment #4) > Created attachment 211350 [details] > Replace layout still a bit off? I opened bug 372146 to capture the general problem. The find and replace slideouts are using a mix of generated content and command framework, so different styling is being mixed and matched. The long term solution is to fix some of the span nesting, etc. in these slideouts, or else support them officially. +1 here. pushed fix. 578e912f056d78f9b3193bd466bb0d35723d5295 |