diff --git a/applications/welcome3/static/css/web2py-bootstrap3.css b/applications/welcome3/static/css/web2py-bootstrap3.css index 5d1e8a86..6c3e2033 100644 --- a/applications/welcome3/static/css/web2py-bootstrap3.css +++ b/applications/welcome3/static/css/web2py-bootstrap3.css @@ -75,7 +75,7 @@ div.flash.alert { top: 70px; right: 75px; cursor: pointer; - z-index: 1000000; + z-index: 1000; background-color: #f9edbe; border-color: #f0c36d; } div.flash.alert.centered { @@ -305,3 +305,5 @@ main {padding-bottom: 50px;} .nav a, .btn, .btn-default {text-shadow: none; font-weight: bold;} footer {padding:50px; background: #333; color: #aaa;} #w2padmin-btn {margin:30px 0 30px 0;} +.flash {opacity: 0.9 !important; right: 100px; } +.dropdown { z-index: 2000; } diff --git a/applications/welcome3/views/layout.html b/applications/welcome3/views/layout.html index a6b06ed0..54e75c91 100644 --- a/applications/welcome3/views/layout.html +++ b/applications/welcome3/views/layout.html @@ -55,7 +55,7 @@ }} -
{{=response.flash or ''}}
+
{{=response.flash or ''}}