From 736968682d49753f1cfb9cbf0970fe95435f0658 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sun, 24 Aug 2014 02:17:14 +0200 Subject: [PATCH] Fix html conformance for the "explained radio button" forms. --- src/org/cacert/gigi/pages/account/CertificateIssueForm.templ | 2 +- src/org/cacert/gigi/pages/account/DomainAddForm.templ | 2 +- static/static/default.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ b/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ index 0c563669..34c58512 100644 --- a/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ +++ b/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ @@ -49,7 +49,7 @@ /> -
+
diff --git a/src/org/cacert/gigi/pages/account/DomainAddForm.templ b/src/org/cacert/gigi/pages/account/DomainAddForm.templ index 8273efe2..4a6177f6 100644 --- a/src/org/cacert/gigi/pages/account/DomainAddForm.templ +++ b/src/org/cacert/gigi/pages/account/DomainAddForm.templ @@ -21,7 +21,7 @@ Select the destination mail address:
-
+
diff --git a/static/static/default.css b/static/static/default.css index 74344bc8..3d722416 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -568,7 +568,7 @@ td.storyLeft { width: 13px; margin: 3px; } -.wrapper td.radio div.name{ +.wrapper td.radio span.name{ font-weight: bold; padding-bottom: 4px; margin-top: 3px; -- 2.39.2