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: Modified RTL styles for new index position
  • Loading branch information
tpartner committed Nov 13, 2012
1 parent a8acfd7 commit 1dd5d6c
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 104 deletions.
17 changes: 6 additions & 11 deletions templates/basic/template-rtl.css
Expand Up @@ -162,20 +162,15 @@ div.fieldSummary {
padding: 10px 0px 4px 10px;
text-align: right;
}

/* Question Index */
.outerframe.withindex,.withindex .outerframe{
margin-right: 1em;
margin-left: 26em;
}
#index {
position: absolute;
left: 0;
border-left: 0 none #fff;border-right: 1px solid #ccc;

#index .container .row {
text-align: right;
}
#index h3 { margin: 0.5em 0.5em 0 0; }

#index .container .row .hdr {
text-align: left;
padding: 0 0 0 0.5em;
padding: 0 0.5em 0 0;
}

/* ranking question */
Expand Down
17 changes: 4 additions & 13 deletions templates/bluengrey/template-rtl.css
Expand Up @@ -180,22 +180,13 @@ table.statisticstable {
margin-right:5px;margin-left: 0;
}
/* Question Index */
.outerframe.withindex,.withindex .outerframe{
margin-right: 1em;
margin-left: 26em;
}
#index {
left: 0;
width: 25em;
border-left: 0px none #FFF;
border-right: 1px solid #000;
}

#index .container .row {
text-align: right;
text-align: right;
}

#index .container .row .hdr {
text-align: left;
padding: 0 0 0 0.5em;
padding: 0 0.5em 0 0;
}

/*** Start jQuery UI Theme Styles ***/
Expand Down
17 changes: 4 additions & 13 deletions templates/clear_logo/template-rtl.css
Expand Up @@ -116,22 +116,13 @@ table.rank td.helptext {
}

/* Question Index */
.outerframe.withindex,.withindex .outerframe{
margin-right: 1em;
margin-left: 26em;
}
#index {
left: 0;
}
#index h2 {
text-align: left;
}

#index .container .row {
text-align: right;
text-align: right;
}

#index .container .row .hdr {
text-align: left;
padding: 0 0 0 0.5em;
padding: 0 0.5em 0 0;
}

/* ranking questions */
Expand Down
10 changes: 10 additions & 0 deletions templates/default/template-rtl.css
Expand Up @@ -51,4 +51,14 @@ td.questiontext {
/* line 641 */
.choice-5-pt-radio .answer ul, .yes-no .answer ul, .gender .answer ul {
text-align: right;
}

/* Question Index */

#index .container .row {
text-align: right;
}

#index .container .row .hdr {
padding: 0 0.5em 0 0;
}
17 changes: 6 additions & 11 deletions templates/eirenicon/template-rtl.css
Expand Up @@ -118,20 +118,15 @@ ul.cols-2 li,ul.cols-2-ul,ul.cols-3 li,ul.cols-3-ul,ul.cols-4 li,ul.cols-4-ul,ul
#tokenform input.submit {
margin-left: 0;margin-right: 18em;
}
.outerframe.withindex,.withindex .outerframe{
margin-left: 26em;
margin-right: 1em;
}
#index {
left: 0;
border-right: 1px solid #000;
}

/* Question Index */

#index .container .row {
text-align: right;
text-align: right;
}

#index .container .row .hdr {
text-align: left;
padding: 0 0 0 0.5em;
padding: 0 0.5em 0 0;
}

/* ranking questions */
Expand Down
20 changes: 7 additions & 13 deletions templates/limespired/template-rtl.css
Expand Up @@ -127,23 +127,17 @@ ul.cols-2 li,ul.cols-2-ul,ul.cols-3 li,ul.cols-3-ul,ul.cols-4 li,ul.cols-4-ul,ul
#tokenform input.submit {
margin-right: 18em;margin-left: 0;
}
.outerframe.withindex,.withindex .outerframe{
margin-left: 26em;
margin-right: 1em;
}
#index {
left: 0;
}
#index h3 {
margin: 0.5em 0.5em 0 0;
}

/* Question Index */

#index .container .row {
text-align: right;
text-align: right;
}

#index .container .row .hdr {
text-align: left;
padding: 0 0 0 0.5em;
padding: 0 0.5em 0 0;
}

