Closed
Bug 270988
Opened 20 years ago
Closed 20 years ago
Menubar higlighting on Linux not centered
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jaap, Assigned: kevin)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041119 Firefox/1.0 (Debian package 1.0-3) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041119 Firefox/1.0 (Debian package 1.0-3) If you select an item in the menu bar on Linux the highlighting is not centered. See the attachment. The patch correct this problem Reproducible: Always Steps to Reproduce:
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
Comment on attachment 166594 [details] [diff] [review] The patch. BTW I picked up this change from Garrett LeSage's Industrial Firefox theme Kevin, this would be a good little tweak for GNOME :)
Attachment #166594 -
Flags: review?(webmail)
| Assignee | ||
Comment 5•20 years ago
|
||
menubar > menu {
- padding: 0px 6px 0px 4px;
+ padding: 0px 3px 0px 5px;
}
I'd prefer padding: 0 5px; just to make it even unless there's some other rule
pushing the padding out.| Reporter | ||
Comment 6•20 years ago
|
||
(In reply to comment #5) > menubar > menu { > - padding: 0px 6px 0px 4px; > + padding: 0px 3px 0px 5px; > } > > I'd prefer padding: 0 5px; just to make it even unless there's some other rule > pushing the padding out. If you do that the items in the menubar will be to far apart. My suggestion of padding: 0px 3px 0px 5px; seems to give the best result. The menu looks identical to for example the menu of a native gnome app such as app. I also tried padding: 0px 4px 0px 4px but then the spacing between items is too small.
Updated•20 years ago
|
Flags: blocking-aviary1.1?
| Assignee | ||
Comment 7•20 years ago
|
||
Here's what I checked in
===================================================================
RCS file: /cvsroot/mozilla/toolkit/themes/gnomestripe/global/menu.css,v
retrieving revision 1.7
diff -u -r1.7 menu.css
--- themes/gnomestripe/global/menu.css 18 Feb 2005 06:03:08 -0000 1.7
+++ themes/gnomestripe/global/menu.css 9 Mar 2005 21:38:58 -0000
@@ -70,7 +70,7 @@
}
menubar > menu {
- padding: 0px 6px 0px 4px;
+ padding: 0px 4px;
}
menubar > menu[_moz-menuactive="true"] {
@@ -141,7 +141,7 @@
}
.menubar-text {
- margin: 0px 2px 0px 0px !important;
+ margin: 0 1px !important;
color: inherit;
}
Assignee: firefox → webmail
Flags: blocking-aviary1.1?
| Assignee | ||
Updated•20 years ago
|
Attachment #166594 -
Flags: review?(webmail) → review-
| Assignee | ||
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•