diff --git a/mozilla/webtools/update/css/cavendish/content.css b/mozilla/webtools/update/css/cavendish/content.css index 656b8c456d1..950c15173ef 100755 --- a/mozilla/webtools/update/css/cavendish/content.css +++ b/mozilla/webtools/update/css/cavendish/content.css @@ -271,3 +271,19 @@ .disclaimer a { color: #999; } + +.finalists-link { + border: 1px solid #ccc; + display: block; + text-align: center; + font-size: 1.3em; + background-color: #eee; + margin: 1em 0 .5em 0; + padding: .5em; + text-decoration: none; +} + +.finalists-link:hover { + background-color: #fff; + border: 1px inset #ccc; +} diff --git a/mozilla/webtools/update/finalists.php b/mozilla/webtools/update/finalists.php index ab6067023fa..dce6d8a8a8f 100644 --- a/mozilla/webtools/update/finalists.php +++ b/mozilla/webtools/update/finalists.php @@ -200,8 +200,6 @@ finalist; - - diff --git a/mozilla/webtools/update/index.php b/mozilla/webtools/update/index.php index 46856254286..a7704a0ffd0 100644 --- a/mozilla/webtools/update/index.php +++ b/mozilla/webtools/update/index.php @@ -121,6 +121,8 @@ MP; +
+