Closed
Bug 304235
Opened 20 years ago
Closed 20 years ago
Notification bar and tab bar close [X] buttons are misaligned vertically...
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: BoxerBoi76, Assigned: kevin)
References
()
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050810 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050810 Firefox/1.0+
Notification bar and tab bar close [X] buttons are misaligned vertically.
Reproducible: Always
Steps to Reproduce:
1) Launch FF (Latest build)
2) Ensure that the "info message" is shown when when pop-up's are blocked
3) Navigate to any site
4) Load another tab and navigate to http://www.cnn.com/ (Verify that pop-up's
aren't being blocked)
5) You should see that the close [X] buttons are not aligned vertically!
Actual Results:
Notification bar and tab bar close [X] buttons are misaligned vertically.
Expected Results:
Notification bar and tab bar close [X] buttons are aligned vertically.
I use the following code to correct this:
/* Fix close [x] bar alignment */
browsermessage,
messageImage,
messageButton,
.tabs-closebutton {
margin-right: -3px !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
}
Updated•20 years ago
|
Assignee: nobody → kevin
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Updated•20 years ago
|
Due to the tab bar [x] changes this is no longer an issue.
Bryan
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•