From: Felix Dörre Date: Sun, 24 Aug 2014 00:17:14 +0000 (+0200) Subject: Fix html conformance for the "explained radio button" forms. X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=736968682d49753f1cfb9cbf0970fe95435f0658;ds=sidebyside Fix html conformance for the "explained radio button" forms. --- 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;