Closed
Bug 963731
Opened 11 years ago
Closed 11 years ago
Fix small OS X composer issues
Categories
(Thunderbird :: Theme, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 29.0
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(1 file)
4.16 KB,
patch
|
jsbruner
:
review+
jsbruner
:
ui-review+
|
Details | Diff | Splinter Review |
This bug is to fix small issues after bug 867161 on OS X.
- The addressing-widget has top-right and bottom-left a border-radius of 2px.
- The distance between msgIdentity, addressing-widgets and msgSubject aren't equal.
- The area (splitter) below the FormatToolbar is a bit tall.
Assignee | ||
Comment 1•11 years ago
|
||
This patch fixes the issues and changes to
#composeContentBox {
margin-right: -3px;
margin-left: -3px;
padding-right: 3px; <--
padding-left: 3px; <--
}
like we use on Linux and Windows to be here in synch on all platforms.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8365274 -
Flags: ui-review?(josiah)
Attachment #8365274 -
Flags: review?(josiah)
Comment 2•11 years ago
|
||
Comment on attachment 8365274 [details] [diff] [review]
patch
Review of attachment 8365274 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Thanks Richard!
Attachment #8365274 -
Flags: ui-review?(josiah)
Attachment #8365274 -
Flags: ui-review+
Attachment #8365274 -
Flags: review?(josiah)
Attachment #8365274 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 29.0
You need to log in
before you can comment on or make changes to this bug.
Description
•