Better errors from podcast 'Add' dialog

This commit is contained in:
Duncan Sommerville 2015-11-10 19:26:25 -05:00
parent de380369ed
commit c5a5839eff
10 changed files with 44 additions and 14 deletions

View file

@ -4168,3 +4168,9 @@ li .ui-state-hover {
#podcast_url_dialog table tr td {
padding: 0px;
}
#podcast_url_dialog .errors {
display: inline-block;
float: right;
width: 50%;
}