X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutNetError.css;h=0ccc9c69dd25b6f08ea4557647fc8908e3558fc9;hp=dc7aedc654fbdb52369bd5454f5714f861592afd;hb=cb8b9460bc32310392db13c6e78ded25229133c8;hpb=05148fedf8e9b1fa26d0ce0b22403289571a207b diff --git a/LCARStrek/browser/aboutNetError.css b/LCARStrek/browser/aboutNetError.css index dc7aedc6..0ccc9c69 100644 --- a/LCARStrek/browser/aboutNetError.css +++ b/LCARStrek/browser/aboutNetError.css @@ -127,6 +127,15 @@ div#certificateErrorReportingPanel:-moz-dir(rtl) { right: 0; } +#errorStatePanel { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + align-content: space-between; + align-items: flex-start; +} + span#hostname { font-weight: bold; } @@ -135,25 +144,12 @@ span#hostname { cursor: pointer; } -#reportingState { - padding-left: 150px; -} - #reportSendingMessage { - position: relative; - display: none; + /* adjust the line-height to match the link */ + line-height: 22px; } #reportSentMessage { - position: relative; - display: none; -} - -button#reportCertificateError { - position: relative; -} - -button#reportCertificateErrorRetry { - position: relative; - display: none; + /* adjust the line-height to match the link */ + line-height: 22px; }