update both themes to state of suite default trunk of 2010-11-14
[themes.git] / LCARStrek / communicator / certError.css
index 9beed05d5ffcb5218d06a9bc71259d5c66d1b939..4a314494c59e012bb2e4af8b375286bdd8b0ede6 100644 (file)
@@ -14,7 +14,7 @@
  * The Original Code is mozilla.org code.
  *
  * The Initial Developer of the Original Code is
- * Mozilla Corporation.
+ *   the Mozilla Foundation.
  * Portions created by the Initial Developer are Copyright (C) 2008
  * the Initial Developer. All Rights Reserved.
  *
@@ -47,11 +47,11 @@ body {
   margin: 0;
   padding: 0 1em;
   color: #FF9F00;
-  font: 12px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 h1 {
-  margin: 0 0 .6em 0;
+  margin: 0 0 .6em;
   border-bottom: 1px solid #008484;
   font-size: 160%;
   color: #FF0000;
@@ -61,8 +61,8 @@ h2 {
   font-size: 130%;
   background-color: #9C9CFF;
   color: #000000;
-  -moz-border-radius: 8px;
-  padding-left: 10px;
+  border-radius: 8px;
+  -moz-padding-start: 10px;
 }
 
 #errorPageContainer {
@@ -71,11 +71,11 @@ h2 {
   max-width: 52em;
   margin: 4em auto;
   border: 2px solid #FFCF00;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
   background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000;
-  -moz-background-origin: content;
+  background-origin: content-box;
 }
 
 body[dir="rtl"] #errorPageContainer {
@@ -91,7 +91,7 @@ body[dir="rtl"] #errorPageContainer {
 }
 
 #technicalContent > h2, #expertContent > h2 {
-  padding-left: 20px;
+  -moz-padding-start: 20px;
   cursor: pointer;
   background-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
   background-position: 5px center;