From 68f80f6411b18e33b381e29f5edc4d3340fc00a7 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 14 Oct 2014 09:38:36 -0400 Subject: [PATCH] fixed the css on survey taker to make it uniform the survey portion of the job launch modal needed to be made to look more like the prompt for passwords and prompt for variables --- awx/ui/static/less/survey-maker.less | 53 +++++++++++++++++----------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/awx/ui/static/less/survey-maker.less b/awx/ui/static/less/survey-maker.less index 1286fbbb13..4e34d42e4a 100644 --- a/awx/ui/static/less/survey-maker.less +++ b/awx/ui/static/less/survey-maker.less @@ -49,31 +49,44 @@ } } -/* -*.survey_taker_question_final{ -* padding-top: 10px; -* border-top: 1px dashed; -* border-color: rgb(204,204,204); -* .final{ -* margin-left: 30px; -* margin-bottom: 10px; -* margin-top: 5px; -* } -* .description{ -* margin-left: 15px; -* } -* } -*/ - #new_question{ margin-top: 5px; } -#survey_taker_description{ - padding-bottom: 15px; -} - #add_question_btn{ margin-top: 15px; margin-bottom: 15px; } + +.survey_taker_question{ + margin-bottom: 25px; +} + +.survey_taker_input{ + margin-top: 5px; + margin-left: 15px; + + input{ + margin-left: 18px; + margin-right: 7px; + } +} + +.survey_taker_description{ + padding-left: 30px; +} + +.survey_error{ + margin-left: 15px; +} + +.survey_taker_choices{ + margin-left: 15px; +} + + + + + + +