1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

New setIcon() method added to message handler.

This commit is contained in:
Cameron
2019-05-05 18:08:29 -07:00
parent 1d3d67ca0f
commit 2250d3c2f3
2 changed files with 27 additions and 1 deletions

View File

@@ -583,6 +583,7 @@ i.s-message-error { background-position: -925px 0; width: 32px; height: 32px; }
i.s-message-warning { background-position: -777px -37px; width: 32px; height: 32px; }
i.s-message-info { background-position: -1480px 0; width: 32px; height: 32px; }
i.s-message-debug { background-position: -1480px 0; width: 32px; height: 32px; }
i.s-message-empty { background:none; }
.s-message .well { background-color: rgba(0,0,0,0.4) }
.s-message-body { padding-left: 42px; }