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
This commit is contained in:
alqahira%ardisson.org
2009-07-24 04:31:09 +00:00
parent bb25f97306
commit fb20d081ca

View File

@@ -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;
}