From 3981a41b30b3237e79ea5c3677c6007dcbd92061 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 16 Feb 2015 12:16:24 +0100 Subject: [PATCH 1/1] make network error reporting look a bit better --- LCARStrek/browser/aboutNetError.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.35.3