Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

#7005 closed defect (bug) (fixed)

"text-align: auto;" is not a valid rule (avatar.css, avatar-rtl.css)

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version: 2.2
Component: Templates Keywords: has-patch
Cc:

Description

Invalid CSS rules are applied to:

.drag-drop .drag-drop-inside p.drag-drop-buttons

See:

In this case, these can be inherit since the parent element has text alignment settings, and the intention is for these buttons to follow.

Attachments (1)

7005.01.diff (632 bytes) - added by johnjamesjacoby 9 years ago.
Prefer inherit vs. auto (which is invalid)

Download all attachments as: .zip

Change History (2)

@johnjamesjacoby
9 years ago

Prefer inherit vs. auto (which is invalid)

#1 @johnjamesjacoby
9 years ago

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

In 10694:

Avatars: Swap invalid text-align: auto styling for text-align: inherit.

This ensures that any visible buttons are in alignment with their parent element styling. Fixes #7005.

Note: See TracTickets for help on using tickets.