Skip to content
Snippets Groups Projects
Commit 0aa7dc9b authored by Thomas Müller's avatar Thomas Müller
Browse files

tixing width and position of wider error messages

parent 399adf67
No related branches found
No related tags found
No related merge requests found
...@@ -385,6 +385,11 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } ...@@ -385,6 +385,11 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
white-space: pre-wrap; white-space: pre-wrap;
text-align: left; text-align: left;
} }
.error-wide {
width: 800px;
}
/* Fixes for log in page, TODO should be removed some time */ /* Fixes for log in page, TODO should be removed some time */
#body-login .update, #body-login .update,
#body-login .error { #body-login .error {
......
<ul> <ul class="error-wide">
<?php foreach($_["errors"] as $error):?> <?php foreach($_["errors"] as $error):?>
<li class='error'> <li class='error'>
<?php p($error['error']) ?><br/> <?php p($error['error']) ?><br/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment