Skip to content

Commit

Permalink
Changed style of notification messages
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Apr 27, 2012
1 parent d41322b commit fa44d8f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions lib/styles/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,40 @@ div.success,
div.notify {
color: #000;
background-repeat: no-repeat;
background-position: .5em 0;
border-bottom: 1px solid;
background-position: .5em 50%;
border: 1px solid;
font-size: 90%;
margin: 0;
margin: 0.5em 0;
padding: 0.4em;
padding-left: 3em;
overflow: hidden;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.error {
background-color: #fcc;
background-image: url(../images/error.png);
border-bottom-color: #faa;
border-color: #ebb;
}

div.info {
background-color: #ccf;
background-image: url(../images/info.png);
border-bottom-color: #aaf;
border-color: #bbe;
}

div.success {
background-color: #cfc;
background-image: url(../images/success.png);
border-bottom-color: #afa;
border-color: #beb;
}

div.notify {
background-color: #ffc;
background-image: url(../images/notify.png);
border-bottom-color: #ffa;
border-color: #eeb;
}

/* modal windows */
Expand Down

0 comments on commit fa44d8f

Please sign in to comment.