diff --git a/VERSION b/VERSION index 92dc09cd..331fc188 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.8 (2012-09-13 07:18:19) stable +Version 2.0.8 (2012-09-13 07:46:11) stable diff --git a/applications/welcome/static/css/web2py_bootstrap.css b/applications/welcome/static/css/web2py_bootstrap.css index a8c9963e..f30f917a 100644 --- a/applications/welcome/static/css/web2py_bootstrap.css +++ b/applications/welcome/static/css/web2py_bootstrap.css @@ -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 {