Skip to content

Commit

Permalink
Fix issue03906: Gender and Yes/No with wrong alignment
Browse files Browse the repository at this point in the history
Dev Modify styles of in-line radio questions to display properly in IE 

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8046 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Dec 2, 2009
1 parent 98f2c1c commit d213bba
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 24 deletions.
4 changes: 2 additions & 2 deletions templates/eirenicon/ie_fix_6.css
Expand Up @@ -5,7 +5,7 @@
}
.yes-no ul
,.gender ul {
margin-left: 1em;
margin-left: 2em;
}

.multiple-short-txt ul.numbers-only li span {
Expand All @@ -19,7 +19,7 @@
,.multiple-short-txt ul li
,.multiple-opt-comments ul li
,.numeric-multi ul li {
margin-left: 0%;
margin-left: 0.5em;
padding-left: 0%;
}

Expand Down
23 changes: 13 additions & 10 deletions templates/eirenicon/ie_fix_7.css
Expand Up @@ -2,23 +2,26 @@
.choice-5-pt-radio ul {
margin-left: 2.5em;
}
.yes-no ul
,.gender ul {
margin-left: 1em;
.yes-no ul,
.gender ul {
margin-left: 2em;
}

.multiple-short-txt ul.numbers-only li span {
width: 10em;
}

.multiple-short-txt ul,
.multiple-opt-comments ul,
.numeric-multi ul {
margin-left: 1em;
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%;
.multiple-short-txt ul li,
.multiple-opt-comments ul li,
.numeric-multi ul li {
margin-left: 0;
padding-left: 0%;
}

Expand Down
27 changes: 15 additions & 12 deletions templates/eirenicon/template.css
Expand Up @@ -217,17 +217,20 @@ background-color:#A7A9D1;

/* - - - - - - - - - - - - - - - - - - - - - -
START: General list styles - - - - - - - - - - */
.choice-5-pt-radio ul
,.list-radio-flexible ul
,.list-radio ul
,.list-with-comment ul
,.multiple-opt ul
,.multiple-opt-comments ul
,.multiple-short-txt ul
,.numeric-multi ul
,.yes-no ul
,.gender ul
{
.choice-5-pt-radio ul,
.list-radio-flexible ul,
.list-radio ul,
.list-with-comment ul {
margin-left: 0.75em;
padding-left: 0%;
}

.multiple-opt ul,
.multiple-opt-comments ul,
.multiple-short-txt ul,
.numeric-multi ul,
.yes-no ul,
.gender ul {
margin-left: 0%;
padding-left: 0%;
}
Expand Down Expand Up @@ -272,7 +275,7 @@ background-color:#A7A9D1;
{
text-align: left;
margin-left: 0% auto;
padding-left: 0%;
padding-left: 0.5em;
}
.choice-5-pt-radio ul li
,.yes-no ul li
Expand Down

0 comments on commit d213bba

Please sign in to comment.