summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-02-12 01:46:34 +0100
committermkanat%bugzilla.org <>2009-02-12 01:46:34 +0100
commitd8f23ea46b2244fb5c2ae610637deed14db13704 (patch)
tree4ff057b6f5a5e8d3f1e045351edb7de23bfe7e36 /skins
parent138c15b19a7f49667c012829cc0311abdbdfb0c0 (diff)
downloadbugzilla-d8f23ea46b2244fb5c2ae610637deed14db13704.tar.gz
bugzilla-d8f23ea46b2244fb5c2ae610637deed14db13704.tar.xz
Bug 475063: Make the logged-out index.cgi simpler
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/index.css138
-rw-r--r--skins/standard/index/bug.gifbin0 -> 4638 bytes
-rw-r--r--skins/standard/index/login.gifbin0 -> 3214 bytes
-rw-r--r--skins/standard/index/seach.gifbin0 -> 3265 bytes
4 files changed, 99 insertions, 39 deletions
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 <vitaly@rathedg.com>
+ * Guy Pyrzak <guy.pyrzak@gmail.com>
*/
/* 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
--- /dev/null
+++ b/skins/standard/index/bug.gif
Binary files differ
diff --git a/skins/standard/index/login.gif b/skins/standard/index/login.gif
new file mode 100644
index 000000000..cdc75c8d4
--- /dev/null
+++ b/skins/standard/index/login.gif
Binary files differ
diff --git a/skins/standard/index/seach.gif b/skins/standard/index/seach.gif
new file mode 100644
index 000000000..5276c1540
--- /dev/null
+++ b/skins/standard/index/seach.gif
Binary files differ