From fb20d081ca24b1766ea33036756c1201a7a92208 Mon Sep 17 00:00:00 2001 From: "alqahira%ardisson.org" Date: Fri, 24 Jul 2009 04:31:09 +0000 Subject: [PATCH] Bug 505946 - Add a border around the cert exception overrride box on the missing/invalid certificate error page to improve behavior with 'Always use my colors' checked. Patch by Philippe Wittenbergh, r=me, sr=smorgan git-svn-id: svn://10.0.0.236/trunk@257786 18797224-902f-48f8-a5cc-f745e15eee43 --- .../camino/embed-replacements/skin/classic/global/netError.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/camino/embed-replacements/skin/classic/global/netError.css b/mozilla/camino/embed-replacements/skin/classic/global/netError.css index 9dc96aae212..4a74669a629 100644 --- a/mozilla/camino/embed-replacements/skin/classic/global/netError.css +++ b/mozilla/camino/embed-replacements/skin/classic/global/netError.css @@ -126,6 +126,7 @@ body[dir="rtl"] #brand { #securityOverrideContent { background-color: #ffdd7f; /* pale orange */ padding: 1.3em 1.5em; + border: 1px solid transparent; /* bug 505946 */ -moz-border-radius: 15px; -moz-margin-end: 3em; }