From: Felix Dörre Date: Wed, 13 Aug 2014 21:33:52 +0000 (+0200) Subject: Beautify-up the certificate-issue form. X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=41138dfb6102de0db6e83fd0edfd7f6b21ff2c4a Beautify-up the certificate-issue form. --- diff --git a/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ b/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ index 7d28f2c1..fe1705ed 100644 --- a/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ +++ b/src/org/cacert/gigi/pages/account/CertificateIssueForm.templ @@ -1,6 +1,4 @@

-

-

http://www.cacert.org/cps.php

@@ -16,10 +14,10 @@ + - : - @@ -27,28 +25,18 @@ - - + + + + SANs - - - - -
- -
- - - - - - + @@ -57,17 +45,27 @@ - -
+ + /> -
+
+ + + + + + + +   + - + @@ -82,15 +80,6 @@ - - - - - - - - diff --git a/static/static/default.css b/static/static/default.css index d12a5f88..bb25762d 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -555,12 +555,35 @@ td.storyLeft { border-collapse: collapse; font-family: verdana, sans-serif; font-size: 11px; - text-align: center; margin-left:auto; margin-right:auto; width: 700px; } +.wrapper .check{ + text-align: center; +} +.wrapper td.radio input[type=radio]{ + float: left; + width: 13px; + margin: 3px; +} +.wrapper td.radio div.name{ + font-weight: bold; + padding-bottom: 4px; + margin-top: 3px; +/* display: inline;*/ +} +.wrapper td.radio div.addinfo{ +/* display: inline;*/ + padding-left: 19px; +} + +.wrapper td.radio div.elements{ + clear: both; + height: 10px; +} + td.greytxt { color: #cccccc; font-size: smaller;