Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26300 closed defect (bug) (fixed)

Adjust font size for li on help tabs, to be consistent with p

Reported by: hanni's profile Hanni Owned by: helen's profile helen
Milestone: 3.8 Priority: normal
Severity: minor Version: 3.3
Component: Help/About Keywords: ui-feedback has-patch
Focuses: ui Cc:

Description

Content within p tags on the help tabs is set to 13px, whereas content within lis is, in the absence of any other declaration, inserting the 14px sized from #screen-meta.

This makes for a rather strange, and somewhat haphazard appearance on help tabs with a mixture of lists and paragraphs of text, such as the tab on wp-admin/themes.php, and wp-admin/edit.php and wp-admin/media-new.php (see attached screenshot).

Propose to add 13px to the styling of .help-tab-content ul li to introduce the expected consistency, patch enclosed.

Attachments (4)

26300.diff (359 bytes) - added by Hanni 11 years ago.
Screen Shot 2013-11-28 at 00.08.56.png (76.2 KB) - added by Hanni 11 years ago.
14px li text
Screen Shot 2013-11-28 at 00.20.21.png (68.8 KB) - added by Hanni 11 years ago.
with patch
26300.2.diff (379 bytes) - added by SergeyBiryukov 11 years ago.

Download all attachments as: .zip

Change History (8)

@Hanni
11 years ago

#1 @Hanni
11 years ago

  • Cc h@… added
  • Keywords ui-feedback has-patch added

#2 @Hanni
11 years ago

  • Severity changed from normal to minor

#3 @SergeyBiryukov
11 years ago

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

Seems like we can just remove font-size: 14px for #screen-meta, which overrides the default 13px font size here for anything but <p>. See 26300.2.diff.

#4 @helen
11 years ago

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

In 26452:

Keep #screen-meta font size consistent. props SergeyBiryukov. fixes #26300.

Note: See TracTickets for help on using tickets.