Reformat error messages in dialogs so that they don't overflow in weird ways.

This commit is contained in:
Bharat Mediratta
2009-09-09 16:18:00 -07:00
parent 6e65a8208f
commit 76df072e8e
+6
View File
@@ -105,6 +105,12 @@ a:hover,
float: left;
}
#gDialog #gMessage li {
width: 400px;
white-space: normal;
padding-left: 32px;
}
/* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {