second and final part of syncing LCARStrek with Firefox 37 windows theme changes
[themes.git] / LCARStrek / browser / aboutNetError.css
index 68d2a819dd466b5dc3c006018181af68abc326df..dc7aedc654fbdb52369bd5454f5714f861592afd 100644 (file)
@@ -28,6 +28,7 @@ ul {
 }
 
 #errorPageContainer {
 }
 
 #errorPageContainer {
+  position: relative;
   min-width: 320px;
   max-width: 512px;
 }
   min-width: 320px;
   max-width: 512px;
 }
@@ -74,10 +75,10 @@ button:disabled {
 
 div#certificateErrorReporting {
   display: none;
 
 div#certificateErrorReporting {
   display: none;
-  float:right;
+  float: right;
   /* Align with the "Try Again" button */
   margin-top: 19px;
   /* Align with the "Try Again" button */
   margin-top: 19px;
-  margin-right: 0;
+  -moz-margin-end: 0;
 }
 
 div#certificateErrorReporting a,
 }
 
 div#certificateErrorReporting a,
@@ -97,7 +98,11 @@ div#certificateErrorReporting a:hover {
 }
 
 span.downArrow {
 }
 
 span.downArrow {
-  font-size: 0.9em;
+  display: inline-block;
+  vertical-align: middle;
+  font-size: 0.6em;
+  -moz-margin-start: 0.5em;
+  transform: scaleY(0.7);
 }
 
 div#certificateErrorReportingPanel {
 }
 
 div#certificateErrorReportingPanel {
@@ -108,11 +113,18 @@ div#certificateErrorReportingPanel {
   /* Don't use top padding because the default p style has top padding, and it
    * makes the overall div look uneven */
   padding: 0 12px 12px 12px;
   /* Don't use top padding because the default p style has top padding, and it
    * makes the overall div look uneven */
   padding: 0 12px 12px 12px;
-  position: relative;
+  font-size: 0.9em;
+  position: absolute;
   width: 75%;
   width: 75%;
+  margin-top: 10px;
+}
+
+div#certificateErrorReportingPanel:-moz-dir(ltr) {
   left: 34%;
   left: 34%;
-  font-size: 0.9em;
-  top: 8px;
+}
+
+div#certificateErrorReportingPanel:-moz-dir(rtl) {
+  right: 0;
 }
 
 span#hostname {
 }
 
 span#hostname {