more flexible notifications

This commit is contained in:
mdipierro
2012-09-12 22:53:59 -05:00
parent 7898055f0c
commit 54e67932a0
5 changed files with 44 additions and 14 deletions
+13 -6
View File
@@ -95,16 +95,23 @@ div.flash {
top:48px;
right:50px;
min-width:280px;
opacity:0.85;
opacity:0.95;
margin:0px 0px 10px 10px;
color:#fff;
vertical-align:middle;
cursor:pointer;
background:#000;
color:#fff;
background-color:#000;
border:2px solid #fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:8px;
-o-border-radius: 8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
background-image: -webkit-linear-gradient(top,#222,#000);
background-image: -o-linear-gradient(top,#222,#000);
background-image: linear-gradient(top,#222,#000);
background-repeat: repeat-x;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
z-index:2000;
}
div.flash:hover { opacity:0.25; }