Closed Bug 547458 Opened 14 years ago Closed 14 years ago

Modern theme needs CSS for about:memory

Categories

(SeaMonkey :: Themes, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.1a1

People

(Reporter: neil, Assigned: InvisibleSmiley)

References

()

Details

(Keywords: modern)

Attachments

(1 file, 1 obsolete file)

Bug 520364 made it possible for themes to style about:memory
Attached patch patch (obsolete) — Splinter Review
I mostly just copy-pasted from mozilla/toolkit/components/aboutmemory/content/aboutMemory.css and Modern's about.css. I'm not a Modern expert.
Assignee: nobody → jh
Status: NEW → ASSIGNED
Attachment #441614 - Flags: review?(neil)
Attachment #441614 - Flags: review?(neil) → review+
Comment on attachment 441614 [details] [diff] [review]
patch

r=me with a couple of nits fixed.

>+h1 {
>+  font-weight: bold;
>+  font-size: x-large;
>+}
Probably unnecessary; see below.

>+h2 {
>+  margin-top: 0;
>+  font-weight: bold;
>+  font-size: large;
>+}
The font-weight is of course unnecessary, since all headers default to bold. I don't see any advantage in changing the default sizes either. We probably need to keep the zero top margin though.

>+.memOverview table {
>+  font-size: 120%;
>+}
about.css uses 110% for something similar.
Comment on attachment 441614 [details] [diff] [review]
patch

>+.memOverview table {
.memOverview > table
Attachment #441614 - Attachment is obsolete: true
Attachment #443202 - Flags: review+
Keywords: helpwanted
Comment on attachment 443202 [details] [diff] [review]
patch v2 [Checkin: comment 5]

http://hg.mozilla.org/comm-central/rev/475ee6344218
Attachment #443202 - Attachment description: patch v2 → patch v2 [Checkin: comment 5]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1a1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: