CSS and display fixes

This commit is contained in:
Duncan Sommerville 2015-11-16 12:07:53 -05:00
parent 610d860d6a
commit 08f5aa51a6
6 changed files with 28 additions and 6 deletions

View file

@ -505,7 +505,6 @@ li.ui-state-default {
}
.inner_editor_wrapper {
max-height: 60%;
overflow-x: hidden;
width: 100%;
flex: 1 0 auto;
@ -515,6 +514,10 @@ li.ui-state-default {
box-sizing: border-box;
}
.angular_wrapper > .inner_editor_wrapper {
max-height: none;
}
.inner_editor_title h2 {
margin: 10px 0 0 10px;
width: 70%;

View file

@ -4033,7 +4033,8 @@ li .ui-state-hover {
}
.podcast-metadata input[type="checkbox"] {
margin: 8px 60% 0 0;
float: left;
margin: 8px 0 0;
}
.podcast-metadata label,
@ -4056,6 +4057,11 @@ li .ui-state-hover {
.podcast-metadata-field {
display: inline-block;
width: 60%;
min-width: 60%;
max-width: 60%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 4px 0;
line-height: 24px;
}
@ -4192,7 +4198,7 @@ li .ui-state-hover {
}
#podcast_url_dialog table tr td {
padding: 0px;
padding: 0;
}
#podcast_url_dialog .errors {