Commit c45bd2dc authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Updating global.css to include new success, error and warning notifications.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3933 b35dd754-fafc-0310-a699-88a17e54d16e
parent 27c8c6aa
...@@ -463,4 +463,43 @@ A.cal:Hover { ...@@ -463,4 +463,43 @@ A.cal:Hover {
background-color : #fafafa; background-color : #fafafa;
width : 90%; width : 90%;
margin-left : 15px; margin-left : 15px;
}
.success {
color : #060;
font-weight : bold;
background-color : #dfd;
padding : 3px;
border : 1px #6f6 dotted;
margin-top : 10px;
padding-left : 28px;
background-image : url(../images/success-16x16.gif);
background-repeat : no-repeat;
background-position : 5px 5px;
}
.error {
color : #900;
font-weight : bold;
background-color : #fdd;
padding : 3px;
border : 1px #f66 dotted;
margin-top : 10px;
padding-left : 28px;
background-image : url(../images/error-16x16.gif);
background-repeat : no-repeat;
background-position : 5px 5px;
}
.warning {
color : #900;
font-weight : bold;
background-color : #FFF9B7;
padding : 3px;
border : 1px #f66 dotted;
margin-top : 10px;
padding-left : 28px;
background-image : url(../images/warning-16x16.gif);
background-repeat : no-repeat;
background-position : 5px 5px;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment