Opened 14 years ago
Closed 14 years ago
#20366 closed defect (bug) (fixed)
Basic settings h4 icon one pixel off
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | minor | Version: | 3.4 |
| Component: | UI | Keywords: | ui-feedback has-patch |
| Focuses: | Cc: |
Description
Tested in Chrome, FF and Safari on my mac. See screenshot attached.
Quick fix to the css, change:
.welcome-panel h4 .icon16 {
margin-left: -32px;
}
to
.welcome-panel h4 .icon16 {
margin-left: -31px;
}
Attachments (2)
Change History (8)
#1
@
14 years ago
- Component changed from General to UI
- Milestone changed from Awaiting Review to 3.4
#3
@
14 years ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [20383]:
Note: See
TracTickets for help on using
tickets.
Shows the basic settings icon with the left side cut off by one pixel in Safari