changed opacity on survey maker action buttons

had to change some of the css/div classes
This commit is contained in:
Jared Tabor
2015-01-16 11:59:27 -05:00
parent 4b14fa9e6b
commit d8af3198fc
2 changed files with 25 additions and 13 deletions

View File

@@ -37,7 +37,7 @@
border-top: 1px dashed;
border-color: rgb(204,204,204);
border-radius: 4px;
opacity: 0.7;
padding: 5px;
position: relative;
@@ -45,14 +45,25 @@
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;
margin-left: 18px;
margin-right: 7px;
}
}
.question_actions{
opacity: 1.0;
}
#new_question{