~registry/clubdistro/anoochit-clubdistro

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php   defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<style>
div.fieldRow{ border-top: 1px solid #ccc; padding:8px 4px ; margin:8px; clear:left}
div.fieldRow div.fieldLabel{ float: left; width:22%; text-align:right; padding-top: 6px; padding-right:8px}
div.fieldRow div.fieldValues{ float: left; width:75%}

#ccm-formBlockPane-options div.fieldLabel{width:30%;}
#ccm-formBlockPane-options div.fieldValues{width:65%}
div#newQuestionBox{ border:1px solid #ccc; padding:8px; margin-top:24px }
div#miniSurvey{ border:1px solid #ccc; padding:8px; margin-top:24px; margin-bottom:8px }
div#miniSurvey table{width:95%}
div#miniSurvey td{ padding:2px; padding-left:0px; padding-right:4px; }
div#miniSurvey td.question{ }
.spacer{ clear:both; font-size:1px } 
#answerOptionsArea, #answerOptionsAreaEdit{display:none}
#answerSettings, #answerSettingsEdit{display:none}
#editQuestionForm .formBlockSubmitButton{display:none}
.formBlockQuestionMsg{ background:#FFFF99; padding:2px; margin:16px 0px; border:1px solid #ddd; display:none; }

#recipientEmailWrap{margin-top:8px}

#miniSurveyTableWrap { position:inherit; }
#miniSurveyTableWrap .miniSurveyTable{ width:100%; position:inherit; }
.miniSurveyQuestionRow{ position:inherit; clear:both; width:100%; margin-bottom:16px; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:0px }
.miniSurveyQuestionRowActive{}
.miniSurveyQuestionRowHelper{ z-index:500; background:#fafafa; border:1px dashed #999; width:auto }
.miniSurveyQuestionRow .miniSurveyQuestion{ float:left; width:70%}
.miniSurveyQuestionRow .miniSurveyResponse{ float:left; width:55%}
.miniSurveyQuestionRow .miniSurveyOptions{ float:left; width:28%; font-size:11px}
.miniSurveyQuestionRow .miniSurveyOptions a.moveUpLink{ display:block; background:url(<?php  echo DIR_REL?>/concrete/images/icons/arrow_up.png) no-repeat center; height:10px; width:16px; }
.miniSurveyQuestionRow .miniSurveyOptions a.moveDownLink{ display:block; background:url(<?php  echo DIR_REL?>/concrete/images/icons/arrow_down.png) no-repeat center; height:10px; width:16px; }
.miniSurveyQuestionRow .miniSurveyOptions a.moveUpLink:hover{background:url(<?php  echo DIR_REL?>/concrete/images/icons/arrow_up_black.png) no-repeat center;}
.miniSurveyQuestionRow .miniSurveyOptions a.moveDownLink:hover{background:url(<?php  echo DIR_REL?>/concrete/images/icons/arrow_down_black.png) no-repeat center;}
.miniSurveyQuestionRow .miniSurveySpacer{font-size:1px; line-height:1px; clear:both; }

#ccm-formblock-tabs{margin-bottom:16px}
.ccm-formBlockPane{ display:none; margin-bottom:16px }
</style>