]> WPIA git - gigi.git/commitdiff
upd: increase CSR text box size
authorFelix Dörre <felix@dogcraft.de>
Tue, 24 Nov 2015 21:44:36 +0000 (22:44 +0100)
committerFelix Dörre <felix@dogcraft.de>
Tue, 24 Nov 2015 21:44:36 +0000 (22:44 +0100)
src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ
static/static/default.css

index 800b73d4100be7e105110452aecbc23dd2c53de0..20856226950e5786cdd615f67259dacdef4597c7 100644 (file)
@@ -9,7 +9,7 @@
   <tr>
     <td><?=_I have a CSR! Paste it here:?><br/>Don't know, what as CSR is and how to create one? Take a look in the <a href="https://wiki.cacert.org/FAQ/CSR">Wiki</a>!</td>
     <td>
-      <textarea name="CSR"></textarea>
+      <textarea name="CSR" class="csr"></textarea>
     </td>
   </tr>
   <tr>
index 0e6b050643ddec2fbc266fb122a68549055dc07f..83e9e01d0ff7f980b40c1f4a0d50aa568c18a28b 100644 (file)
@@ -823,4 +823,8 @@ pre.string{
 
 .domainPinglogFirstCell{
        width: 15px;
+}
+textarea.csr{
+       width: 400px;
+       height: 400px;
 }
\ No newline at end of file