Skip to content

Commit

Permalink
added flash-messages style
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Jan 25, 2009
1 parent ed76362 commit 0283d70
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions themes/default/style.css
Expand Up @@ -141,6 +141,30 @@ hr {
font-size: .9em; font-size: .9em;
} }


/* flash-messages */
.flash-messages {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-align:center;
margin:0 auto 5px;

}
.flash-messages p {
margin:8px;
}
.flash-messages.error {
border: 1px solid #fbb;
background-color: #fdd;
}
.flash-messages.warning {
border: 1px solid #fffaaa;
background-color: #ffffcc;
}
.flash-messages.notice {
border: 1px solid #1FDF00;
background-color: #BBFFB6;
}

/* lists */ /* lists */


ul.list li { ul.list li {
Expand Down

0 comments on commit 0283d70

Please sign in to comment.