Edit form

This commit is contained in:
Lucas Bickel 2017-03-17 11:45:10 +01:00
parent 8a8c54c21f
commit 033e816015
2 changed files with 14 additions and 4 deletions

View file

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