mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Lookup modal feedback from demo prep
This commit is contained in:
@@ -31,6 +31,9 @@ table.ui-datepicker-calendar {
|
|||||||
opacity: .7;
|
opacity: .7;
|
||||||
text-shadow: 0 1px 0 @white;
|
text-shadow: 0 1px 0 @white;
|
||||||
}
|
}
|
||||||
|
.ui-dialog-content {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
.ui-widget-header {
|
.ui-widget-header {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -175,6 +175,7 @@ export default ['Rest', 'ProcessErrors', 'generateList',
|
|||||||
width: 600,
|
width: 600,
|
||||||
height: (instructions) ? 625 : 450,
|
height: (instructions) ? 625 : 450,
|
||||||
minWidth: 500,
|
minWidth: 500,
|
||||||
|
resizable: false,
|
||||||
title: hdr,
|
title: hdr,
|
||||||
id: 'LookupModal-dialog',
|
id: 'LookupModal-dialog',
|
||||||
onClose: function() {
|
onClose: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user