mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
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
This commit is contained in:
parent
3216d5e12b
commit
68f80f6411
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user