From 1894c4b8550896def9503273e0afb97dd2c0ddda Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 13 Sep 2012 08:35:47 -0500 Subject: [PATCH] yellow flash-top, thanks Paolo --- VERSION | 2 +- .../welcome/static/css/web2py_bootstrap.css | 42 +++++++++++-------- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/VERSION b/VERSION index 58e433e0..0afdb1b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.8 (2012-09-13 08:30:17) stable +Version 2.0.8 (2012-09-13 08:35:42) stable diff --git a/applications/welcome/static/css/web2py_bootstrap.css b/applications/welcome/static/css/web2py_bootstrap.css index f30f917a..a94bef16 100644 --- a/applications/welcome/static/css/web2py_bootstrap.css +++ b/applications/welcome/static/css/web2py_bootstrap.css @@ -1,26 +1,27 @@ #navbar .auth_navbar, #navbar .auth_navbar a {color:inherit;} -div.flash.fcenter { +div.flash.flash-center { left: 25%; right: 25%; } -div.flash.ftop, div.flash.ftop:hover { - position: relative; - margin:0; - padding:1em; - top:0; - left:0; - width:100%; - text-align:center; - color:#3A87AD; - background:#D9EDF7; - border:1px solid #BCE8F1; - border-radius:0px; - -o-border-radius: 0px; - -moz-border-radius:0px; - -webkit-border-radius:0px; - opacity:1; +div.flash.flash-top, div.flash.flash-top:hover { + position: absolute; + margin:0; + padding:1em; + top:0; + left:0; + width:100%; + text-align:center; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + color:#865100; + background:#feea9a; + border:1px solid; + border-top:0px; + border-left:0px; + border-right:0px; + border-radius:0; + opacity:1; } /* bootstrap dropdown */ @@ -125,7 +126,12 @@ li {margin-bottom: 0;} /*bootswatch*/ padding-top: 0px; } - .navbar-inner{position:relative;} + .navbar-inner{ + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + position:relative; + } #navbar{bottom:-10px;left:4px;} div.flash {