better error messages

This commit is contained in:
mdipierro
2012-09-13 07:18:23 -05:00
parent fa73d46e82
commit 0827815b8d
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.8 (2012-09-13 06:59:39) stable
Version 2.0.8 (2012-09-13 07:18:19) stable
+7 -2
View File
@@ -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;