mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the Limesurvey 1.91+ branch of queXS in to the trunk
This commit is contained in:
@@ -1,119 +1,111 @@
|
||||
/* The following styles are for all versions of IE 7 */
|
||||
.choice-5-pt-radio ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
.yes-no ul
|
||||
,.gender ul {
|
||||
margin-left: 1em;
|
||||
.yes-no .answer ul, .gender .answer ul, .choice-5-pt-radio .answer ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul.numbers-only li span {
|
||||
width: 10em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul
|
||||
,.multiple-opt-comments ul
|
||||
,.numeric-multi ul
|
||||
,.multiple-short-txt ul li
|
||||
,.multiple-opt-comments ul li
|
||||
,.numeric-multi ul li {
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
.multiple-short-txt ul,.multiple-opt-comments ul,.numeric-multi ul,.multiple-short-txt ul li,.multiple-opt-comments ul li,.numeric-multi ul li
|
||||
{
|
||||
margin-left: 0%;
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
|
||||
.multiple-short-txt ul label {
|
||||
margin-left: 0em;
|
||||
float:left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align:right;
|
||||
margin-left: 0em;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 40%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li label{
|
||||
float: left;
|
||||
width: 35%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-left:25px;
|
||||
.multiple-opt-comments ul li label {
|
||||
float: left;
|
||||
width: 35%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
|
||||
.multiple-opt-comments ul li span.comment{
|
||||
float:left;
|
||||
width:40%;
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
.multiple-opt-comments ul li span.comment {
|
||||
float: left;
|
||||
width: 40%;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.multiple-opt-comments ul li span.comment input{
|
||||
width:200px;
|
||||
.multiple-opt-comments ul li span.comment input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.multiple-short-txt ul li,
|
||||
.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.multiple-short-txt ul li,.multiple-opt-comments ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.innergraph img {
|
||||
height:16px;
|
||||
vertical-align:top;
|
||||
margin:0px 0px 0px 0px;
|
||||
height: 16px;
|
||||
vertical-align: top;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.multiple-short-txt td.answer,
|
||||
.date td.answer,
|
||||
.yes-no td.answer,
|
||||
.list-radio td.answer,
|
||||
.list-radio-flexible td.answer,
|
||||
.choice-5-pt-radio td.answer,
|
||||
.gender td.answer {
|
||||
padding-bottom:10px;
|
||||
.multiple-short-txt td.answer,.date td.answer,.yes-no td.answer,.list-radio td.answer,.list-radio-flexible td.answer,.choice-5-pt-radio td.answer,.gender td.answer
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.choice-5-pt-radio label
|
||||
{
|
||||
margin:0 ;
|
||||
padding:0;
|
||||
.choice-5-pt-radio label {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.date button {
|
||||
line-height:15px;
|
||||
height:21px;
|
||||
width:22px;
|
||||
}
|
||||
|
||||
td.questionhelp {
|
||||
text-align:left;
|
||||
line-height: 15px;
|
||||
height: 21px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.numeric-multi ul li label {
|
||||
float: left;
|
||||
width: 55%;
|
||||
text-align: right;
|
||||
float: left;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
.numeric-multi ul li {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.numeric-multi ul li span {
|
||||
padding-left:0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.numeric-multi input {
|
||||
padding-left:1px;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
input.submit
|
||||
{
|
||||
padding:0px;
|
||||
input.submit {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/** UI Slider **/
|
||||
.numeric-multi label.slider-label {
|
||||
margin-top: 1.3em;
|
||||
display: inline;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.slider_lefttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
|
||||
.slider_righttext {
|
||||
float: left;
|
||||
padding-top: 1.4em;
|
||||
}
|
||||
Reference in New Issue
Block a user