X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutNetError.css;h=e4db78b3f48e4e41a27c288d97d5700773951b16;hp=c1c37d6af87e4c1acdbb9840d0be96fba4adbe5d;hb=8c5bee4f41ec2cdc446d0b5c42385415c2b704f1;hpb=441d02947409ca4d22ac53d247dabc3873d6ea3f diff --git a/LCARStrek/browser/aboutNetError.css b/LCARStrek/browser/aboutNetError.css index c1c37d6a..e4db78b3 100644 --- a/LCARStrek/browser/aboutNetError.css +++ b/LCARStrek/browser/aboutNetError.css @@ -71,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; +}