fixed error style again

This commit is contained in:
mdipierro
2012-09-13 07:46:16 -05:00
parent 0827815b8d
commit a63e24cd9d
2 changed files with 15 additions and 6 deletions

View File

@@ -1 +1 @@
Version 2.0.8 (2012-09-13 07:18:19) stable
Version 2.0.8 (2012-09-13 07:46:11) stable

View File

@@ -16,10 +16,10 @@ div.flash.ftop, div.flash.ftop:hover {
color:#3A87AD;
background:#D9EDF7;
border:1px solid #BCE8F1;
border-top:0px;
border-left:0px;
border-right:0px;
border-radius:0;
border-radius:0px;
-o-border-radius: 0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
opacity:1;
}
@@ -139,9 +139,18 @@ li {margin-bottom: 0;} /*bootswatch*/
}
div.error_wrapper {
margin-top: -9px;
margin-bottom: 9px;
}
div.error {
border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
input[type="button"], input[type="submit"] {
// to be fixed
}
@media only screen and (max-width: 479px) {
body {