Skip to content

Commit

Permalink
Update success message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Malcolm committed Feb 12, 2014
1 parent cd688fd commit 160ca29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added images/ok.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions stylesheet.css
Expand Up @@ -320,7 +320,7 @@ div.module {
vertical-align: middle;
}
div.completed {
background: url(images/ok.gif) no-repeat;
background: url(images/ok.png) no-repeat;
}
div.awaiting {
background: url(images/awaiting.png) no-repeat;
Expand Down Expand Up @@ -351,6 +351,9 @@ div.module_description {
div.flash_error, div.flash_success {
margin: 10px 0;
padding: 5px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.flash_error {
Expand Down Expand Up @@ -383,7 +386,7 @@ div.flash_error p em {

div.flash_success p em {
color: #080;
background: url('images/ok.gif') no-repeat;
background: url('images/ok.png') no-repeat;
}

div.flash_success ul, div.flash_error.ul {
Expand Down

0 comments on commit 160ca29

Please sign in to comment.