Closed
Bug 1453761
Opened 7 years ago
Closed 7 years ago
Adjust font sizes, spacing, and font weights on about:preferences#home
Categories
(Firefox :: New Tab Page, enhancement, P1)
Firefox
New Tab Page
Tracking
()
Tracking | Status | |
---|---|---|
firefox61 | --- | verified |
People
(Reporter: k88hudson, Assigned: k88hudson)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The content section of the about:preferences#home needs some adjustments according to abenson
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → khudson
Blocks: 1432589
Severity: normal → enhancement
Iteration: --- → 61.3 - Apr 23
Priority: -- → P1
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8967496 -
Flags: review?(edilee)
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8967496 [details]
Bug 1453761 - Adjust font sizes, spacing, and font weights on about:preferences#home
https://reviewboard.mozilla.org/r/236154/#review241984
Potentially this patch would just add margin-top to #homepageAndNewWindowsOption and do the contents stuff from activity stream AboutPreferences css?
::: browser/components/preferences/in-content/home.xul:30
(Diff revision 1)
> data-l10n-id="home-restore-defaults"
> preference="pref.browser.homepage.disable_button.restore_default"/>
> </hbox>
> <description data-l10n-id="home-new-windows-tabs-description2" />
>
> - <groupbox>
> + <vbox class="subGroup">
Does there need to be a matching change for "contents" sub group just above the checkboxes? Although I see that there's the 0.9em for every checkbox being added instead of the 20px. It's intended that these are different?
Alternatively, if this is just for the dropdowns, could just set the margin-top on #homepageAndNewWindowsOption
::: browser/themes/shared/incontentprefs/preferences.inc.css:319
(Diff revision 1)
> + margin-top: 0.9em;
> +}
> +#homeContentsGroup [data-subcategory] > checkbox {
> + font-weight: 600;
> +}
> +#homeContentsGroup [data-subcategory] > vbox menulist {
Do we want these closer to the code that generates the content:
https://searchfox.org/mozilla-central/source/browser/extensions/activity-stream/lib/AboutPreferences.jsm#49-56
or I suppose that one rule could just move to this file… The intent to have it in the jsm was that there wouldn't need to be a separate m-c change.
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8967496 [details]
Bug 1453761 - Adjust font sizes, spacing, and font weights on about:preferences#home
https://reviewboard.mozilla.org/r/236154/#review242312
Attachment #8967496 -
Flags: review?(edilee) → review+
Pushed by khudson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb8002dda30c
Adjust font sizes, spacing, and font weights on about:preferences#home r=Mardak
Comment 7•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla/activity-stream
https://github.com/mozilla/activity-stream/commit/24e4f972e86fe3e05e0fef94fbadd6bc156350e0
Bug 1453761 - Make font size of option descriptions larger (design r=abenson)
https://github.com/mozilla/activity-stream/commit/484c03c13314e750c0896ecfc41e157d9af1cdaa
Merge pull request #4088 from k88hudson/stylefixesprefs
Bug 1453761 - Make font size of option descriptions larger
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Comment 10•7 years ago
|
||
The issue is no longer reproducible on the latest Nightly 61.0a1 on Windows 10, Mac 10.12.6 and Arch Linux x64.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•