Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #05207: IE 7 does not allow "yes" selection in a yes/no Q…
…uestion type

Dev Fix IE 6 and 7 styles

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10149 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed May 30, 2011
1 parent 35fb65a commit 7a2b769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/basic/ie_fix_6.css
@@ -1,5 +1,5 @@
/* The following styles are for versions of IE 6 and older */
.choice-5-pt-radio ul {
.yes-no .answer ul, .gender .answer ul .choice-5-pt-radio .answer ul {
margin-left: 2.5em;
}

Expand Down
6 changes: 1 addition & 5 deletions templates/basic/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 .answer ul, .gender .answer ul .choice-5-pt-radio .answer 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

0 comments on commit 7a2b769

Please sign in to comment.