added notification icons, and changed css
This commit is contained in:
BIN
public/images/icon_notification_attention.png
Executable file
BIN
public/images/icon_notification_attention.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 550 B |
BIN
public/images/icon_notification_error.png
Executable file
BIN
public/images/icon_notification_error.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 758 B |
BIN
public/images/icon_notification_information.png
Executable file
BIN
public/images/icon_notification_information.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 628 B |
BIN
public/images/icon_notification_note.png
Executable file
BIN
public/images/icon_notification_note.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 852 B |
BIN
public/images/icon_notification_success.png
Executable file
BIN
public/images/icon_notification_success.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 640 B |
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user