Making WordPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1118 closed enhancement (fixed)

WPTV: Improve success message on http://wordpress.tv/submit-video

Reported by: jerrysarcastic's profile JerrySarcastic Owned by: iandunn's profile iandunn
Milestone: Priority: normal
Component: WordPress.tv Keywords:
Cc:

Description

When a contributor uploads a video at http://wordpress.tv/submit-video, if that upload is successful we reload the page to show a basic message:

Thank you for submitting a video; it was uploaded successfully

Screenshot: https://cloudup.com/cIVyj_MLZ_1

Without changing anything, I think the following CSS will help:

.video-upload h3 {
  background-color: #DFF6E4;
  border: 1px solid #BADDC2;
  padding: 20px 20px 10px;
}

Screenshot with style applied: https://cloudup.com/cw5inqLq7Qs

Just need to add a class so we can target the success message specifically, instead of all h3 elements on the page.

Change History (3)

#1 @iandunn
9 years ago

In 1722:

WordPress.tv: Make success/error message styles DRY.

See #1118

#2 @iandunn
9 years ago

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

In 1723:

WordPress.tv: Apply success message styles to video uploaded message.

Fixes #1118

#3 @iandunn
9 years ago

It turned out that we already had styles for success messages, they just needed to be made consistent and then applied to this message.

Thanks for pointing out the problem, the message is much more noticeable now :)

Note: See TracTickets for help on using tickets.