Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#26101 closed defect (bug) (worksforme)

QuickPress has no space between draft date and title

Reported by: ipstenu's profile Ipstenu Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.8
Component: Administration Keywords: has-patch
Focuses: ui Cc:

Description

http://cl.ly/image/1S230M1L0n3S

Looked a little hinky. Saw that wp-admin/includes/dashboard.php didn't have a space after the date. Added one.

Patch included.

Attachments (1)

26101.diff (944 bytes) - added by Ipstenu 12 years ago.
Adding space to dashboard quickpress

Download all attachments as: .zip

Change History (7)

@Ipstenu
12 years ago

Adding space to dashboard quickpress

#1 @SergeyBiryukov
12 years ago

  • Component changed from General to Administration
  • Keywords ui-focus added
  • Milestone changed from Awaiting Review to 3.8

#2 @SergeyBiryukov
12 years ago

Looks like some styles are not applied properly.

Could not reproduce. This is how Quick Draft looks on my install: http://cl.ly/image/3D400z010c3G.

Title links should have a margin: trunk/src/wp-admin/css/wp-admin.css?rev=26249#L3119.

#3 @Ipstenu
12 years ago

Looks like its a conflict with the MP6 Plugin (which I still have for the color schemes). Weird. Should there not be a space in there anyway for everythinig on one line though?

#4 @SergeyBiryukov
12 years ago

Confirmed with MP6 enabled: http://cl.ly/image/293H12021Q0a. The padding and colors are off, and the text area should be hidden by default. Links to comments statuses are also misplaced: http://cl.ly/image/1X1b2s3g0P3t.

If there are color schemes in MP6 that are not going to be in core, I guess the plugin should be updated to not break dashboard. I don't think the space is necessary in that line as long as all the styles are properly applied.

#5 @ocean90
12 years ago

  • Milestone 3.8 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

I guess the plugin should be updated to not break dashboard.

Correct.

Note: See TracTickets for help on using tickets.