Closed
Bug 1145372
Opened 8 years ago
Closed 8 years ago
The add to reading list url bar button is larger than the other url bar buttons
Categories
(Firefox Graveyard :: Reading List, defect)
Tracking
(firefox38 verified, firefox39 verified)
VERIFIED
FIXED
Firefox 39
People
(Reporter: florian, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
3.18 KB,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
The height/width of the add/remove icons for the readinglist were set to 16px in bug 1131457. The other toolbar buttons in the url bar have 14px icons. Also, currently we've got more whitespace between the 'add to read list' and 'reader mode' icon than between other url bar icons. On Mac the padding between the other icons is 3px (which is done by having padding start + padding end = 3px: http://mxr.mozilla.org/mozilla-central/source/browser/themes/osx/browser.css?rev=fcb1fc9a00e7#2408). Not requesting review yet because I need to check how things look on Windows/Linux.
Assignee | ||
Comment 1•8 years ago
|
||
This patch copies the padding values from the #urlbar > toolbarbutton rules of browser.css on the various platforms. I verified that it looks reasonable on Mac and Linux. The Linux and Windows values seem identical, so hopefully it'll be good there too :).
Assignee: nobody → florian
Attachment #8580303 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #8580314 -
Flags: review?(mhammond)
Updated•8 years ago
|
Attachment #8580314 -
Flags: review?(mhammond) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/cc408bbacbd9
Whiteboard: [fixed-in-fx-team]
Updated•8 years ago
|
https://hg.mozilla.org/mozilla-central/rev/cc408bbacbd9
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 39
Comment 4•8 years ago
|
||
Hi Florian, can you provide a point value.
Assignee | ||
Comment 5•8 years ago
|
||
Note for QA: verifying a build with this specific patch isn't useful, because the code to show this icon has just changed significantly again with bug 1145909.
Points: --- → 2
Flags: needinfo?(florian)
Comment 6•8 years ago
|
||
Verified fixed on Nightly 39.0a1 (2015-03-23), using Ubuntu 14.04 (x64), Mac OS X 10.9.5 and Windows 7 (x64). The Reading List button is displayed properly, smaller in size and padding - according to the specifications mentioned in Comment 0.
Status: RESOLVED → VERIFIED
Comment 7•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/73a88d5a05d3
status-firefox38:
--- → fixed
Comment 8•8 years ago
|
||
Verified fixed on Aurora 38.0a2 (2015-03-29) as well, using Windows 7 (x64), Ubuntu 14.04 (x64) and Mac OS X 10.9.5.
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•