Skip to content
Snippets Groups Projects
Commit 551242f8 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

nicer style for notification messages

darcs-hash:20051027183616-7ad00-785a9ce88a5afbfe7bda40dd937db51f82266e39.gz
parent ae41559b
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
div.clearer {clear: both; line-height: 0; height: 0;}
div.error{
background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
background: #fcc url(../images/error.png) 0.5em 0px no-repeat;
border-bottom: 1px solid #faa;
font-size: 90%;
margin: 0px;
padding-left: 3em;
}
div.info{
background: #ffff66 url(../images/info.png) 0.5em 0px no-repeat;
background: #ccf url(../images/info.png) 0.5em 0px no-repeat;
border-bottom: 1px solid #aaf;
font-size: 90%;
margin: 0;
padding-left: 3em;
}
div.success{
background: #66ff66 url(../images/thumbup.gif) 0.5em 0px no-repeat;
background: #cfc url(../images/success.png) 0.5em 0px no-repeat;
border-bottom: 1px solid #afa;
font-size: 90%;
margin: 0;
padding-left: 3em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment