aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-18 00:12:02 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-18 00:12:02 +0200
commitdf1fc57172147d2ca40545ad16ad8e49a12479c4 (patch)
treed21d84e96d0aed5413fad198e42a5e68e0baf95b
parent6a9461afccc41be4c39b7e99e1da0f4f7508b8e6 (diff)
downloadbugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar
bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar.gz
bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar.bz2
bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar.xz
bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.zip
Bug 1155512: Localization template links not lining up with other header links
r/a=dkl
-rw-r--r--skins/standard/global.css4
-rw-r--r--template/en/default/global/header.html.tmpl9
2 files changed, 5 insertions, 8 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index b3651ad3c..1e66e4e32 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -53,10 +53,6 @@
padding: 0.5em;
}
- #common_links {
- clear: both;
- }
-
#lang_links_container {
float: right;
}
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index bf952ad96..e461e3746 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -232,10 +232,7 @@
[% END %]
</div>
- <div id="common_links">
- [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
- </div>
-
+ [% USE Bugzilla %]
[% IF Bugzilla.languages.size > 1 %]
<div id="lang_links_container" class="bz_default_hidden">
<ul class="links">
@@ -253,6 +250,10 @@
</ul>
</div>
[% END %]
+
+ <div id="common_links">
+ [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
+ </div>
</div>
<div id="bugzilla-body">