SAAS-1087 - fix DJ list overflow + styling

This commit is contained in:
Duncan Sommerville 2015-09-29 11:36:00 -04:00
parent 7a44a05cb2
commit f5afc0957f

View file

@ -113,14 +113,17 @@ label.wrapp-label input[type="checkbox"] {
display: none;
}
#add_show_hosts-label {
width: 100%;
padding-bottom: 10px;
}
#add_show_hosts-element {
max-height: 80px;
min-width: 150px;
}
#add_show_hosts-element > label {
margin: 0 0 6px 5px;
vertical-align: middle;
display: flex;
align-items: flex-end;
}
@ -129,6 +132,10 @@ label.wrapp-label input[type="checkbox"] {
margin-right: 6px;
}
#schedule-show-who {
overflow-x: hidden;
}
#add_show_logo {
margin-top: 6px;
}