bug 13716

Fix service offering list overflow

status 13716: resolved fixed
reviewed-by: jessica
This commit is contained in:
Brian Federle 2012-02-17 16:15:26 -08:00
parent 5bce485aa5
commit 417fb60196
1 changed files with 6 additions and 0 deletions

View File

@ -4492,6 +4492,12 @@ label.error {
border: 1px solid #E0DFDF;
}
.multi-wizard.instance-wizard .service-offering .content {
width: 463px;
max-height: 365px;
overflow: auto;
}
.multi-wizard .content .section .select-area {
width: 334px;
height: 45px;