Closed
Bug 484374
Opened 16 years ago
Closed 16 years ago
groupbox.collapsable needs the adjustment of margin/padding
Categories
(Firefox :: Page Info Window, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3.5b4
People
(Reporter: spitfire.kuden, Assigned: robert.strong.bugs)
References
Details
(Keywords: fixed1.9.1, regression, Whiteboard: [polish-easy][polish-visual][polish-p3])
Attachments
(3 files, 2 obsolete files)
23.73 KB,
image/png
|
Details | |
1.10 KB,
patch
|
dao
:
review+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
214.21 KB,
image/png
|
Details |
Screenshot
Assignee | ||
Updated•16 years ago
|
Whiteboard: [polish-easy][polish-visual]
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → robert.bugzilla
Attachment #369019 -
Flags: review?(dao)
Assignee | ||
Comment 2•16 years ago
|
||
Reporter | ||
Comment 3•16 years ago
|
||
(In reply to comment #1)
> Created an attachment (id=369019) [details]
> patch rev1
This looks good.
Additionally, I think that here is also necessary.
(Because .caption-text has "margin: 0 2px".)
/* General Tab */
groupbox.collapsable caption .caption-icon {
width: 9px;
height: 9px;
background-repeat: no-repeat;
background-position: center;
- -moz-margin-start: 1px;
+ -moz-margin-start: 2px;
-moz-margin-end: 3px;
background-image: url("chrome://global/skin/tree/twisty-open.png");
}
Assignee | ||
Updated•16 years ago
|
Attachment #369019 -
Attachment is obsolete: true
Attachment #369019 -
Flags: review?(dao)
Assignee | ||
Comment 4•16 years ago
|
||
Thanks Kuden for catching that.
This should make all of the elements line up in the same way as they did previously
Attachment #369335 -
Flags: review?(dao)
Assignee | ||
Comment 5•16 years ago
|
||
Attachment #369020 -
Attachment is obsolete: true
Assignee | ||
Comment 6•16 years ago
|
||
Comment on attachment 369336 [details]
screenshots for comparison
The margin between the image and the caption is slightly less in the collapsed state but I think that is an improvement
Updated•16 years ago
|
Attachment #369335 -
Flags: review?(dao) → review+
Assignee | ||
Comment 7•16 years ago
|
||
Pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/6d6ffd1f9843
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•16 years ago
|
||
Comment on attachment 369335 [details] [diff] [review]
patch rev2
Drivers, this fixes the collapsible groupbox in page info (see screenshots for reference)
Attachment #369335 -
Flags: approval1.9.1?
Comment 9•16 years ago
|
||
Comment on attachment 369335 [details] [diff] [review]
patch rev2
a191=beltzner
Attachment #369335 -
Flags: approval1.9.1? → approval1.9.1+
Assignee | ||
Comment 10•16 years ago
|
||
Pushed to mozilla-1.9.1
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/7ae811884223
Keywords: fixed1.9.1
Target Milestone: --- → Firefox 3.5b4
Comment 11•16 years ago
|
||
This bug's priority relative to the set of other polish bugs is:
P3 - Polish issue that is in a secondary interface, occasionally encountered, or is not easily identifiable.
Whiteboard: [polish-easy][polish-visual] → [polish-easy][polish-visual][polish-p3]
You need to log in
before you can comment on or make changes to this bug.
Description
•