Opened 15 years ago
Closed 11 years ago
#12789 closed defect (bug) (worksforme)
Inconsistent left or right margins on admin screens
Reported by: | scribu | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | |
Component: | Administration | Keywords: | |
Focuses: | ui | Cc: |
Description
There are a couple of admin screens where the screen icon is not aligned to the left of the content.
Attachments (6)
Change History (18)
#2
@
14 years ago
- Milestone changed from 3.0 to Future Release
- Priority changed from normal to low
- Severity changed from normal to minor
Incomplete patch, and the current patch for the dashboard will need to be confirmed for all browsers. (IE doesn't support adjacent selectors until v8 I think.) Very trivial, we can handle this in a future release.
#4
@
14 years ago
Adding fix for dashboard page. Left margin inconsistency on settings page is due to padding on the table cell for the label. I think that might be addressed in #16413. Also, the icon may never exactly match up since some of the images are skinnier than the div and have extra space on either side once in a while. Don't know if left-aligning that image would be a good idea though.
This patch also doesn't rely on the adjacent selector, so it works in versions of IE as well.
#8
@
13 years ago
- Summary changed from Inconsistent left margin on admin screens to Inconsistent left or right margins on admin screens
#9
@
13 years ago
Notice the misalignment between:
- the user avatar (2px)
- the help tab (-9px)
- the search button (-1px)
- the pagination button (-1px)
- the table
#10
@
12 years ago
- Component changed from UI to Administration
Going through old tickets. What still remains? I only see that the screen meta stuff isn't aligned on either side. Added a patch for that, since I was looking at it already.
dashboard CSS fix