From: Frédéric Buclin Date: Fri, 17 Apr 2015 22:09:39 +0000 (+0200) Subject: Bug 1155512: Localization template links not lining up with other header links X-Git-Tag: release-5.1.1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d0525f2422c9a2e9dba9a80e7feacbb0503c2d;p=thirdparty%2Fbugzilla.git Bug 1155512: Localization template links not lining up with other header links r/a=dkl --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 5a23d4ee84..4f376ddfd2 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -61,10 +61,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 d59ecef8b3..65b96ec84e 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -273,10 +273,7 @@ [% END %] -
- [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %] -
- + [% USE Bugzilla %] [% IF Bugzilla.languages.size > 1 %]
    @@ -294,6 +291,10 @@
[% END %] + +
+ [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %] +