mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
adding beginning of survey maker and portal mode
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
@import "lists.less";
|
||||
@import "new-dashboard.less";
|
||||
@import "jPushMenu.less";
|
||||
|
||||
@import "survey-maker.less";
|
||||
|
||||
/* Bootstrap fix that's causing a right margin to appear
|
||||
whenver a modal is opened */
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
/*********************************************
|
||||
* 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: 1px dashed;
|
||||
border-color: rgb(204,204,204);
|
||||
border-radius: 4px;
|
||||
padding: 5px;
|
||||
margin-top: 15px;
|
||||
height: 130px;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
#add_question_btn{
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user