Skip to content

Commit

Permalink
Fixed issue #05299: Answers designed by table - first element not dis…
Browse files Browse the repository at this point in the history
…played

Dev Fix unordered list styles for IE6 and IE7

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@10360 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Jun 28, 2011
1 parent dddedde commit b12f03e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
6 changes: 1 addition & 5 deletions templates/bluengrey/ie_fix_6.css
@@ -1,12 +1,8 @@
/* The following styles are for versions of IE 6 and older */
.choice-5-pt-radio ul {
.yes-no .answers ul, .gender .answers ul .choice-5-pt-radio .answers ul {
margin-left: 2.5em;
}

.yes-no ul,.gender ul {
margin-left: 1em;
}

.multiple-short-txt ul.numbers-only li span {
width: 10em;
}
Expand Down
6 changes: 1 addition & 5 deletions templates/bluengrey/ie_fix_7.css
@@ -1,12 +1,8 @@
/* The following styles are for all versions of IE 7 */
.choice-5-pt-radio ul {
.yes-no .answers ul, .gender .answers ul .choice-5-pt-radio .answers ul {
margin-left: 2.5em;
}

.yes-no ul,.gender ul {
margin-left: 1em;
}

.multiple-short-txt ul.numbers-only li span {
width: 10em;
}
Expand Down
4 changes: 2 additions & 2 deletions templates/eirenicon/ie_fix_6.css
@@ -1,9 +1,9 @@
/* The following styles are for versions of IE 6 and older */
.choice-5-pt-radio ul {
.choice-5-pt-radio .question-answer ul {
margin-left: 2.5em;
}

.yes-no ul,.gender ul {
.yes-no .question-answer ul,.gender .question-answer ul {
margin-left: 2em;
}

Expand Down
4 changes: 2 additions & 2 deletions templates/eirenicon/ie_fix_7.css
@@ -1,9 +1,9 @@
/* The following styles are for all versions of IE 7 */
.choice-5-pt-radio ul {
.choice-5-pt-radio .question-answer ul {
margin-left: 2.5em;
}

.yes-no ul,.gender ul {
.yes-no .question-answer ul,.gender .question-answer ul {
margin-left: 2em;
}

Expand Down

0 comments on commit b12f03e

Please sign in to comment.