Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-2036 Incresing z-index of the remove row button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Souza authored and mairatma committed Nov 12, 2015
1 parent a5cc2f4 commit 45b8fba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/aui-form-builder/js/aui-form-builder-field-types.js
Expand Up @@ -340,7 +340,7 @@ A.FormBuilderFieldTypes.prototype = {
modal: true,
resizable: false,
visible: false,
zIndex: 3
zIndex: 4
});

fieldTypesModal.addTarget(this);
Expand Down
2 changes: 1 addition & 1 deletion src/aui-form-builder/js/aui-form-builder-settings-modal.js
Expand Up @@ -127,7 +127,7 @@ A.FormBuilderSettingsModal = A.Base.create('form-builder-settings-modal', A.Base
modal: true,
headerContent: this.TPL_FIELD_SETTINGS_HEAD_CONTENT,
resizable: false,
zIndex: 3
zIndex: 4
}).render();

this._modal.addToolbar(
Expand Down
1 change: 1 addition & 0 deletions src/aui-layout/HISTORY.md
Expand Up @@ -5,6 +5,7 @@
## @VERSION@

* [AUI-2030](https://issues.liferay.com/browse/AUI-2030) A row with one col should be automatically added on last position when the last row have at least one field
* [AUI-2036](https://issues.liferay.com/browse/AUI-2036) AUI Form Builder Field Settings Modal should not overwrite Bootstrap 3 Modal css rules so that the layout keeps as similar as possible
* [AUI-2031](https://issues.liferay.com/browse/AUI-2031) JavaScript error thrown when trying to split a row into two columns
* [AUI-2016](https://issues.liferay.com/browse/AUI-2016) Remove column delete button from From Builder
* [AUI-1930](https://issues.liferay.com/browse/AUI-1930) Change functionality of add cols
Expand Down
Expand Up @@ -3,5 +3,5 @@
position: absolute;
right: -10px;
top: -10px;
z-index: 1;
z-index: 3;
}

0 comments on commit 45b8fba

Please sign in to comment.