From d8f23ea46b2244fb5c2ae610637deed14db13704 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 12 Feb 2009 00:46:34 +0000 Subject: Bug 475063: Make the logged-out index.cgi simpler Patch By Guy Pyrzak r=mkanat, a=mkanat --- skins/standard/index.css | 138 +++++++++++++++++++++++++++++------------ skins/standard/index/bug.gif | Bin 0 -> 4638 bytes skins/standard/index/login.gif | Bin 0 -> 3214 bytes skins/standard/index/seach.gif | Bin 0 -> 3265 bytes 4 files changed, 99 insertions(+), 39 deletions(-) create mode 100644 skins/standard/index/bug.gif create mode 100644 skins/standard/index/login.gif create mode 100644 skins/standard/index/seach.gif (limited to 'skins') diff --git a/skins/standard/index.css b/skins/standard/index.css index 2b021f349..61837f491 100644 --- a/skins/standard/index.css +++ b/skins/standard/index.css @@ -11,6 +11,7 @@ * The Original Code is the Bugzilla Bug Tracking System. * * Contributor(s): Vitaly Harisov + * Guy Pyrzak */ /* index page (begin) */ @@ -20,66 +21,125 @@ padding: 0.2em 0.2em 0.15em 0.2em; } - #page-index ul, #page-index li, - #page-index p, #page-index form p + /* Hide from NN4 */ + + #new_release { - margin: 0; - padding: 0; + border: 2px solid red; + padding: 0.5em 1em; + margin: 1em; + font-weight: bold; } - #page-index ul + #new_release .notice { - padding-bottom: 1em; + font-size: 80%; + font-weight: normal; } - #page-index li + #welcome-admin a { - list-style: none; + font-weight: bold; } - - #page-index p + + div.bz_common_actions { - padding-bottom: 0.5em; + height: 190px; + width: 195px; + background-color: blue; + float: left; + margin: 0 3ex; + text-align: center; + margin-bottom: 3em; } - - /* Hide from NN4 */ - div#page-index .intro + div.bz_common_actions span { - width: 250px; - height: 200px; - - margin-top: 2.3em; - margin-right: 2.3em; - float: right; - background: transparent no-repeat url(index/front.png); + position: relative; + top: 95%; + font-weight: bold; } - - #page-index #report + + div.bz_common_actions, + div.bz_common_actions a, + div.bz_common_actions a div, + div.bz_common_actions a:visited, + div.bz_common_actions a:hover { + text-decoration: none; + } + + a.bz_common_actions { + text-decoration: none; + } + + #quicksearchForm { - padding-bottom: 1em; + clear: both; + text-align: center; + margin-bottom: 2em; } - - #page-index #sidebar + + #quicksearchForm #quicksearch { - padding-top: 1em; + width: 25em; } - - #new_release + + #quicksearchForm { - border: 2px solid red; - padding: 0.5em 1em; - margin: 1em; + margin: 0; + padding: 0; + } + + #page-index table{ + border-collapse: collapse; + } + + #welcome + { + font-size: x-large; font-weight: bold; + text-align: center; + margin: 0 0 0.8em 0; + padding: 0; } - - #new_release .notice + + #enter_bug { - font-size: 80%; - font-weight: normal; + background: url(index/bug.gif) no-repeat; } - - #welcome-admin a + + #query { - font-weight: bold; + background: url(index/search.gif) no-repeat; + } + + #account + { + background: url(index/account.gif) no-repeat; + } + + ul.additional_links + { + list-style: none; + margin: 0; + padding: 0; + } + + ul#quicksearch_links{ + margin-bottom: 1em; + } + + ul.additional_links li + { + display: inline; + } + + ul.additional_links li.bz_default_hidden + { + display: none; + } + + input.quicksearch_help_text + { + color: #ccc; } /* index page (end) */ diff --git a/skins/standard/index/bug.gif b/skins/standard/index/bug.gif new file mode 100644 index 000000000..55ac1888c Binary files /dev/null and b/skins/standard/index/bug.gif differ diff --git a/skins/standard/index/login.gif b/skins/standard/index/login.gif new file mode 100644 index 000000000..cdc75c8d4 Binary files /dev/null and b/skins/standard/index/login.gif differ diff --git a/skins/standard/index/seach.gif b/skins/standard/index/seach.gif new file mode 100644 index 000000000..5276c1540 Binary files /dev/null and b/skins/standard/index/seach.gif differ -- cgit v1.2.3-24-g4f1b