X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutNetError.css;h=dc7aedc654fbdb52369bd5454f5714f861592afd;hp=e4db78b3f48e4e41a27c288d97d5700773951b16;hb=e184b6619b56a4a97edc2b1f31c778bfebacf421;hpb=8c5bee4f41ec2cdc446d0b5c42385415c2b704f1 diff --git a/LCARStrek/browser/aboutNetError.css b/LCARStrek/browser/aboutNetError.css index e4db78b3..dc7aedc6 100644 --- a/LCARStrek/browser/aboutNetError.css +++ b/LCARStrek/browser/aboutNetError.css @@ -28,6 +28,7 @@ ul { } #errorPageContainer { + position: relative; min-width: 320px; max-width: 512px; } @@ -74,10 +75,10 @@ button:disabled { div#certificateErrorReporting { display: none; - float:right; + float: right; /* Align with the "Try Again" button */ - margin-top:24px; - margin-right:24px; + margin-top: 19px; + -moz-margin-end: 0; } div#certificateErrorReporting a, @@ -85,19 +86,23 @@ div#certificateErrorReportingPanel a { background-color: #C09070; color: #000000; border-radius: 300px; + padding: 1px 6px; } div#certificateErrorReporting a { -/* text-decoration: none; */ } div#certificateErrorReporting a:hover { -/* text-decoration: underline; */ + text-decoration: none; background-color: #FFCF00; } 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 { @@ -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; - position: relative; + font-size: 0.9em; + position: absolute; width: 75%; + margin-top: 10px; +} + +div#certificateErrorReportingPanel:-moz-dir(ltr) { left: 34%; - font-size: 0.9em; - top: 8px; +} + +div#certificateErrorReportingPanel:-moz-dir(rtl) { + right: 0; } span#hostname {