From 1267fdbc8362df7a60fc3568232973bb3613ea3e Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" Date: Sat, 28 Aug 2004 08:46:15 +0000 Subject: [PATCH] Patch for bug 235061: move CSS stylings in global.css if they are used across multiple pages; patch by Marc Schumann ; r=kiko, a=myk. git-svn-id: svn://10.0.0.236/trunk@161417 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/css/edit_bug.css | 7 ------- mozilla/webtools/bugzilla/css/global.css | 5 +++++ mozilla/webtools/bugzilla/skins/standard/global.css | 5 +++++ .../bugzilla/template/en/default/bug/show.html.tmpl | 1 - 4 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 mozilla/webtools/bugzilla/css/edit_bug.css diff --git a/mozilla/webtools/bugzilla/css/edit_bug.css b/mozilla/webtools/bugzilla/css/edit_bug.css deleted file mode 100644 index 95fb629271c..00000000000 --- a/mozilla/webtools/bugzilla/css/edit_bug.css +++ /dev/null @@ -1,7 +0,0 @@ - -.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; } diff --git a/mozilla/webtools/bugzilla/css/global.css b/mozilla/webtools/bugzilla/css/global.css index 5c08cbe0476..47a1558d653 100644 --- a/mozilla/webtools/bugzilla/css/global.css +++ b/mozilla/webtools/bugzilla/css/global.css @@ -167,4 +167,9 @@ .bz_obsolete { text-decoration: line-through; } .bz_inactive { 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; } diff --git a/mozilla/webtools/bugzilla/skins/standard/global.css b/mozilla/webtools/bugzilla/skins/standard/global.css index 5c08cbe0476..47a1558d653 100644 --- a/mozilla/webtools/bugzilla/skins/standard/global.css +++ b/mozilla/webtools/bugzilla/skins/standard/global.css @@ -167,4 +167,9 @@ .bz_obsolete { text-decoration: line-through; } .bz_inactive { 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; } diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/show.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/show.html.tmpl index 2334b2dd9ca..f98e05f0cbd 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/show.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/show.html.tmpl @@ -38,7 +38,6 @@ h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id" h2 = filtered_desc h3 = "Last modified: $filtered_timestamp" - style_urls = [ "css/edit_bug.css" ] bodyattrs = bodyattrs %]