Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
10f62820
Commit
10f62820
authored
Nov 29, 2011
by
Marc Schumann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 692737 - Main page icons are not centered.
r/a=mkanat
parent
ed6d03c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
27 deletions
+42
-27
index.css
skins/standard/index.css
+18
-11
index.html.tmpl
template/en/default/index.html.tmpl
+24
-16
No files found.
skins/standard/index.css
View file @
10f62820
...
...
@@ -26,7 +26,6 @@
easier on customizers. */
.intro
,
.outro
{
text-align
:
center
;
width
:
20em
;
}
/* Hide from NN4 */
...
...
@@ -49,24 +48,32 @@
{
font-weight
:
bold
;
}
.bz_common_actions
{
display
:
block
;
text-align
:
center
;
}
.bz_common_actions
ul
{
list-style-type
:
none
;
padding
:
0
;
}
.bz_common_actions
ul
li
{
display
:
inline
;
vertical-align
:
top
;
}
.bz_common_actions
ul
li
a
{
display
:
inline-block
;
height
:
170px
;
width
:
145px
;
float
:
left
;
margin
:
0
2ex
2em
0
;
text-align
:
center
;
}
.bz_common_actions
span
{
.bz_common_actions
ul
li
a
span
{
position
:
relative
;
top
:
9
5
%
;
top
:
9
0
%
;
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/file-a-bug.png)
no-repeat
;
}
...
...
template/en/default/index.html.tmpl
View file @
10f62820
...
...
@@ -122,22 +122,30 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
<td>
<h1
id=
"welcome"
>
Welcome to [% terms.Bugzilla %]
</h1>
<div
class=
"intro"
>
[% Hook.process('intro') %]
</div>
<a
id=
"enter_bug"
class=
"bz_common_actions"
href=
"enter_bug.cgi"
><span>
File [% terms.aBug %]
</span></a>
<a
id=
"query"
class=
"bz_common_actions"
href=
"query.cgi"
><span>
Search
</span></a>
<a
id=
"account"
class=
"bz_common_actions"
[%
IF
user
.
id
%]
href=
"userprefs.cgi"
><span>
User Preferences
</span></a>
[% ELSIF Param('createemailregexp')
&&
user.authorizer.user_can_create_account
%]
href="createaccount.cgi">
<span>
Open a New Account
</span></a>
[% ELSE %]
href="?GoAheadAndLogIn=1">
<span>
Log In
</span></a>
[% END %]
<div
class=
"bz_common_actions"
>
<ul>
<li>
<a
id=
"enter_bug"
href=
"enter_bug.cgi"
><span>
File
[%= terms.aBug %]
</span></a>
</li>
<li>
<a
id=
"query"
href=
"query.cgi"
><span>
Search
</span></a>
</li>
<li>
<a
id=
"account"
[%
IF
user
.
id
%]
href=
"userprefs.cgi"
><span>
User Preferences
</span></a>
[% ELSIF Param('createemailregexp')
&&
user.authorizer.user_can_create_account
%]
href="createaccount.cgi">
<span>
Open a New Account
</span></a>
[% ELSE %]
href="?GoAheadAndLogIn=1">
<span>
Log In
</span></a>
[% END %]
</li>
</ul>
</div>
<form
id=
"quicksearchForm"
name=
"quicksearchForm"
action=
"buglist.cgi"
onsubmit=
"return checkQuicksearch(this);"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment