From 77f0e9aba5282679754029220538b12480316ca8 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 31 Jan 2012 11:31:22 -0600 Subject: Use fixed font when displaying certificate. The textareas used to display certificates were modified to use fixed font. Ticket #2017 --- install/ui/certificate.js | 20 ++++++++++---------- install/ui/ipa.css | 6 ++++++ 2 files changed, 16 insertions(+), 10 deletions(-) (limited to 'install/ui') diff --git a/install/ui/certificate.js b/install/ui/certificate.js index 70533c14d..9645aad39 100755 --- a/install/ui/certificate.js +++ b/install/ui/certificate.js @@ -173,7 +173,7 @@ IPA.cert.download_dialog = function(spec) { var that = IPA.dialog(spec); that.width = spec.width || 500; - that.height = spec.height || 400; + that.height = spec.height || 380; that.add_pem_delimiters = typeof spec.add_pem_delimiters == 'undefined' ? true : spec.add_pem_delimiters; that.certificate = spec.certificate || ''; @@ -188,8 +188,8 @@ IPA.cert.download_dialog = function(spec) { that.create = function() { var textarea = $('