From 21a7d2fc712a01b602001409a80ac1f37ff83498 Mon Sep 17 00:00:00 2001 From: "jruderman%hmc.edu" Date: Fri, 9 Nov 2007 22:30:06 +0000 Subject: [PATCH] Fix bug 399402, make about:plugins without CSS more readable. r=gemal, sr=neil rashbrook, a=damon. git-svn-id: svn://10.0.0.236/trunk@239106 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/content/plugins.css | 17 +++++++++-------- mozilla/toolkit/content/plugins.html | 10 +++++----- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/mozilla/toolkit/content/plugins.css b/mozilla/toolkit/content/plugins.css index f4c960baa3e..2935a4b674b 100644 --- a/mozilla/toolkit/content/plugins.css +++ b/mozilla/toolkit/content/plugins.css @@ -36,7 +36,7 @@ * ***** END LICENSE BLOCK ***** */ /* ===== plugins.css ===================================================== - == Styles used by the about:plugins dialog. + == Styles used by the about:plugins page. ======================================================================= */ body { @@ -52,13 +52,13 @@ div#outside { margin-right: 5%; } -div#plugs { +#plugs { text-align: center; font-size: xx-large; font-weight: bold; } -div#noplugs { +#noplugs { font-size: x-large; font-weight: bold; } @@ -67,7 +67,7 @@ div#findmore { margin-top: 2em; } -div.plugname { +.plugname { margin-top: 2em; margin-bottom: 1em; font-size: large; @@ -89,6 +89,11 @@ table { border-spacing: 0px; } +th, td { + border: none; + padding: 3px; +} + th { text-align: center; background-color: Highlight; @@ -105,10 +110,6 @@ td { border-top: 1px dotted ThreeDShadow; } -th, td { - padding: 3px; -} - th.type, th.suff { width: 20%; } diff --git a/mozilla/toolkit/content/plugins.html b/mozilla/toolkit/content/plugins.html index 92d9a00455b..168a7bca603 100644 --- a/mozilla/toolkit/content/plugins.html +++ b/mozilla/toolkit/content/plugins.html @@ -70,9 +70,9 @@ var numPlugins = navigator.plugins.length; if (numPlugins > 0) - document.writeln("
" + pluginsbundle.GetStringFromName("installedplugins_label") + "<\/div>"); + document.writeln("

" + pluginsbundle.GetStringFromName("installedplugins_label") + "<\/h1>"); else - document.writeln("