From 7035cdc4960c49fb82e4990638350ca4c7b8b090 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 14 Aug 2014 19:56:18 +0200 Subject: [PATCH] Use monospace font in textarea; set width to 40em --- skins/larry/zen-form.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skins/larry/zen-form.css b/skins/larry/zen-form.css index 3e8b8f6e4..bbdd1a43c 100755 --- a/skins/larry/zen-form.css +++ b/skins/larry/zen-form.css @@ -27,7 +27,7 @@ body { } .zen-forms-input-wrap { - max-width: 800px; + max-width: 40em; position: relative; margin: 0 auto; height: 90%; @@ -38,7 +38,7 @@ body { */ .zen-forms-header { - max-width: 800px; + max-width: 40em; margin: 0 auto 16px auto; } @@ -190,6 +190,8 @@ body { .zen-forms textarea { resize: none; + font-family: monospace !important; + font-size: 12pt !important; } .zen-forms label {