first part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / LCARStrek / browser / aboutNetError.css
index 71da6fbf79566b1d0654ef4ab38106bfbebb3d58..e4db78b3f48e4e41a27c288d97d5700773951b16 100644 (file)
@@ -39,6 +39,10 @@ ul {
   -moz-padding-start: 2em;
 }
 
+#errorTitleText[sslv3] {
+  background-image: url("aboutNetError_alert.svg");
+}
+
 #errorTitleText:-moz-dir(rtl) {
   background-position: right 0;
 }
@@ -67,3 +71,77 @@ ul {
 button:disabled {
   cursor: pointer;
 }
+
+div#certificateErrorReporting {
+  display: none;
+  float:right;
+  /* Align with the "Try Again" button */
+  margin-top:24px;
+  margin-right:24px;
+}
+
+div#certificateErrorReporting a,
+div#certificateErrorReportingPanel a {
+  background-color: #C09070;
+  color: #000000;
+  border-radius: 300px;
+}
+
+div#certificateErrorReporting a {
+/*  text-decoration: none; */
+}
+
+div#certificateErrorReporting a:hover {
+/*  text-decoration: underline; */
+  background-color: #FFCF00;
+}
+
+span.downArrow {
+  font-size: 0.9em;
+}
+
+div#certificateErrorReportingPanel {
+  /* Hidden until the link is clicked */
+  display: none;
+  background-color: #000000;
+  border: 1px #A09090 solid;
+  /* 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;
+  width: 75%;
+  left: 34%;
+  font-size: 0.9em;
+  top: 8px;
+}
+
+span#hostname {
+  font-weight: bold;
+}
+
+#automaticallyReportInFuture {
+  cursor: pointer;
+}
+
+#reportingState {
+  padding-left: 150px;
+}
+
+#reportSendingMessage {
+  position: relative;
+  display: none;
+}
+
+#reportSentMessage {
+  position: relative;
+  display: none;
+}
+
+button#reportCertificateError {
+  position: relative;
+}
+
+button#reportCertificateErrorRetry {
+  position: relative;
+  display: none;
+}