Closed
Bug 1133246
Opened 10 years ago
Closed 10 years ago
Buttons aren't aligned properly with content on about pages using info-pages.css
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: ntim, Assigned: tvaleev, Mentored)
References
Details
(Whiteboard: [good first bug][lang=css])
Attachments
(1 file, 1 obsolete file)
768 bytes,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
The following code fixes the issue :
.button-container > button:first-child {
-moz-margin-start: 0;
}
Reporter | ||
Updated•10 years ago
|
Mentor: ntim007
Whiteboard: [good first bug][lang=css]
Reporter | ||
Comment 1•10 years ago
|
||
The code mentioned earlier needs to be added to toolkit/themes/shared/in-content/info-pages.inc.css
Comment 2•10 years ago
|
||
Hi,I'm new to open source and would like to work on it!How do I get started?
Thanks!
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to ANKIT JENA from comment #2)
> Hi,I'm new to open source and would like to work on it!How do I get started?
> Thanks!
Thanks for your interest !
You can get started by setting up your build environment, you can take a look at the documentation [0], or watch the video tutorials [1].
Once you've done so, generate a patch file that adds the code mentioned in comment #0 inside toolkit/themes/shared/in-content/info-pages.inc.css.
If you need help, you can join #introduction on IRC.
[0] : https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions
[1] : http://codefirefox.com
Assignee | ||
Comment 4•10 years ago
|
||
Hi. I'm new in firefox development process. So I create the patch. Please check it.
Reporter | ||
Comment 5•10 years ago
|
||
Comment on attachment 8564914 [details] [diff] [review]
buttons_aligned_v0.1.patch
Review of attachment 8564914 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch, looks good to me !
::: toolkit/themes/shared/in-content/info-pages.inc.css
@@ +85,5 @@
> tree {
> min-height: 12em;
> margin-top: 1.2em;
> width: 100%;
> +}
This blank line change isn't needed. Please restore the new line here.
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → tvaleev
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•10 years ago
|
||
I created new patch that delete new line symbol in the end of css file. Is it right?
Attachment #8564914 -
Attachment is obsolete: true
Reporter | ||
Comment 7•10 years ago
|
||
Comment on attachment 8564936 [details] [diff] [review]
buttons_aligned_v0.2.patch
Review of attachment 8564936 [details] [diff] [review]:
-----------------------------------------------------------------
Yes, thanks. Asking review from someone who has review powers.
Attachment #8564936 -
Flags: review?(jaws)
Updated•10 years ago
|
Attachment #8564936 -
Flags: review?(jaws) → review+
Reporter | ||
Updated•10 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 8•10 years ago
|
||
Your patch will be checked in, and once it lands on mozilla-central, it will appear on nightly the next day. :)
Comment 9•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [good first bug][lang=css] → [good first bug][lang=css][fixed-in-fx-team]
Comment 10•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [good first bug][lang=css][fixed-in-fx-team] → [good first bug][lang=css]
Target Milestone: --- → Firefox 38
You need to log in
before you can comment on or make changes to this bug.
Description
•