From: Felix Dörre Date: Tue, 24 Nov 2015 21:44:36 +0000 (+0100) Subject: upd: increase CSR text box size X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=ca1a3bcee34224d8407aad4873a57f5d5da360cc;hp=381920896f2049769a85bad103b5a3218e13e23b upd: increase CSR text box size --- diff --git a/src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ b/src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ index 800b73d4..20856226 100644 --- a/src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ +++ b/src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ @@ -9,7 +9,7 @@
Don't know, what as CSR is and how to create one? Take a look in the Wiki! - + diff --git a/static/static/default.css b/static/static/default.css index 0e6b0506..83e9e01d 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -823,4 +823,8 @@ pre.string{ .domainPinglogFirstCell{ width: 15px; +} +textarea.csr{ + width: 400px; + height: 400px; } \ No newline at end of file