Skip to content

Commit

Permalink
Fixed issue #06793: Button is only partly shown
Browse files Browse the repository at this point in the history
Dev: Fix selector for index element styles
  • Loading branch information
tpartner committed Nov 13, 2012
1 parent f787d35 commit 951bd58
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion templates/basic/template.css
Expand Up @@ -1070,7 +1070,7 @@ div.questionTitle {
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/bluengrey/template.css
Expand Up @@ -1390,7 +1390,7 @@ table.assessments th{
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/clear_logo/template.css
Expand Up @@ -1136,7 +1136,7 @@ span.qnumcode {
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/template.css
Expand Up @@ -1428,7 +1428,7 @@ div.questionTitle {
}

/* Question Index */
.withindex .outerframe {
.withindex.outerframe {
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/eirenicon/template.css
Expand Up @@ -1290,7 +1290,7 @@ td.statsImageholder {
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/limespired/template.css
Expand Up @@ -1354,7 +1354,7 @@ td.statsImageholder {
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/mint_idea/template.css
Expand Up @@ -1393,7 +1393,7 @@ td.statsImageholder {
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/sherpa/template.css
Expand Up @@ -1241,7 +1241,7 @@ td.statsImageholder {
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/vallendar/template.css
Expand Up @@ -1211,7 +1211,7 @@ table.statisticstable strong {
}

/* Question Index */
.withindex .outerframe{
.withindex.outerframe{
margin-left: 1em;
margin-right: 26em;
}
Expand Down

0 comments on commit 951bd58

Please sign in to comment.