diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-08-28 16:27:20 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-08-28 16:27:20 +0200 |
commit | 809cad03013802e8d57f2f6607bab89dbf5d73fc (patch) | |
tree | 77b9e2970dfc71526711cd12ca44ffed1dfb53c6 | |
parent | b9dd56427c72d91be4f4d172ecda431a5b4fe9f2 (diff) | |
download | bugzilla-809cad03013802e8d57f2f6607bab89dbf5d73fc.tar.gz bugzilla-809cad03013802e8d57f2f6607bab89dbf5d73fc.tar.xz |
Bug 906757 - Update tab on Mozilla theme to new tab style (Tabzilla)
r=glob
-rw-r--r-- | skins/contrib/Mozilla/global.css | 5 | ||||
-rw-r--r-- | skins/contrib/Mozilla/tabzilla.png | bin | 0 -> 3518 bytes | |||
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 7238b6cae..a53258074 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -65,7 +65,7 @@ hr { background: linear-gradient(#e5e3dc, #ecebe5); border-radius: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); - border-top: 3px solid rgb(104, 104, 104); + border-top: 2px solid rgb(255, 255, 255); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); margin: -15px; position: absolute; @@ -82,7 +82,7 @@ hr { #header .wrapper { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - margin: 0px auto; + margin: -1px auto 0px; width: 99%; } @@ -126,7 +126,6 @@ hr { border-radius: 0; color: #404040; position: relative; - margin-top: -15px; width: 50%; } diff --git a/skins/contrib/Mozilla/tabzilla.png b/skins/contrib/Mozilla/tabzilla.png Binary files differnew file mode 100644 index 000000000..7619610c3 --- /dev/null +++ b/skins/contrib/Mozilla/tabzilla.png diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 07446516b..fae10996d 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -246,7 +246,6 @@ <div id="header"> [% IF user.settings.skin.value == 'Mozilla' %] - <div class="wrapper"> <table border="0" cellspacing="0" cellpadding="0" id="titles"> <tr> @@ -304,7 +303,8 @@ [% END %] </td> <td id="moz_tab"> - <a href="http://mozilla.org/"><img src="https://addons.cdn.mozilla.net/media/img/zamboni/mozilla-tab.png?b=4953ddb" border="0"></a> + <a href="https://www.mozilla.org/" title="Mozilla - Home of the Mozilla Project"> + <img src="skins/contrib/Mozilla/tabzilla.png" border="0" height="42" width="154"></a> </td> </tr> </table> |