Closed
Bug 416891
Opened 18 years ago
Closed 17 years ago
Change the width of the main div for wide-screen displays in about.css
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3 beta4
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
()
Details
Attachments
(1 file)
773 bytes,
patch
|
Gavin
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Spinoff from bug 372826 comment 17.
This can happen by using a percent value for max-width style on #aboutPageContainer. A patch to fix this is attached.
This patch adds the aboutPageWideContainer CSS class to about.css, so that pages which wish to use a wide-screen compatible styling (such as about:license and about:buildconfig in bug 372826) can use this style on their main <div> with id aboutPageContainer. This is done so that this patch doesn't have any impact on the current about: page.
Gavin: can you review this? It's pretty simple to review, and has no impact on the current chrome://global/skin/about.css usage.
Attachment #302670 -
Flags: review?(gavin.sharp)
Comment 1•18 years ago
|
||
What about pinstripe?
Assignee | ||
Comment 2•18 years ago
|
||
It picks this up from winstripe:
<http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/toolkit/themes/pinstripe/global/jar.mn&rev=1.38&mark=8>
Comment 3•18 years ago
|
||
Don't we just want this to apply to all about: pages? Which pages would it be unsuitable for?
Comment 4•18 years ago
|
||
> Don't we just want this to apply to all about: pages? Which pages would it be
> unsuitable for?
about: looks silly at max-width:80%. You can test that with Firebug.
Assignee | ||
Comment 5•18 years ago
|
||
Yes, that's exactly why I added the change to a separate class, after seeing what it makes about: look like. :-)
Updated•17 years ago
|
Attachment #302670 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 6•17 years ago
|
||
Comment on attachment 302670 [details] [diff] [review]
Patch (v1)
This is a simple change which doesn't have any side effect on the current code, and will be used in bug 372826 for example. Seeking approval.
Attachment #302670 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #302670 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 7•17 years ago
|
||
Checking in toolkit/themes/winstripe/global/about.css;
/cvsroot/mozilla/toolkit/themes/winstripe/global/about.css,v <-- about.css
new revision: 1.2; previous revision: 1.1
done
You need to log in
before you can comment on or make changes to this bug.
Description
•