Skip to content

Commit

Permalink
Adds custom info icon for validation notices (bug 639534)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Mar 18, 2011
1 parent 03f6933 commit 7c918c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions media/css/zamboni/developers.css
Expand Up @@ -1727,10 +1727,13 @@ form.select-review .errorlist {
background: transparent url("../../img/developers/test-fail.png") no-repeat 0 1.1em;
color: #ff0000;
}
#addon-validator-suite .msg-warning,
#addon-validator-suite .msg-warning {
background: transparent url("../../img/developers/test-warning.png") no-repeat 0 1.1em;
color: #6b6b6b;
}
#addon-validator-suite .msg-info,
#addon-validator-suite .msg-notice {
background: transparent url("../../img/developers/test-warning.png") no-repeat 0 1.1em;
background: transparent url("../../img/developers/test-info.png") no-repeat 0 1.1em;
color: #6b6b6b;
}
#addon-validator-suite .context {
Expand Down
Binary file added media/img/developers/test-info.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c918c0

Please sign in to comment.