From 7035cdc4960c49fb82e4990638350ca4c7b8b090 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 14 Aug 2014 13:56:18 -0400
Subject: [PATCH] Use monospace font in textarea; set width to 40em

---
 skins/larry/zen-form.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/skins/larry/zen-form.css b/skins/larry/zen-form.css
index 3e8b8f6..bbdd1a4 100755
--- a/skins/larry/zen-form.css
+++ b/skins/larry/zen-form.css
@@ -27,7 +27,7 @@
 }
 
 .zen-forms-input-wrap {
-	max-width: 800px;
+	max-width: 40em;
 	position: relative;
 	margin: 0 auto;
 	height: 90%;
@@ -38,7 +38,7 @@
  */
 
 .zen-forms-header {
-	max-width: 800px;
+	max-width: 40em;
 	margin: 0 auto 16px auto;
 }
 
@@ -190,6 +190,8 @@
 
 .zen-forms textarea {
 	resize: none;
+	font-family: monospace !important;
+	font-size: 12pt !important;
 }
 
 .zen-forms label {

--
Gitblit v1.9.1