better error messages
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.0.8 (2012-09-13 06:59:39) stable
|
||||
Version 2.0.8 (2012-09-13 07:18:19) stable
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -138,6 +138,11 @@ li {margin-bottom: 0;} /*bootswatch*/
|
||||
|
||||
}
|
||||
|
||||
div.error_wrapper {
|
||||
margin-top: -9px;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 479px) {
|
||||
body {
|
||||
padding-left: 10px;
|
||||
|
||||
Reference in New Issue
Block a user