Generalize datatables style fixes

This commit is contained in:
Duncan Sommerville 2015-09-24 12:54:24 -04:00
parent c587dcf4e4
commit e5deae89a4
2 changed files with 11 additions and 6 deletions

View file

@ -3935,6 +3935,11 @@ li .ui-state-hover {
max-width: 300px;
}
.podcast-metadata input {
width: 100%;
.podcast-metadata label {
display: inline-block;
width: 150px;
}
.podcast-metadata input[type="text"] {
width: 60%;
}