Skip to content

Commit

Permalink
Dev ; langageselector don't work on each page , some fix for rtl
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9800 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Shnoulle committed Feb 15, 2011
1 parent 5952a9b commit bb4c918
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion templates/citronade/startpage.pstpl
Expand Up @@ -19,7 +19,6 @@
<div class="wrapper">
<a href="http://www.limesurvey.org" title="The survey software" id="link-logo"><img src="{TEMPLATEURL}logo.png" alt="LimeSurvey" id="logo"/></a>
<h1 id="sitename">{SITENAME}</h1>
<div id="languagechanger" class="form">{LANGUAGECHANGER}</div>
</div>
</div>
<div id="title"><h2 id="surveytitle" class="wrapper">{SURVEYNAME}</h2></div>
Expand Down
1 change: 1 addition & 0 deletions templates/citronade/surveylist.pstpl
@@ -1,3 +1,4 @@
<div id="languagechanger" class="form">{LANGUAGECHANGER}</div>
<div id="surveylist-container">
<h3 id="surveylistheading">{SURVEYLISTHEADING}</h3>
<ul id="surveylist">{SURVEYLIST}</ul>
Expand Down
5 changes: 2 additions & 3 deletions templates/citronade/template-rtl.css
Expand Up @@ -15,9 +15,6 @@

body{text-align:right;direction:rtl;}

#head #languagechanger{position:absolute;top:0;left:0;}
#head #languagechanger{text-align:left;}

h2#surveytitle{text-align:right;}

ul.tools{
Expand All @@ -33,6 +30,8 @@ ul#surveylist li{
clear:right ;
}

.wrapper,#content{text-align:right;}

table.question tbody th.answertext,table.question tbody th.arraycaptionright{text-align:left;}
table.question tbody th.answertextleft{text-align:right;}

Expand Down
4 changes: 1 addition & 3 deletions templates/citronade/template.css
Expand Up @@ -36,8 +36,6 @@ a:hover, a:focus, a:active {background-color: #E5F8A8;color: #5670A1;}
#head a#link-logo:hover,#head a#link-logo:focus,#head a#link-logo:active{background:transparent;}
#head a#link-logo {outline: 0;} /* remove the outline on logo click */

#head #languagechanger{position:absolute;top:1em;right:0;}
#head #languagechanger{text-align:right;}
#head #sitename a{text-decoration:none;color:#328639;}

/* survey title color */
Expand Down Expand Up @@ -165,7 +163,7 @@ ul#surveylist li a.surveytitle{color:#5670A1;}
/* specific decoration */
p.url{font-size:1.2em;text-align:center;font-weight:bold}
table.printouttable{width:99%}

#languagechanger{margin:0.5em 0;text-align:center}
/* survey list (home page) */
#surveylist-container{text-align:center}
h2#surveytitle{font-size:1.2em;text-align:left;line-height:2em;}
Expand Down
1 change: 1 addition & 0 deletions templates/citronade/welcome.pstpl
@@ -1,4 +1,5 @@
{CHECKJAVASCRIPT}
<div id="languagechanger" class="form">{LANGUAGECHANGER}</div>
<div id="welcome">
<p id='surveydescription' class="text">{SURVEYDESCRIPTION}</p>
<p id='surveywelcome' class="text">{WELCOME}</p>
Expand Down

0 comments on commit bb4c918

Please sign in to comment.