aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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">