/* ranking questions */
.dragDropTable .dragDropChoiceList li,
.dragDropTable .dragDropRankList li {
Expand Down
18 changes: 6 additions & 12 deletions templates/mint_idea/template-rtl.css
Expand Up @@ -135,21 +135,15 @@ ul.cols-2 li,ul.cols-2-ul,ul.cols-3 li,ul.cols-3-ul,ul.cols-4 li,ul.cols-4-ul,ul
#tokenform input.submit {
margin-right: 18em; margin-left: 0;
}
.outerframe.withindex,.withindex .outerframe{
margin-right: 1em;
margin-left: 26em;
}
#index {
left: 0;
border-right: 1px solid #ccc;
}
#index h3 { margin: 0.5em 0.5em 0 0; }

/* Question Index */

#index .container .row {
text-align: right;
text-align: right;
}

#index .container .row .hdr {
text-align: left;
padding: 0 0 0 0.5em;
padding: 0 0.5em 0 0;
}

/* ranking questions */
Expand Down
4 changes: 2 additions & 2 deletions templates/mint_idea/template.css
Expand Up @@ -1410,7 +1410,7 @@ td.statsImageholder {
font-size: 16px;
font-weight: 700;
margin: 10px 0 0;
padding: 2px 0 2px 3px;
padding: 2px 3px;
}

.groupbygroup #index h2 {
Expand All @@ -1419,7 +1419,7 @@ td.statsImageholder {

#index h3 {
margin: 1em 0 0.25em 0;
padding: 0 0 0 3px;
padding: 0 3px;
font-weight: bold;
}

Expand Down
19 changes: 6 additions & 13 deletions templates/sherpa/template-rtl.css
Expand Up @@ -111,24 +111,17 @@ ul.cols-2 li,ul.cols-2-ul,ul.cols-3 li,ul.cols-3-ul,ul.cols-4 li,ul.cols-4-ul,ul
#tokenform input.submit {
margin-right: 18em;margin-left: 0;
}
.outerframe.withindex,.withindex .outerframe{
margin-right: 1em;
margin-left: 26em;
}
#index {
left: 0;
border-right: 4px double #999;
}
#index h3 {
margin: 0.5em 0.5em 0 0;
}

/* Question Index */

#index .container .row {
text-align: right;
text-align: right;
}

#index .container .row .hdr {
padding: 0 0 0 0.5em;
padding: 0 0.5em 0 0;
}

/* ranking questions */
.dragDropTable .dragDropChoiceList li,
.dragDropTable .dragDropRankList li {
Expand Down
2 changes: 1 addition & 1 deletion templates/sherpa/template.css
Expand Up @@ -1266,7 +1266,7 @@ td.statsImageholder {
}

#index h3 {
margin: 1em 0 0.25em 3px;
margin: 1em 3px 0.25em 3px;
color: #000099;
font-size: 14px;
font-weight: bold;
Expand Down
19 changes: 6 additions & 13 deletions templates/vallendar/template-rtl.css
Expand Up @@ -131,22 +131,15 @@ table.rank td.helptext {
#tokenform input.submit {
margin:1em 18em 1em 0;
}
.outerframe.withindex, .withindex .outerframe{
margin-left: 26em;
margin-right: 1em;
}
#index {
left: 0;
border-right: 1px solid #000;
}
#index h3 {
margin: 0.5em 0.5em 0 0;
}

/* Question Index */

#index .container .row {
text-align: right;
text-align: right;
}

#index .container .row .hdr {
text-align: left;
padding: 0 0.5em 0 0;
}

/* ranking questions */
Expand Down
4 changes: 2 additions & 2 deletions templates/vallendar/template.css
Expand Up @@ -1228,7 +1228,7 @@ table.statisticstable strong {

#index h2 {
margin: 1px;
padding: 0.5em 0 0.5em 3px;
padding: 0.5em 3px 0.5em 3px;
color: #17479E;
font-size: small;
background-color: #CCCCCC;
Expand All @@ -1240,7 +1240,7 @@ table.statisticstable strong {

#index h3 {
margin: 1em 0 0.25em 0;
padding: 0 0 0 3px;
padding: 0 3px;
font-size: small;
font-weight: bold;
}
Expand Down

0 comments on commit 1dd5d6c

Please sign in to comment.