improve layout of import wizard

This commit is contained in:
Sebastian Sdorra
2014-11-28 13:58:18 +01:00
parent 054ea07a34
commit c5bb3c70b6
5 changed files with 157 additions and 18 deletions

View File

@@ -77,6 +77,9 @@ Ext.override(Ext.form.Field, {
cls = 'scm-form-combo-help-button';
}
break;
case 'fileuploadfield':
cls = 'scm-form-fileupload-help-button';
break;
case 'textarea':
cls = 'scm-form-textarea-help-button';
break;