added notification icons, and changed css

This commit is contained in:
Mike Kelley
2011-12-28 16:08:05 -07:00
parent e0ae60b80e
commit eee75bb224
6 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

View File

@@ -99,7 +99,7 @@ table a { font-weight:bold; }
margin:10px 0; margin:10px 0;
background-color: #cee6f2; background-color: #cee6f2;
border: solid 1px #058dc7; border: solid 1px #058dc7;
background-image:url('http://hivecms.dev.codezombie.org/images/chromatron/icons/icon_notification_information.png'); background-image:url('/images/icon_notification_information.png');
} }
#flash_notice, #flash_error, #flash_alert { #flash_notice, #flash_error, #flash_alert {
@@ -118,13 +118,13 @@ table a { font-weight:bold; }
#flash_notice { #flash_notice {
background-color:#d9e6c3; background-color:#d9e6c3;
background-image:url('http://hivecms.dev.codezombie.org/images/chromatron/icons/icon_notification_success.png'); background-image:url('/images/icon_notification_success.png');
border-color:#77ab13; border-color:#77ab13;
} }
#flash_error, #flash_alert { #flash_error, #flash_alert {
background-color:#f2d4ce; background-color:#f2d4ce;
background-image:url('http://hivecms.dev.codezombie.org/images/chromatron/icons/icon_notification_error.png'); background-image:url('/images/icon_notification_error.png');
border-color:#ae432e; border-color:#ae432e;
} }