styled notificationArea

This commit is contained in:
Kerrick Long
2011-07-21 18:34:58 -05:00
parent 3e5a6910a3
commit dbcf2b6499
+24
View File
@@ -253,3 +253,27 @@ ol[data-commentspage="true"] button.cancel {
#submit .status {
color: red;
}
#notificationArea {
position: fixed;
z-index: 5;
top: -3px;
left: 0;
width: 100%;
height:20px;
text-align: center;
display: none;
}
#notificationArea span {
background: #FEF7CB;
padding: 3px 5px;
line-height:20px;
font-size: medium;
border: 1px solid #FFE475;
border-radius: 3px;
box-shadow: 0px 2px 5px #444;
display:inline-block;
}
#notificationArea span.error {
background: #FECBCB;
border: 1px solid #FF7575;
}