Skip to content

Commit

Permalink
Dev: styling question-help
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammo ter Hark committed Oct 26, 2016
1 parent cf603d7 commit 0a2dc76
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
6 changes: 0 additions & 6 deletions templates/default/css/ls-functional.css
Expand Up @@ -19,12 +19,6 @@
.ls-label-xs-visibility {
display: normal; } }

.question-help-container .questionhelp {
padding-bottom: 5px; }

.ls-em-tip {
padding-top: 5px; }

div.question-help:empty {
display: none; }

Expand Down
29 changes: 28 additions & 1 deletion templates/default/css/styling.css
Expand Up @@ -5,6 +5,13 @@ div[id^="question"] {
background-color: #ededed;
margin-bottom: 1em; }

.question-help-container .questionhelp {
padding-bottom: 5px;
padding-top: 5px; }

.ls-em-tip {
padding-top: 5px; }

.group-description-container {
margin-bottom: 15px; }

Expand All @@ -16,7 +23,9 @@ div[id^="question"] {
.question-answer-container {
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-bottom: 1px solid #999; }

.answer-container {
padding-top: 10px;
padding-bottom: 10px; }

Expand Down Expand Up @@ -69,3 +78,21 @@ td.radio-item, td.checkbox-item {

tr.ls-heading th {
text-align: center; }

.answer-container .form-group {
margin-bottom: 0; }

label.radio-label, label.checkbox-label {
display: inline; }

.choice-5-pt-radio .answer-item {
margin-right: 10px; }

@media (max-width: 768px) {
.choice-5-pt-radio .answer-item {
display: block; } }

.multiple-opt-comments .form-group,
.multiple-short-txt .form-group,
.numeric-multi .form-group {
margin-bottom: 10px; }

0 comments on commit 0a2dc76

Please sign in to comment.