adding updated survey maker with no survey name or survey description

This commit is contained in:
Jared Tabor
2014-10-03 20:00:08 -04:00
parent be7819e3d7
commit 752f2d8013
4 changed files with 213 additions and 57 deletions
+23 -3
View File
@@ -42,15 +42,35 @@
position: relative;
.final{
margin-left: 15px;
margin-top: 5px;
}
.description{
margin-left: 15px;
}
}
/*
*.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;
}
question_actions{
opacity: 1.0;
#survey_taker_description{
padding-bottom: 15px;
}
#add_question_btn{