Skip to content

Commit

Permalink
Change .errornote to .errorlist style
Browse files Browse the repository at this point in the history
  • Loading branch information
ervilis committed Dec 30, 2014
1 parent 9170802 commit 8e9d29e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions djamin/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,11 @@ ul.messagelist li.error{
.errornote {
font-size: 12px !important;
display: block;
padding: 4px 5px 4px 25px;
padding: 4px 5px 4px 5px;
margin: 0 0 3px 0;
border: 1px solid red;
color: red;
background: #ffc url(../img/icon_error.gif) 5px .3em no-repeat;
border: 1px solid #ebccd1;
color: #a94442;
background-color: #f2dede;
}

ul.errorlist {
Expand All @@ -579,7 +579,7 @@ ul.errorlist {
border-radius: 5px;
}

.errorlist li:before {
.errorlist li:before, .errornote:before {
display: block;
float: left;
margin-right: 2px;
Expand Down

0 comments on commit 8e9d29e

Please sign in to comment.