nested DIV in error messages, issue 861 thanks Richard

This commit is contained in:
mdipierro
2012-06-25 14:31:52 -05:00
parent a1226f2c16
commit a364dc5fde
4 changed files with 61 additions and 103 deletions
@@ -116,10 +116,12 @@ div.flash {
}
div.flash {z-index:2000;}
div.error_wrapper { display: block; }
div.error {
background-color: red;
color: white;
padding: 3px;
display: inline-block;
}
.topbar {