#1118 closed enhancement (fixed)
WPTV: Improve success message on http://wordpress.tv/submit-video
Reported by: | JerrySarcastic | Owned by: | 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)
Note: See
TracTickets for help on using
tickets.
In 1722: