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
126c681a
Commit
126c681a
authored
Mar 02, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 956190 (part 1): Merge index.css and page.css with global.css
r/a=justdave
parent
2cd9e8e5
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
219 additions
and
255 deletions
+219
-255
global.css
skins/contrib/Dusk/global.css
+4
-0
index.css
skins/contrib/Dusk/index.css
+0
-12
global.css
skins/standard/global.css
+208
-0
index.css
skins/standard/index.css
+0
-142
page.css
skins/standard/page.css
+0
-92
index.html.tmpl
template/en/default/index.html.tmpl
+0
-1
fields.html.tmpl
template/en/default/pages/fields.html.tmpl
+3
-3
quicksearch.html.tmpl
template/en/default/pages/quicksearch.html.tmpl
+2
-2
release-notes.html.tmpl
template/en/default/pages/release-notes.html.tmpl
+1
-1
release-notes3.html.tmpl
template/en/default/pages/release-notes3.html.tmpl
+1
-1
welcome-admin.html.tmpl
template/en/default/welcome-admin.html.tmpl
+0
-1
No files found.
skins/contrib/Dusk/global.css
View file @
126c681a
...
...
@@ -212,6 +212,10 @@ hr {
background-color
:
#f0f0f0
;
}
#page-index
.outro
{
clear
:
both
;
}
/* Rules specific for printing */
@media
print
{
#header
,
...
...
skins/contrib/Dusk/index.css
deleted
100644 → 0
View file @
2cd9e8e5
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code Form is "Incompatible With Secondary Licenses", as
* defined by the Mozilla Public License, v. 2.0.
*/
div
#page-index
.outro
{
clear
:
both
;
}
skins/standard/global.css
View file @
126c681a
...
...
@@ -765,3 +765,211 @@ tr.shared_search {
-moz-columns
:
3
;
-webkit-columns
:
3
;
}
/* index.cgi (begin) */
#page-index
{
padding
:
0.2em
0.2em
0.15em
0.2em
;
max-width
:
1000px
;
}
/* By default these contain nothing, but these CSS rules make things
easier on customizers. */
.intro
,
.outro
{
text-align
:
center
;
}
#new_release
{
border
:
2px
solid
red
;
padding
:
0.5em
1em
;
margin
:
1em
;
font-weight
:
bold
;
}
#new_release
.notice
{
font-size
:
80%
;
font-weight
:
normal
;
}
#welcome-admin
a
{
font-weight
:
bold
;
}
.bz_common_actions
{
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
;
margin
:
0
2ex
2em
0
;
}
.bz_common_actions
ul
li
a
span
{
position
:
relative
;
top
:
90%
;
font-weight
:
bold
;
}
.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
;
}
#query
{
background
:
url(index/search.png)
no-repeat
;
}
#account
{
background
:
url(index/new-account.png)
no-repeat
;
}
#help
{
background
:
url(index/help.png)
no-repeat
;
}
#quicksearchForm
{
clear
:
both
;
text-align
:
center
;
margin-bottom
:
2em
;
}
#quicksearchForm
#quicksearch_main
{
width
:
27em
;
}
#quicksearchForm
{
margin
:
0
;
padding
:
0
;
}
#page-index
table
{
border-collapse
:
collapse
;
margin
:
auto
;
}
#welcome
{
font-size
:
x-large
;
font-weight
:
bold
;
text-align
:
center
;
margin
:
0
0
0.8em
0
;
padding
:
0
;
}
#common_queries
ul
{
list-style
:
none
;
padding-left
:
1.5em
;
}
#common_queries
li
a
{
text-decoration
:
none
;
}
ul
#quicksearch_links
{
margin-bottom
:
1em
;
}
ul
.additional_links
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
ul
.additional_links
li
{
display
:
inline
;
}
ul
.additional_links
li
.bz_default_hidden
{
display
:
none
;
}
input
.quicksearch_help_text
{
color
:
#ccc
;
}
/* index.cgi (end) */
/* page.cgi (begin) */
body
.narrow_page
#bugzilla-body
>
*
{
/* People have an easier time reading narrower columns of text. */
max-width
:
45em
;
}
/*****************/
/* Release Notes */
/*****************/
.req_new
{
color
:
red
;
}
.req_table
{
border-collapse
:
collapse
;
}
.req_table
td
,
.req_table
th
{
border
:
1px
solid
black
;
padding
:
.25em
;
}
/********************/
/* QuickSearch Help */
/********************/
.qs_help
li
{
margin-top
:
1ex
;
}
.qs_fields
th
{
padding
:
0
.25em
;
}
.qs_fields
th
.field_nickname
{
text-align
:
left
;
}
.qs_fields
td
{
padding
:
.25em
;
border-top
:
1px
solid
gray
;
}
.qs_fields
.field_name
{
width
:
10em
;
}
/***************/
/* fields.html */
/***************/
table
.field_value_explanation
{
table-layout
:
fixed
;
border-collapse
:
collapse
;
}
.field_value_explanation
thead
h2
{
margin
:
0
;
}
.field_value_explanation
.header_row
td
{
text-align
:
center
;
font-size
:
120%
;
font-weight
:
bold
;
}
.field_value_explanation
tbody
td
{
border
:
1px
solid
black
;
padding
:
1em
;
}
.field_value_explanation
dt
,
.field_descriptions
dt
{
margin-top
:
1em
;
}
.field_descriptions
dt
{
font-size
:
120%
;
}
/* page.cgi (end) */
skins/standard/index.css
deleted
100644 → 0
View file @
2cd9e8e5
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code Form is "Incompatible With Secondary Licenses", as
* defined by the Mozilla Public License, v. 2.0.
*/
/* index page (begin) */
#page-index
{
padding
:
0.2em
0.2em
0.15em
0.2em
;
max-width
:
1000px
;
}
/* By default these contain nothing, but these CSS rules make things
easier on customizers. */
.intro
,
.outro
{
text-align
:
center
;
}
/* Hide from NN4 */
#new_release
{
border
:
2px
solid
red
;
padding
:
0.5em
1em
;
margin
:
1em
;
font-weight
:
bold
;
}
#new_release
.notice
{
font-size
:
80%
;
font-weight
:
normal
;
}
#welcome-admin
a
{
font-weight
:
bold
;
}
.bz_common_actions
{
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
;
margin
:
0
2ex
2em
0
;
}
.bz_common_actions
ul
li
a
span
{
position
:
relative
;
top
:
90%
;
font-weight
:
bold
;
}
.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
;
}
#query
{
background
:
url(index/search.png)
no-repeat
;
}
#account
{
background
:
url(index/new-account.png)
no-repeat
;
}
#help
{
background
:
url(index/help.png)
no-repeat
;
}
#quicksearchForm
{
clear
:
both
;
text-align
:
center
;
margin-bottom
:
2em
;
}
#quicksearchForm
#quicksearch_main
{
width
:
27em
;
}
#quicksearchForm
{
margin
:
0
;
padding
:
0
;
}
#page-index
table
{
border-collapse
:
collapse
;
margin
:
auto
;
}
#welcome
{
font-size
:
x-large
;
font-weight
:
bold
;
text-align
:
center
;
margin
:
0
0
0.8em
0
;
padding
:
0
;
}
#common_queries
ul
{
list-style
:
none
;
padding-left
:
1.5em
;
}
#common_queries
li
a
{
text-decoration
:
none
;
}
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) */
skins/standard/page.css
deleted
100644 → 0
View file @
2cd9e8e5
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code Form is "Incompatible With Secondary Licenses", as
* defined by the Mozilla Public License, v. 2.0.
*/
/* This CSS is used by various informational pages in the
template/en/default/pages/ directory. */
#bugzilla-body
{
padding
:
0
1em
;
}
#bugzilla-body
>
*
{
/* People have an easier time reading narrower columns of text. */
max-width
:
45em
;
}
/*****************/
/* Release Notes */
/*****************/
.req_new
{
color
:
red
;
}
.req_table
{
border-collapse
:
collapse
;
}
.req_table
td
,
.req_table
th
{
border
:
1px
solid
black
;
padding
:
.25em
;
}
/********************/
/* QuickSearch Help */
/********************/
.qs_help
li
{
margin-top
:
1ex
;
}
.qs_fields
th
{
padding
:
0
.25em
;
}
.qs_fields
th
.field_nickname
{
text-align
:
left
;
}
.qs_fields
td
{
padding
:
.25em
;
border-top
:
1px
solid
gray
;
}
.qs_fields
.field_name
{
width
:
10em
;
}
/***************/
/* fields.html */
/***************/
table
.field_value_explanation
{
table-layout
:
fixed
;
border-collapse
:
collapse
;
}
.field_value_explanation
thead
h2
{
margin
:
0
;
}
.field_value_explanation
.header_row
td
{
text-align
:
center
;
font-size
:
120%
;
font-weight
:
bold
;
}
.field_value_explanation
tbody
td
{
border
:
1px
solid
black
;
padding
:
1em
;
}
.field_value_explanation
dt
,
.field_descriptions
dt
{
margin-top
:
1em
;
}
.field_descriptions
dt
{
font-size
:
120%
;
}
template/en/default/index.html.tmpl
View file @
126c681a
...
...
@@ -14,7 +14,6 @@
title = "$terms.Bugzilla Main Page"
header = "Main Page"
header_addl_info = "version $constants.BUGZILLA_VERSION"
style_urls = [ 'skins/standard/index.css' ]
%]
[% IF release %]
...
...
template/en/default/pages/fields.html.tmpl
View file @
126c681a
...
...
@@ -6,9 +6,9 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
[% PROCESS global/header.html.tmpl
title = "$terms.Bug Fields"
style_urls = ['skins/standard/page.css
']
[% PROCESS global/header.html.tmpl
title = "$terms.Bug Fields"
bodyclasses = ['narrow_page
']
%]
<p>This page describes the various fields that you see
...
...
template/en/default/pages/quicksearch.html.tmpl
View file @
126c681a
...
...
@@ -7,8 +7,8 @@
#%]
[% INCLUDE global/header.html.tmpl
title = "$terms.Bugzilla QuickSearch",
style_urls = ['skins/standard/page.css
']
title = "$terms.Bugzilla QuickSearch"
bodyclasses = ['narrow_page
']
%]
[% USE Bugzilla %]
...
...
template/en/default/pages/release-notes.html.tmpl
View file @
126c681a
...
...
@@ -9,7 +9,7 @@
[% SET title = "Bugzilla 4.4 Release Notes" %]
[% INCLUDE global/header.html.tmpl
title = title
style_urls = ['skins/standard/page.css']
bodyclasses = ['narrow_page']
%]
<h1>[% title FILTER html %]</h1>
...
...
template/en/default/pages/release-notes3.html.tmpl
View file @
126c681a
...
...
@@ -9,7 +9,7 @@
[% SET title = "Bugzilla 3.6 Release Notes" %]
[% INCLUDE global/header.html.tmpl
title = title
style_urls = ['skins/standard/page.css
']
bodyclasses = ['narrow_page
']
%]
<h3>Release Notes For Newer Versions</h3>
...
...
template/en/default/welcome-admin.html.tmpl
View file @
126c681a
...
...
@@ -15,7 +15,6 @@
[% PROCESS global/header.html.tmpl
title = title
header_addl_info = "version $constants.BUGZILLA_VERSION"
style_urls = [ 'skins/standard/index.css' ]
%]
<div id="welcome-admin">
...
...
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