Closed
Bug 510159
Opened 17 years ago
Closed 17 years ago
Cleanup CSS fonts for preferences and move some CSS presentation rules into the right file
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file, 1 obsolete file)
|
7.47 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
On hildon, the preferences panel fonts are not sized relative to the right core font-size. Changing to use :root for the font styles fixes that.
Some of the styles in chrome/content/browser.css are presentational, not just for bindings. Those need to be moved to themes/hildon/platform.css and themes/wince/platform.css
We need to settle on percentages or points for fonts, but that's a different bug.
Attachment #394221 -
Flags: review?(21)
Comment 1•17 years ago
|
||
Mark, can we also remove all the #browser-container rules in chrome/content/browser.css since these are unused now?
#browser-container > * {
-moz-stack-sizing: ignore;
}
#browser-container > spacer {
width: 1px;
height: 1px;
}
| Assignee | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Mark, can we also remove all the #browser-container rules in
> chrome/content/browser.css since these are unused now?
>
> #browser-container > * {
> -moz-stack-sizing: ignore;
> }
>
> #browser-container > spacer {
> width: 1px;
> height: 1px;
> }
Yes, I can remove those
| Assignee | ||
Comment 3•17 years ago
|
||
same as previous but removes extra unused rules
Attachment #394221 -
Attachment is obsolete: true
Attachment #394426 -
Flags: review?(21)
Attachment #394221 -
Flags: review?(21)
Attachment #394221 -
Flags: review?(21) → review+
Comment 4•17 years ago
|
||
Comment on attachment 394221 [details] [diff] [review]
patch
nit: remove these rules too :)
Attachment #394426 -
Flags: review?(21) → review+
| Assignee | ||
Comment 5•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•