Commit 1dff25ec authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 235061: move CSS stylings in global.css if they are used across…

Patch for bug 235061: move CSS stylings in global.css if they are used across multiple pages; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.
parent e304adf9
.bz_private { color: darkred ; background : #f3eeee ; }
.bz_disabled { color: #a0a0a0 ; }
.bz_comment { background-color: #e0e0e0; }
table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
...@@ -167,4 +167,9 @@ ...@@ -167,4 +167,9 @@
.bz_obsolete { text-decoration: line-through; } .bz_obsolete { text-decoration: line-through; }
.bz_inactive { text-decoration: line-through; } .bz_inactive { text-decoration: line-through; }
.bz_closed { text-decoration: line-through; } .bz_closed { text-decoration: line-through; }
.bz_private { color: darkred ; background : #f3eeee ; }
.bz_disabled { color: #a0a0a0 ; }
.bz_comment { background-color: #e0e0e0; }
table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
...@@ -167,4 +167,9 @@ ...@@ -167,4 +167,9 @@
.bz_obsolete { text-decoration: line-through; } .bz_obsolete { text-decoration: line-through; }
.bz_inactive { text-decoration: line-through; } .bz_inactive { text-decoration: line-through; }
.bz_closed { text-decoration: line-through; } .bz_closed { text-decoration: line-through; }
.bz_private { color: darkred ; background : #f3eeee ; }
.bz_disabled { color: #a0a0a0 ; }
.bz_comment { background-color: #e0e0e0; }
table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id" h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id"
h2 = filtered_desc h2 = filtered_desc
h3 = "Last modified: $filtered_timestamp" h3 = "Last modified: $filtered_timestamp"
style_urls = [ "css/edit_bug.css" ]
bodyattrs = bodyattrs bodyattrs = bodyattrs
%] %]
......
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