From 7ed30bccbfb1108f1517ecf560a482e74699a0bd Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 8 Aug 2012 09:07:50 -0700 Subject: [PATCH] Make width of error message relative. Previously the width of the error message block was static and messages would go outside the boundary of the border. Change the width to be relative to make better use of the available space. --- htmloutput/htmloutput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmloutput/htmloutput.py b/htmloutput/htmloutput.py index aec1d82..177cc51 100644 --- a/htmloutput/htmloutput.py +++ b/htmloutput/htmloutput.py @@ -262,7 +262,7 @@ a.popup_link:hover { font-family: "Lucida Console", "Courier New", Courier, monospace; text-align: left; font-size: 8pt; - width: 500px; + width: 90%; } }