Adding EULA checkbox in license modal

Added the EULA text and checkbox on the UI. We received the shortened text from Rob Nalen
This commit is contained in:
Jared Tabor
2015-01-23 11:58:17 -05:00
parent 2bb4629fe3
commit c02e5ffa41
3 changed files with 37 additions and 6 deletions

View File

@@ -360,6 +360,10 @@ textarea.allowresize {
color: @grey-txt;
}
#license_eula{
white-space: nowrap;
}
.modal-dialog .ui-accordion .ui-accordion-content {
overflow: hidden;
}