Closed
Bug 406879
Opened 18 years ago
Closed 17 years ago
Page info permissions visual fix
Categories
(Firefox :: Page Info Window, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 406883
People
(Reporter: micmon, Unassigned)
Details
Attachments
(1 file)
|
144.90 KB,
image/png
|
Details |
Compare the "Feeds" tab in the Page Info dialog to the "Permissions" tab and you will notice the "Feeds" list looks much nicer and has better alignment. This makes a lot nicer permissions list:
#permPanel > #permList {
-moz-appearance: listbox !important; /* border look */
margin-left: 4px !important; /* +4 */
margin-right: 4px !important; /* +4 */
margin-bottom: 2px !important; /* +2 */
}
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Comment 2•18 years ago
|
||
I just realized the screenshot show a modified header. I will file this separately. But the original report applies nevertheless.
| Reporter | ||
Comment 3•17 years ago
|
||
I added this fix to the CSS fixes in bug 406883.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•