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:
chouseknecht
2013-06-19 13:03:17 -04:00
parent 11e16dfdfc
commit 6b8deab753
9 changed files with 110 additions and 41 deletions

View File

@@ -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;
}