added height to hosts element.

This commit is contained in:
naomiaro 2011-02-12 22:29:12 -05:00
parent ddddcc9375
commit 0b9377b362
1 changed files with 7 additions and 1 deletions

View File

@ -104,4 +104,10 @@ label.wrapp-label input[type="checkbox"] {
padding:8px;
color:#902d2d;
display:none;
}
}
#add_show_hosts-element {
max-height: 80px;
min-width: 150px;
overflow: auto;
}