From 30cc8a0e821ca808084ef5673fcfb796425d93f7 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 22 Jun 2016 13:59:07 -0400 Subject: [PATCH 1/3] Suvey question variable name help popover style changes --- .../survey-maker/shared/question-definition.form.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui/client/src/job-templates/survey-maker/shared/question-definition.form.js b/awx/ui/client/src/job-templates/survey-maker/shared/question-definition.form.js index 50f79c71fa..b8a381ca01 100644 --- a/awx/ui/client/src/job-templates/survey-maker/shared/question-definition.form.js +++ b/awx/ui/client/src/job-templates/survey-maker/shared/question-definition.form.js @@ -45,9 +45,9 @@ export default ealName: 'variable', type: 'custom', control:''+ + ' '+ '
'+ '
Please enter an answer variable name.
'+ '
Please remove the illegal character from the survey question variable name.
'+ From 87fb9e877127c80124e51fd35a163fd74b132adb Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Wed, 22 Jun 2016 14:20:38 -0400 Subject: [PATCH 2/3] Changed border color on popover tables --- awx/ui/client/legacy-styles/ansible-ui.less | 4 ++++ awx/ui/client/src/shared/branding/colors.default.less | 1 + 2 files changed, 5 insertions(+) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index 0272121811..25064317d0 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -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; diff --git a/awx/ui/client/src/shared/branding/colors.default.less b/awx/ui/client/src/shared/branding/colors.default.less index 42730981b7..b0232da0f5 100644 --- a/awx/ui/client/src/shared/branding/colors.default.less +++ b/awx/ui/client/src/shared/branding/colors.default.less @@ -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; From 8105f6258906819667f53e7cf2099e231f6757b6 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Wed, 22 Jun 2016 14:26:25 -0400 Subject: [PATCH 3/3] Changed border color of btn-default --- awx/ui/client/legacy-styles/jquery-ui-overrides.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/jquery-ui-overrides.less b/awx/ui/client/legacy-styles/jquery-ui-overrides.less index 07f3c76c58..53d29ddc16 100644 --- a/awx/ui/client/legacy-styles/jquery-ui-overrides.less +++ b/awx/ui/client/legacy-styles/jquery-ui-overrides.less @@ -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; }