tixing width and position of wider error messages

This commit is contained in:
Thomas Müller 2013-08-16 00:56:09 +02:00
parent 399adf67b0
commit 0aa7dc9b89
2 changed files with 6 additions and 1 deletions

View File

@ -385,6 +385,11 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
white-space: pre-wrap;
text-align: left;
}
.error-wide {
width: 800px;
}
/* Fixes for log in page, TODO should be removed some time */
#body-login .update,
#body-login .error {

View File

@ -1,4 +1,4 @@
<ul>
<ul class="error-wide">
<?php foreach($_["errors"] as $error):?>
<li class='error'>
<?php p($error['error']) ?><br/>