Merge pull request #2581 from mabashian/job-template-audit-items

Job template audit items
This commit is contained in:
Michael Abashian 2016-06-23 15:05:22 -04:00 committed by GitHub
commit 169002b623
4 changed files with 9 additions and 4 deletions

View File

@ -404,6 +404,10 @@ textarea.allowresize {
/* TB tooltip overrides */
.popover-content {
width: 100%;
.table>tbody>tr>td {
border-top: 1px solid @b7grey;
}
}
h3.popover-title, .popover-content, .popover-content blockquote, .popover-content a {
font-size: 12px;

View File

@ -97,7 +97,7 @@ table.ui-datepicker-calendar {
button.btn.btn-default {
text-transform: uppercase;
border-color: @default-border;
border-color: @d7grey;
color: @default-interface-txt;
}

View File

@ -45,9 +45,9 @@ export default
ealName: 'variable',
type: 'custom',
control:'<label for="variable"><span class="Form-inputLabel prepend-asterisk"> ANSWER VARIABLE NAME</span>'+
'<a id="awp-variable" href="" aw-pop-over="<p>The suggested format for variable names is lowercase and underscore-separated. Also note that this field cannot accept variable names with spaces.</p><p>For example: <br>foo_bar<br>'+
'user_id<br>host_name<br><div class=&quot;popover-footer&quot;><span class=&quot;key&quot;>esc</span> or click to close</div>" '+
'data-placement="right" data-container="body" data-title="Answer Variable Name" class="help-link" data-original-title="" title="" tabindex="-1"><i class="fa fa-question-circle"></i></a> </label>'+
'<a id="awp-variable" href="" popover-title="ANSWER VARIABLE NAME" aw-pop-over="<p>The suggested format for variable names is lowercase and underscore-separated. Also note that this field cannot accept variable names with spaces.</p><p>For example: <br>foo_bar<br>'+
'user_id<br>host_name<br>" '+
'data-placement="right" data-container="body" class="help-link" data-original-title="" title="" tabindex="-1"><i class="fa fa-question-circle"></i></a> </label>'+
'<div><input type="text" ng-model="variable" name="variable" id="survey_question_variable" class="form-control Form-textInput ng-pristine ng-invalid ng-invalid-required" required="" aw-survey-variable-name>'+
'<div class="error ng-hide" id="survey_question-variable-required-error" ng-show="survey_question_form.variable.$dirty && survey_question_form.variable.$error.required">Please enter an answer variable name.</div>'+
'<div class="error ng-hide" id="survey_question-variable-variable-error" ng-show="survey_question_form.variable.$dirty && survey_question_form.variable.$error.variable">Please remove the illegal character from the survey question variable name.</div>'+

View File

@ -19,6 +19,7 @@
@default-no-items-bord: #F6F6F6; // also white button hovers
@default-stdout-txt: #707070;
@default-dark: #000000;
@b7grey: #B7B7B7;
@default-warning: #F0AD4E;