From 1cec7b07c95763607d050802ca645afc352272e0 Mon Sep 17 00:00:00 2001 From: Taka Date: Sat, 18 Aug 2018 09:33:37 +0000 Subject: [PATCH] Explictly specify a monospaced font. --- vasl_templates/webapp/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vasl_templates/webapp/static/css/main.css b/vasl_templates/webapp/static/css/main.css index 3bf27cd..6a9c74a 100644 --- a/vasl_templates/webapp/static/css/main.css +++ b/vasl_templates/webapp/static/css/main.css @@ -94,7 +94,7 @@ button.edit-template img { height: 18px ; vertical-align: middle ; margin-right: #edit-template { overflow: hidden ; padding: 2px ; } .ui-dialog.edit-template .ui-dialog-titlebar { background: #f8d868 ; } .ui-dialog.edit-template textarea { resize: none ; width: calc(100% - 4px) ; height: 100% ; } -.ui-dialog.edit-template textarea { font-family: "Courier New" ; font-size: 80% ; } +.ui-dialog.edit-template textarea { font-family: monospace ; font-size: 90% ; } .ui-dialog.edit-template .ui-dialog-buttonpane { border: none ; padding: 0 ; font-size: 75% ; } .ui-dialog.edit-template button { margin: 0 0 0 5px ; padding: 0.1em 0.2em ; } @@ -113,6 +113,6 @@ button.edit-template img { height: 18px ; vertical-align: middle ; margin-right: .growl-title { display: none ; } .growl ul { margin-left: 1em ; } -.growl .pre { font-family: "Courier New"; } +.growl .pre { font-family: monospace ; } .growl div.pre { margin: 0 0 1em 1em ; font-size: 80% ; } .growl .pre ul { margin-left: 0 ; }