adding beginning of survey maker and portal mode

This commit is contained in:
Jared Tabor
2014-09-10 10:43:52 -04:00
parent b1463f056d
commit 64961f8504
13 changed files with 871 additions and 3 deletions
+1 -1
View File
@@ -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 */
+49
View File
@@ -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;
}