From: jocuri%softhome.net <> Date: Sat, 28 Aug 2004 15:46:14 +0000 (+0000) Subject: Patch for bug 235061: move CSS stylings in global.css if they are used across multipl... X-Git-Tag: bugzilla-2.18rc3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce80937250ede54d705f58d0119a2137debd058;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/css/edit_bug.css b/css/edit_bug.css deleted file mode 100644 index 95fb629271..0000000000 --- a/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/css/global.css b/css/global.css index 5c08cbe047..47a1558d65 100644 --- a/css/global.css +++ b/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/skins/standard/global.css b/skins/standard/global.css index 5c08cbe047..47a1558d65 100644 --- a/skins/standard/global.css +++ b/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/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index 2334b2dd9c..f98e05f0cb 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/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 %]