You need to sign in or sign up before continuing.
Commit 5d9a3172 authored by Guy Pyrzak's avatar Guy Pyrzak

Bug 493653: Replace the bugzilla homepage images

r=mkanat, a=mkanat
parent ad1ed3e2
...@@ -7,19 +7,3 @@ ...@@ -7,19 +7,3 @@
{ {
clear:both; clear:both;
} }
#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;
}
...@@ -19,13 +19,14 @@ ...@@ -19,13 +19,14 @@
#page-index #page-index
{ {
padding: 0.2em 0.2em 0.15em 0.2em; padding: 0.2em 0.2em 0.15em 0.2em;
max-width: 1000px;
} }
/* By default these contain nothing, but these CSS rules make things /* By default these contain nothing, but these CSS rules make things
easier on customizers. */ easier on customizers. */
.intro, .outro { .intro, .outro {
text-align: center; text-align: center;
width: 50em; width: 20em;
} }
/* Hide from NN4 */ /* Hide from NN4 */
...@@ -51,10 +52,10 @@ ...@@ -51,10 +52,10 @@
.bz_common_actions { .bz_common_actions {
display: block; display: block;
height: 190px; height: 170px;
width: 195px; width: 145px;
float: left; float: left;
margin: 0 3ex 3em 0; margin: 0 2ex 2em 0;
text-align: center; text-align: center;
} }
.bz_common_actions span { .bz_common_actions span {
...@@ -62,17 +63,18 @@ ...@@ -62,17 +63,18 @@
top: 95%; top: 95%;
font-weight: bold; font-weight: bold;
} }
.bz_common_actions, .bz_common_actions,
.bz_common_actions:visited, .bz_common_actions:visited,
.bz_common_actions:hover .bz_common_actions:hover
{ {
text-decoration: none; text-decoration: none;
} }
#enter_bug { background: url(index/file-a-bug.png) no-repeat; }
#enter_bug { background: url(index/bug.gif) no-repeat; } #query { background: url(index/search.png) no-repeat; }
#query { background: url(index/search.gif) no-repeat; } #account {
#account { background: url(index/account.gif) no-repeat; } background: url(index/new-account.png) no-repeat;
margin-right: 0;
}
#quicksearchForm #quicksearchForm
{ {
...@@ -83,7 +85,7 @@ ...@@ -83,7 +85,7 @@
#quicksearchForm #quicksearch_main #quicksearchForm #quicksearch_main
{ {
width: 25em; width: 27em;
} }
#quicksearchForm #quicksearchForm
...@@ -94,6 +96,7 @@ ...@@ -94,6 +96,7 @@
#page-index table{ #page-index table{
border-collapse: collapse; border-collapse: collapse;
margin: auto;
} }
#welcome #welcome
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment