Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#46781 closed defect (bug) (wontfix)

Site Health: progress count vertical align

Reported by: man4toman's profile man4toman Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Site Health Keywords: has-patch has-screenshots site-health needs-refresh
Focuses: Cc:

Description

The vertical align of progress count isn't center.

Attachments (4)

01.png (45.2 KB) - added by man4toman 7 years ago.
Before
02.png (45.1 KB) - added by man4toman 7 years ago.
After
46781.patch (390 bytes) - added by man4toman 7 years ago.
responsive-issue.png (62.5 KB) - added by mukesh27 7 years ago.

Download all attachments as: .zip

Change History (13)

@man4toman
7 years ago

Before

@man4toman
7 years ago

After

@man4toman
7 years ago

#1 @Clorith
7 years ago

  • Keywords site-health added

#2 @mukesh27
7 years ago

  • Keywords needs-refresh added

@man4toman Can you please set bottom to 3px for better alignment in desktop and responsive.

.site-health-progress-count::after {
    content: "";
    bottom: 3px;
    position: relative;
}

#3 @man4toman
7 years ago

Hi @mukesh27
Thanks for testing, which browser did you test?

#4 @mukesh27
7 years ago

@man4toman, Ubuntu 18.04.2 LTS with Google Chrome Version 73.0.3683.75

#5 @Clorith
7 years ago

Please see #46684, where we are changing the loading ellipsis in general, or at least simplifying them. I've opted to use a middle dot when making changes there, which means we don't need any special styling here at all to provide a centered indicator of the "still processing" state.

#6 @man4toman
7 years ago

Thanks @Clorith
Then I'm going to close this ticket :)

#7 @man4toman
7 years ago

  • Focuses administration removed
  • Resolution set to wontfix
  • Status changed from new to closed
  • Version trunk deleted

#8 @Clorith
7 years ago

  • Milestone Awaiting Review deleted

#9 @spacedmonkey
7 years ago

  • Component changed from Administration to Site Health
Note: See TracTickets for help on using tickets.