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

@@ -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; }