From aaa493fbdbbbca1802d56108ea8339530253df4f Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Sat, 3 Jul 2004 00:49:16 +0000 Subject: [PATCH] Fix for bug 248379: update to bug 245924; enable link groups to be styled individually Patch by Svetlana Harisova r=myk a=myk git-svn-id: svn://10.0.0.236/trunk@158713 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/css/global.css | 14 ++++++-------- .../webtools/bugzilla/skins/standard/global.css | 14 ++++++-------- .../en/default/global/useful-links.html.tmpl | 12 ++++++------ 3 files changed, 18 insertions(+), 22 deletions(-) diff --git a/mozilla/webtools/bugzilla/css/global.css b/mozilla/webtools/bugzilla/css/global.css index 7cbda7b0a49..5c08cbe0476 100644 --- a/mozilla/webtools/bugzilla/css/global.css +++ b/mozilla/webtools/bugzilla/css/global.css @@ -107,14 +107,14 @@ display: table; } - #footer .group + #footer #links-actions, + #footer #links-edit, + #footer #links-saved { display: table-row; } - #footer #link-action, - #footer #link-edit, - #footer #link-saved + #footer .label { width: 7.2em; display: block; @@ -125,15 +125,13 @@ padding: 0.1em 0.2em; } - #footer #link-action + #footer #links-actions .label { padding-top: 0.45em; } /* hide from MSIE and NN4 */ - [id]#footer #link-action, - [id]#footer #link-edit, - [id]#footer #link-saved + [id]#footer .label { display: table-cell; float: none; diff --git a/mozilla/webtools/bugzilla/skins/standard/global.css b/mozilla/webtools/bugzilla/skins/standard/global.css index 7cbda7b0a49..5c08cbe0476 100644 --- a/mozilla/webtools/bugzilla/skins/standard/global.css +++ b/mozilla/webtools/bugzilla/skins/standard/global.css @@ -107,14 +107,14 @@ display: table; } - #footer .group + #footer #links-actions, + #footer #links-edit, + #footer #links-saved { display: table-row; } - #footer #link-action, - #footer #link-edit, - #footer #link-saved + #footer .label { width: 7.2em; display: block; @@ -125,15 +125,13 @@ padding: 0.1em 0.2em; } - #footer #link-action + #footer #links-actions .label { padding-top: 0.45em; } /* hide from MSIE and NN4 */ - [id]#footer #link-action, - [id]#footer #link-edit, - [id]#footer #link-saved + [id]#footer .label { display: table-cell; float: none; diff --git a/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl index 8e208927c5c..b37ef4c356c 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl @@ -27,8 +27,8 @@