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:
@@ -3,6 +3,10 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.asterisk {
|
||||
padding-right:0;padding-right: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 +43,4 @@ td.questiontext {
|
||||
.list-with-comment p.comment {
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,16 +43,21 @@ td.tenpoint {
|
||||
.bd {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.asterisk {display:none}
|
||||
.mandatory .asterisk {display:inline;}
|
||||
.asterisk {
|
||||
color: red;
|
||||
font-size: 9pt;
|
||||
font-family: verdana;
|
||||
padding-right:1em;
|
||||
}
|
||||
|
||||
span.qnumcode {
|
||||
font-style:italic;
|
||||
}
|
||||
.showqnumcode-X .qnumcode {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.questionhelp {
|
||||
font-size: 10px;
|
||||
@@ -941,11 +946,11 @@ div.questionTitle {
|
||||
}
|
||||
|
||||
/* Question Index */
|
||||
.outerframe.withindex {
|
||||
.outerframe.withindex,.withindex .outerframe{
|
||||
margin-left: 1em;
|
||||
margin-right: 26em;
|
||||
}
|
||||
|
||||
.allinone .withindex{margin:0}
|
||||
#index {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
@@ -993,4 +998,4 @@ div.questionTitle {
|
||||
#index .container .row.odd { background: #CCC; }
|
||||
#index .container .row.current { background: #000; color: #fff; }
|
||||
#index .container .row.missing { background: #CC0000; color: #fff; }
|
||||
#index .container input { margin: 1em; }
|
||||
#index .container input { margin: 1em; }
|
||||
|
||||
@@ -40,10 +40,7 @@ $(document).ready(function(){
|
||||
*/
|
||||
|
||||
$(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();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user