From: Robert Kaiser Date: Mon, 16 Feb 2015 11:16:24 +0000 (+0100) Subject: make network error reporting look a bit better X-Git-Tag: EarlyBlue-2.33~5 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=3981a41b30b3237e79ea5c3677c6007dcbd92061;hp=8c5bee4f41ec2cdc446d0b5c42385415c2b704f1 make network error reporting look a bit better --- diff --git a/LCARStrek/browser/aboutNetError.css b/LCARStrek/browser/aboutNetError.css index e4db78b3..68d2a819 100644 --- a/LCARStrek/browser/aboutNetError.css +++ b/LCARStrek/browser/aboutNetError.css @@ -76,8 +76,8 @@ div#certificateErrorReporting { display: none; float:right; /* Align with the "Try Again" button */ - margin-top:24px; - margin-right:24px; + margin-top: 19px; + margin-right: 0; } div#certificateErrorReporting a, @@ -85,14 +85,14 @@ 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; }