2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updating to Limesurvey 1.9.1+ revision 11132 (part one)

This commit is contained in:
azammitdcarf
2011-10-10 01:24:38 +00:00
parent 1786cf689b
commit 11c5f3e1df
61 changed files with 1978 additions and 2317 deletions

View File

@@ -2,7 +2,7 @@
.answertext,.answer {
text-align: right;
}
.asterisk {padding-right:0;padding-left:1em;}
.boilerplate td td,.numeric td td,.choice-5-pt-radio td td,.yes-no td td,.gender td td,.date td td,.numeric-multi td td,.numeric td td,.list-with-comment td td,.list-dropdown-flexible td td,.ranking td td,.numeric-multi td td,.language td td,.multiple-opt-comments td td,.multiple-short-txt td td,.text-short td td,.text-long td td,.text-huge td td,.numeric-multi td td,.array-5-pt td,.array-10-pt td,.array-yes-uncertain-no td,.array-increase-same-decrease td,.array-flexible-row td,.array-flexible-column td,.array-multi-flexi td,.array-multi-flexi-text td,.array-flexible-duel-scale td
{
text-align: right !important;
@@ -39,4 +39,4 @@ td.questiontext {
.list-with-comment p.comment {
text-align: right;
float: left;
}
}

View File

@@ -619,6 +619,12 @@ select {
font-weight: bold;
}
.asterisk {display:none}
.mandatory .asterisk {display:inline;}
.asterisk {padding-right:1em;}
.showqnumcode-X .qnumcode {
display:none;
}
/* -------------------------------------------------
START: Question styles ------------------------- */
/* =====================================
@@ -1246,10 +1252,11 @@ td.statsImageholder {
}
/* Question Index */
.outerframe.withindex {
.outerframe.withindex,.withindex .outerframe{
margin-left: 1em;
margin-right: 26em;
}
.allinone .withindex{margin:0}
#index {
position: absolute;

View File

@@ -75,8 +75,5 @@ function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6.
}
$(document).ready(function(){
// If the question code and number are hidden, hide any white space in the span(for dumb browsers)
if($('.qnumcode').text().replace(/\s/g, '').length == 0) {
$('.qnumcode').hide();
}
});
});