mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
100 lines
1.3 KiB
Plaintext
100 lines
1.3 KiB
Plaintext
/*********************************************
|
|
* Copyright (c) 2014 AnsibleWorks, Inc.
|
|
*
|
|
* survey-maker.css
|
|
*
|
|
* custom styles for the survey maker
|
|
*
|
|
*/
|
|
|
|
|
|
/**
|
|
* #survey_maker_question_area{
|
|
* border: 1px solid;
|
|
* border-color: rgb(204,204,204);
|
|
* border-radius: 4px;
|
|
* padding: 15px;
|
|
* }
|
|
*/
|
|
|
|
.question_form{
|
|
border: 1px solid;
|
|
border-color: rgb(204,204,204);
|
|
border-radius: 4px;
|
|
padding: 5px;
|
|
margin-bottom: 15px;
|
|
height: 500px;
|
|
}
|
|
|
|
.survey_maker_question{
|
|
border: 1px solid;
|
|
border-color: rgb(204,204,204);
|
|
border-radius: 4px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.question_final{
|
|
border-top: 1px dashed;
|
|
border-color: rgb(204,204,204);
|
|
border-radius: 4px;
|
|
|
|
padding: 5px;
|
|
position: relative;
|
|
|
|
.final{
|
|
margin-left: 15px;
|
|
margin-top: 5px;
|
|
}
|
|
.question_title{
|
|
opacity: 0.7;
|
|
}
|
|
.description{
|
|
opacity: 0.7;
|
|
margin-left: 15px;
|
|
}
|
|
.input_area{
|
|
opacity: 0.7;
|
|
}
|
|
.mc{
|
|
margin-left: 18px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
}
|
|
|
|
.question_actions{
|
|
opacity: 1.0;
|
|
}
|
|
|
|
#new_question{
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#add_question_btn{
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
|
|
.survey_taker_input{
|
|
|
|
.mc{
|
|
margin-left: 18px;
|
|
margin-right: 7px;
|
|
}
|
|
}
|
|
|
|
.survey_taker_description{
|
|
margin-bottom:10px
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|