Fixing CSS for podcast override

This commit is contained in:
Robb Ebright 2017-03-18 14:34:21 -04:00
parent 5684689a12
commit 91290b5e43
2 changed files with 7 additions and 1 deletions

View file

@ -4145,6 +4145,12 @@ li .ui-state-hover {
margin: 8px 0 0;
}
.podcast-metadata input[type="checkbox"].float-right {
float:right;
margin: 8px 0 0;
}
.podcast-metadata label,
.media-metadata label {
display: block;