Make WordPress Core

Opened 14 years ago

Closed 10 years ago

#12789 closed defect (bug) (worksforme)

Inconsistent left or right margins on admin screens

Reported by: scribu's profile 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)

dashboard.jpg (22.3 KB) - added by scribu 14 years ago.
settings.jpg (20.2 KB) - added by scribu 14 years ago.
12789.diff (1.3 KB) - added by scribu 14 years ago.
dashboard CSS fix
12789-new.diff (357 bytes) - added by andrewryno 13 years ago.
list-table.png (13.5 KB) - added by scribu 12 years ago.
12789.2.diff (508 bytes) - added by helenyhou 11 years ago.

Download all attachments as: .zip

Change History (18)

@scribu
14 years ago

@scribu
14 years ago

#1 @scribu
14 years ago

  • Keywords has-patch needs-testing added

@scribu
14 years ago

dashboard CSS fix

#2 @nacin
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.

#3 @TECannon
14 years ago

  • Cc TECannon added

#4 @andrewryno
13 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.

Last edited 13 years ago by andrewryno (previous) (diff)

#5 @scribu
12 years ago

It's actually worse now, since it doesn't allign with the new header either.

Last edited 12 years ago by scribu (previous) (diff)

#6 @scribu
12 years ago

Nevermind that last comment, I was on 3.2.

#7 @scribu
12 years ago

  • Keywords needs-patch added; has-patch needs-testing removed

#8 @scribu
12 years ago

  • Summary changed from Inconsistent left margin on admin screens to Inconsistent left or right margins on admin screens

@scribu
12 years ago

#9 @scribu
12 years ago

Notice the misalignment between:

  • the user avatar (-2px)
  • the help tab (9px)
  • the search button (1px)
  • the pagination button (1px)
  • the table

http://core.trac.wordpress.org/raw-attachment/ticket/12789/list-table.png

Version 1, edited 12 years ago by scribu (previous) (next) (diff)

@helenyhou
11 years ago

#10 @helenyhou
11 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.

#11 @obenland
10 years ago

  • Keywords close added

Is this still applicable with the new UI? Screen meta stuff looks aligned now.

#12 @ocean90
10 years ago

  • Focuses ui added
  • Keywords needs-patch close removed
  • Milestone Future Release deleted
  • Resolution set to worksforme
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.