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.
This commit is contained in:
Clark Boylan 2012-08-08 09:07:50 -07:00
parent 28529d5bb8
commit 7ed30bccbf
1 changed files with 1 additions and 1 deletions

View File

@ -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%;
}
}