diff --git a/bugzilla-4.0/skins/contrib/Wikimedia/index.css b/bugzilla-4.0/skins/contrib/Wikimedia/index.css index f174e05..b46485a 100644 --- a/bugzilla-4.0/skins/contrib/Wikimedia/index.css +++ b/bugzilla-4.0/skins/contrib/Wikimedia/index.css @@ -53,27 +53,43 @@ .bz_common_actions { display: block; height: 190px; - width: 195px; float: left; margin: 0 3ex 3em 0; text-align: center; } - .bz_common_actions span { + .bz_common_actions ul { + list-style-type: none; + padding: 0; + } + .bz_common_actions ul li { + float: left; + display: inline; + vertical-align: top; + } + .bz_common_actions ul li a { + display: inline-block; + height: 170px; + width: 145px; + margin: 0 2ex 2em 0; + } + .bz_common_actions ul li a span { position: relative; - top: 95%; + top: 90%; font-weight: bold; } - - .bz_common_actions, - .bz_common_actions:visited, - .bz_common_actions:hover - { + .bz_common_actions a, + .bz_common_actions a:visited, + .bz_common_actions a:hover { text-decoration: none; } - - #enter_bug { background: url(index/bug.gif) no-repeat; } - #query { background: url(index/search.gif) no-repeat; } - #account { background: url(index/account.gif) no-repeat; } + #enter_bug { background: url(../../standard/index/file-a-bug.png) no-repeat; } + #query { background: url(../../standard/index/search.png) no-repeat; } + #help { background: url(../../standard/index/help.png) no-repeat; } + #report { background: url(index/report.png) no-repeat; } + #account { + background: url(../../standard/index/new-account.png) no-repeat; + margin-right: 0; + } #quicksearchForm { diff --git a/bugzilla-4.0/template/en/custom/index.html.tmpl b/bugzilla-4.0/template/en/custom/index.html.tmpl index 5a3ac04..ad1802b 100644 --- a/bugzilla-4.0/template/en/custom/index.html.tmpl +++ b/bugzilla-4.0/template/en/custom/index.html.tmpl @@ -30,7 +30,7 @@ [% PROCESS global/header.html.tmpl - title = "$terms.Bugzilla Main Page" + title = "Wikimedia $terms.Bugzilla Main Page" header = "Main Page" %] @@ -38,53 +38,69 @@
[% IF user.settings.skin.value=='Wikimedia' %] -
- bugzzz +
[% Hook.process('intro') %] +
[% END %] -

This is the bug tracker for Welcome to MediaWiki [% terms.Bugzilla %] +

This is the bug tracker for MediaWiki and its extensions and site-specific problems on Wikimedia's wiki sites.

-

Welcome to [% terms.Bugzilla %]. To see what's new in this version - of [% terms.Bugzilla %], see the - release notes! - You may also want to read the - - [%- terms.Bugzilla %] User's Guide to find out more about - [%+ terms.Bugzilla %] and how to use it.

- - -

For help using this system, please see + + +

If you would like to file a bug report, please read + How +to report a bug for some pointers.

+ +

+

+ +
+


-

But it all boils down to a choice of:

- -
+
[% Hook.process('outro') %]
+
[% PROCESS global/footer.html.tmpl %]