Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#32962 closed defect (bug) (fixed)

Network Dashboard: Create new site and user text is formatted badly on 320px devices

Reported by: jeremyfelt's profile jeremyfelt Owned by: jeremyfelt's profile jeremyfelt
Milestone: 4.3 Priority: normal
Severity: normal Version: 3.8
Component: Networks and Sites Keywords: has-patch
Focuses: ui, multisite Cc:

Description

The "Right Now" widget in the Network dashboard is one of the only places that uses .subsubsub outside of the list table context. See [16237]. As of [26134], .subsubsub is set to align center on 782px or smaller devices, which works for the layout of filters above list tables, but causes strange formatting in the Right Now dashboard.

Attachments (3)

32962.diff (498 bytes) - added by jeremyfelt 9 years ago.
iphone5-before-32962.diff.png (29.6 KB) - added by jeremyfelt 9 years ago.
Right Now dashboard before 32962.diff
iphone5-after-32962.diff.png (27.6 KB) - added by jeremyfelt 9 years ago.
Right Now dashboard after 32962.diff

Download all attachments as: .zip

Change History (7)

@jeremyfelt
9 years ago

@jeremyfelt
9 years ago

Right Now dashboard before 32962.diff

@jeremyfelt
9 years ago

Right Now dashboard after 32962.diff

#1 @jeremyfelt
9 years ago

32962.diff adds formatting specifically for 320px and smaller. Devices larger than that have no trouble with the existing style.

#2 @jeremyfelt
9 years ago

  • Owner set to jeremyfelt
  • Resolution set to fixed
  • Status changed from new to closed

In 33168:

Improve formatting of network dashboard's Right Now actions on 320px screens.

Prevents default .subsubsub change to center alignment and a large font that is applied at 782px.

Fixes #32962.

#3 @jeremyfelt
9 years ago

In 33169:

s/nestwork/network/ for network dashboard Right Now styles.

Fix misspelled ID from [33168]. A reminder to watch your cmd-s when saving a file.

See #32962.

This ticket was mentioned in Slack in #core-flow by boren. View the logs.


9 years ago

Note: See TracTickets for help on using tickets.