better error messages
This commit is contained in:
@@ -118,10 +118,15 @@ div.flash:hover { opacity:0.25; }
|
||||
|
||||
div.error_wrapper {display:block}
|
||||
div.error {
|
||||
width: 300px;
|
||||
background-color:red;
|
||||
color:white;
|
||||
padding:3px;
|
||||
display:inline-block;
|
||||
padding:5px;
|
||||
display:inline-block;
|
||||
background-image: -webkit-linear-gradient(top,#f00,#d00);
|
||||
background-image: -o-linear-gradient(top,#f00,#d00);
|
||||
background-image: linear-gradient(top,#f00,#d00);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
|
||||
Reference in New Issue
Block a user