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
c379cab5
Commit
c379cab5
authored
Apr 06, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 552647: CSS fixes for the search-direction arrows and the buglist table
headers r=LpSolit, a=LpSolit
parent
d89b27ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
buglist.css
skins/standard/buglist.css
+14
-4
table.html.tmpl
template/en/default/list/table.html.tmpl
+2
-2
No files found.
skins/standard/buglist.css
View file @
c379cab5
...
...
@@ -33,6 +33,20 @@
font-weight
:
bold
;
}
.bz_buglist_header
th
{
text-align
:
left
;
}
.bz_sort_order_primary
,
.bz_sort_order_secondary
{
display
:
inline-block
;
padding-left
:
.2em
;
text-decoration
:
none
;
}
.bz_sort_order_primary
{
color
:
black
;
}
.bz_sort_order_secondary
{
color
:
#777
;
}
.bz_id_column
{
}
...
...
@@ -101,7 +115,3 @@ td.bz_total {
.bz_query_explain
{
text-align
:
left
;
}
.bz_sort_order_secondary
{
color
:
gray
;
}
template/en/default/list/table.html.tmpl
View file @
c379cab5
...
...
@@ -78,7 +78,7 @@
[% tableheader = BLOCK %]
<table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%">
<tr class="bz_buglist_header bz_first_buglist_header"
align="left"
>
<tr class="bz_buglist_header bz_first_buglist_header">
[% IF dotweak %]
<th> </th>
[% END %]
...
...
@@ -100,7 +100,7 @@
[% PROCESS columnheader %]
[% END %]
</tr><tr class="bz_buglist_header"
align="left"
>
</tr><tr class="bz_buglist_header">
[% IF dotweak %]
<th> </th>
[% END %]
...
...
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