Notification CSS, image

This commit is contained in:
Thomas Gelf 2014-03-07 23:13:58 +00:00
parent edd03d3e55
commit 642c40dd80
2 changed files with 9 additions and 3 deletions

View File

@ -29,6 +29,8 @@ a {
color: white; color: white;
line-height: 2.5em; line-height: 2.5em;
padding-left: 3em; padding-left: 3em;
background-repeat: no-repeat;
background-position: 1em center;
} }
#notifications > li.warning { #notifications > li.warning {
@ -36,9 +38,13 @@ a {
} }
#notifications > li.error { #notifications > li.error {
background-color: @colorCritical; background-color: @colorCritical;
background-image: url(../img/icons/error_inv.png); background-image: url(../img/icons/error_white.png);
background-repeat: no-repeat; }
background-position: 1em center;
#notifications > li.success {
background-color: #fe6;
background-image: url(../img/icons/success.png);
color: #333;
} }
/** END of Notifications **/ /** END of Notifications **/

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B