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

Merging the updated Limesurvey 1.92+ branch of queXS to trunk

This commit is contained in:
azammitdcarf
2012-11-21 04:04:39 +00:00
parent 153fc8ca0d
commit c569559964
856 changed files with 254260 additions and 819988 deletions

View File

@@ -390,6 +390,10 @@ span.settingcaption {
color: #1D2D45;
}
#assessmentsform span.settingcaption {
width: 15%;
}
.settingentry {
float: left;
width: 660px;
@@ -402,6 +406,10 @@ span.settingcaption {
outline: 0 none;
}
#assessmentsform .settingentry {
width: 80%;
}
.settingentry span {
outline: 0 none;
}
@@ -413,6 +421,10 @@ span.settingcaption {
background-color: #F8F8FF;
}
#assessmentsform .settingrow {
width: 100%;
}
.settingrow .cke_skin_office2003,
.settingrow .cke_skin_office2003 .cke_wrapper{
margin-bottom: 0;
@@ -699,6 +711,12 @@ a.optoutemail {
margin:0 auto;
}
#assessmentsform #languagetabs {
min-width: 680px;
background-color: #F8F8FF;
background-image: none;
}
.answertable tr.highlight {
background-color:#EAF2FF;
}
@@ -1163,7 +1181,9 @@ textarea.updater-changelog {
padding-bottom:5px;
}
#assessmentsform .ui-tabs-nav li {
clear: none;
}
#frmeditquestion li,
#importquestion li {
@@ -1451,7 +1471,20 @@ div.translate {
width: 90%;
}
#translateform table td{
padding: 1px 4px;
}
#translateform textarea:focus{
outline: blue solid thin;
}
.textresponses {
text-align: center;
border: 1px solid #eee;
height: 200px;
overflow: auto;
}
.labelsets-update label{display:block}
.button-list{text-align:left}