mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Job Event detail is now displayed in a modal dialog. Inside all modal dialogs displaying a form, reduced amount of space given to field labels and expanded amount of space given to text area fields.
This commit is contained in:
@@ -403,10 +403,6 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.modal-input-xlarge {
|
||||
width: 325px;
|
||||
}
|
||||
|
||||
#tree-view {
|
||||
min-height: 100px;
|
||||
}
|
||||
@@ -453,4 +449,30 @@
|
||||
|
||||
#job-event-host-header {
|
||||
min-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* form displayed in modal window */
|
||||
|
||||
.modal .form-horizontal .control-label {
|
||||
float: left;
|
||||
width: 80px;
|
||||
padding-top: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.modal .form-horizontal .controls {
|
||||
*display: inline-block;
|
||||
*padding-left: 20px;
|
||||
margin-left: 100px;
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.modal .form-horizontal .controls:first-child {
|
||||
*padding-left: 100px;
|
||||
}
|
||||
|
||||
.modal-input-xlarge {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user