minor flash styling

This commit is contained in:
mdipierro
2015-03-11 00:23:43 -05:00
parent d4ebb5462b
commit ae48f471d0
2 changed files with 4 additions and 2 deletions
@@ -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; }
+1 -1
View File
@@ -55,7 +55,7 @@
}}
</head>
<body>
<div class="flash alert centered alert-dismissable">{{=response.flash or ''}}</div>
<div class="flash alert alert-dismissable">{{=response.flash or ''}}</div>
<!-- Navbar ======================================= -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">